File: CHANGELOG.md

package info (click to toggle)
node-rollup-plugin-node-resolve 15.2.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,348 kB
  • sloc: javascript: 2,621; makefile: 10
file content (640 lines) | stat: -rwxr-xr-x 13,830 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
# @rollup/plugin-node-resolve ChangeLog

## v15.2.3

_2023-10-08_

### Bugfixes

- fix: modulePaths default is not set [#1534](https://github.com/rollup/plugins/pull/1534)

## v15.2.2

_2023-10-05_

### Bugfixes

- fix: ensure rollup 4 compatibility [#1595](https://github.com/rollup/plugins/pull/1595)

## v15.2.1

_2023-08-22_

### Bugfixes

- fix: Implement package exports / imports resolution algorithm according to Node documentation [#1549](https://github.com/rollup/plugins/pull/1549)

## v15.2.0

_2023-08-17_

### Features

- feat: pass original importee to secondary resolve [#1557](https://github.com/rollup/plugins/pull/1557)

## v15.1.0

_2023-05-30_

### Features

- feat: Resolve js/jsx/mjs/cjs imports from TypeScript files [#1498](https://github.com/rollup/plugins/pull/1498)

## v15.0.2

_2023-04-04_

### Bugfixes

- fix: bump is-builtin-module version, imports with a trailing slash [#1424](https://github.com/rollup/plugins/pull/1424)

## v15.0.1

_2022-10-21_

### Updates

- chore: update rollup dependencies ([3038271](https://github.com/rollup/plugins/commit/303827191ede6b2e4eade96c6968ed16a587683f))

## v15.0.0

_2022-10-10_

### Breaking Changes

- fix: prepare for Rollup 3 [#1288](https://github.com/rollup/plugins/pull/1288)

## v14.1.0

_2022-09-12_

### Features

- feat: add new option, modulePaths (#1104)

## v14.0.1

_2022-09-08_

### Bugfixes

- fix: handle circular commonjs (#1259)

## v14.0.0

_2022-09-06_

### Breaking Changes

- fix: preserve moduleSideEffects when re-resolving files (#1245)

## v13.3.0

_2022-05-02_

### Features

- feat: support `node:` protocol (#1124)

## v13.2.2

_2022-05-02_

### Bugfixes

- fix: Respect if other plugins resolve the resolution to a different id (#1181)
- fix: Revert respect if other plugins resolve the resolution to a different id (ae59ceb)
- fix: Respect if other plugins resolve the resolution to a different id (f8d4c44)

## v13.2.1

_2022-04-15_

### Bugfixes

- fix: update side effects logic to be deep when glob doesn’t contain `/` (#1148)

## v13.2.0

_2022-04-11_

### Features

- feat: Add the ability to pass a function into resolveOnly (#1152)

## v13.1.3

_2022-01-05_

### Bugfixes

- fix: use correct version when published (#1063)

## v13.1.2

_2021-12-31_

### Bugfixes

- fix: forward meta-information from other plugins (#1062)

## v13.1.1

_2021-12-13_

### Updates

- test: add tests for mixing custom `exportConditions` with `browser: true` (#1043)

## v13.1.0

_2021-12-13_

### Features

- feat: expose plugin version (#1050)

## v13.0.6

_2021-10-19_

### Bugfixes

- fix: pass on isEntry flag (#1016)

## v13.0.5

_2021-09-21_

### Updates

- docs: fix readme heading depth (#999)

## v13.0.4

_2021-07-24_

### Bugfixes

- fix: Fix bug where JS import was converted to a TS import, resulting in an error when using export maps (#921)

## v13.0.3

_2021-07-24_

### Bugfixes

- fix: handle browser-mapped paths correctly in nested contexts (#920)

## v13.0.2

_2021-07-15_

### Bugfixes

- fix: handle "package.json" being in path (#927)

## v13.0.1

_2021-07-15_

### Updates

- docs: Document how to get Node.js exports resolution (#884)

## v13.0.0

_2021-05-04_

### Breaking Changes

- fix!: mark module as external if resolved module is external (#799)

### Features

- feat: Follow up to #843, refining exports and browser field interaction (#866)

## v12.0.0

_2021-05-04_

### Breaking Changes

- fix!: mark module as external if resolved module is external (#799)

### Features

- feat: Follow up to #843, refining exports and browser field interaction (#866)

## v11.2.1

_2021-03-26_

### Bugfixes

- fix: fs.exists is incorrectly promisified (#835)

## v11.2.0

_2021-02-14_

### Features

- feat: add `ignoreSideEffectsForRoot` option (#694)

### Updates

- chore: mark `url` as an external and throw on warning (#783)
- docs: clearer "Resolving Built-Ins" doc (#782)

## v11.1.1

_2021-01-29_

### Bugfixes

- fix: only log last resolve error (#750)

### Updates

- docs: add clarification on the order of package entrypoints (#768)

## v11.1.0

_2021-01-15_

### Features

- feat: support pkg imports and export array (#693)

## v11.0.1

_2020-12-14_

### Bugfixes

- fix: export map specificity (#675)
- fix: add missing type import (#668)

### Updates

- docs: corrected word "yse" to "use" (#723)

## v11.0.0

_2020-11-30_

### Breaking Changes

- refactor!: simplify builtins and remove `customResolveOptions` (#656)
- feat!: Mark built-ins as external (#627)
- feat!: support package entry points (#540)

### Bugfixes

- fix: refactor handling builtins, do not log warning if no local version (#637)

### Updates

- docs: fix import statements in examples in README.md (#646)

## v10.0.0

_2020-10-27_

### Breaking Changes

- fix!: resolve hash in path (#588)

### Bugfixes

- fix: do not ignore exceptions (#564)

## v9.0.0

_2020-08-13_

### Breaking Changes

- chore: update dependencies (e632469)

### Updates

- refactor: remove deep-freeze from dependencies (#529)
- chore: clean up changelog (84dfddb)

## v8.4.0

_2020-07-12_

### Features

- feat: preserve search params and hashes (#487)
- feat: support .js imports in TypeScript (#480)

### Updates

- docs: fix named export use in readme (#456)
- docs: correct mainFields valid values (#469)

## v8.1.0

_2020-06-22_

### Features

- feat: add native node es modules support (#413)

## v8.0.1

_2020-06-05_

### Bugfixes

- fix: handle nested entry modules with the resolveOnly option (#430)

## v8.0.0

_2020-05-20_

### Breaking Changes

- feat: Add default export (#361)
- feat: export defaults (#301)

### Bugfixes

- fix: resolve local files if `resolveOption` is set (#337)

### Updates

- docs: correct misspelling (#343)

## v7.1.3

_2020-04-12_

### Bugfixes

- fix: resolve symlinked entry point properly (#291)

## v7.1.2

_2020-04-12_

### Updates

- docs: fix url (#289)

## v7.1.1

_2020-02-03_

### Bugfixes

- fix: main fields regression (#196)

## v7.1.0

_2020-02-01_

### Updates

- refactor: clean codebase and fix external warnings (#155)

## v7.0.0

_2020-01-07_

### Breaking Changes

- feat: dedupe by package name (#99)

## v6.1.0

_2020-01-04_

### Bugfixes

- fix: allow deduplicating custom module dirs (#101)

### Features

- feat: add rootDir option (#98)

### Updates

- docs: improve doc related to mainFields (#138)

## 6.0.0

_2019-11-25_

- **Breaking:** Minimum compatible Rollup version is 1.20.0
- **Breaking:** Minimum supported Node version is 8.0.0
- Published as @rollup/plugin-node-resolve

## 5.2.1 (unreleased)

- add missing MIT license file ([#233](https://github.com/rollup/rollup-plugin-node-resolve/pull/233) by @kenjiO)
- Fix incorrect example of config ([#239](https://github.com/rollup/rollup-plugin-node-resolve/pull/240) by @myshov)
- Fix typo in readme ([#240](https://github.com/rollup/rollup-plugin-node-resolve/pull/240) by @LinusU)

## 5.2.0 (2019-06-29)

- dedupe accepts a function ([#225](https://github.com/rollup/rollup-plugin-node-resolve/pull/225) by @manucorporat)

## 5.1.1 (2019-06-29)

- Move Rollup version check to buildStart hook to avoid issues ([#232](https://github.com/rollup/rollup-plugin-node-resolve/pull/232) by @lukastaegert)

## 5.1.0 (2019-06-22)

- Fix path fragment inputs ([#229](https://github.com/rollup/rollup-plugin-node-resolve/pull/229) by @bterlson)

## 5.0.4 (2019-06-22)

- Treat sideEffects array as inclusion list ([#227](https://github.com/rollup/rollup-plugin-node-resolve/pull/227) by @mikeharder)

## 5.0.3 (2019-06-16)

- Make empty.js a virtual module ([#224](https://github.com/rollup/rollup-plugin-node-resolve/pull/224) by @manucorporat)

## 5.0.2 (2019-06-13)

- Support resolve 1.11.1, add built-in test ([#223](https://github.com/rollup/rollup-plugin-node-resolve/pull/223) by @bterlson)

## 5.0.1 (2019-05-31)

- Update to resolve@1.11.0 for better performance ([#220](https://github.com/rollup/rollup-plugin-node-resolve/pull/220) by @keithamus)

## 5.0.0 (2019-05-15)

- Replace bublé with babel, update dependencies ([#216](https://github.com/rollup/rollup-plugin-node-resolve/pull/216) by @mecurc)
- Handle module side-effects ([#219](https://github.com/rollup/rollup-plugin-node-resolve/pull/219) by @lukastaegert)

### Breaking Changes

- Requires at least rollup@1.11.0 to work (v1.12.0 for module side-effects to be respected)
- If used with rollup-plugin-commonjs, it should be at least v10.0.0

## 4.2.4 (2019-05-11)

- Add note on builtins to Readme ([#215](https://github.com/rollup/rollup-plugin-node-resolve/pull/215) by @keithamus)
- Add issue templates ([#217](https://github.com/rollup/rollup-plugin-node-resolve/pull/217) by @mecurc)
- Improve performance by caching `isDir` ([#218](https://github.com/rollup/rollup-plugin-node-resolve/pull/218) by @keithamus)

## 4.2.3 (2019-04-11)

- Fix ordering of jsnext:main when using the jsnext option ([#209](https://github.com/rollup/rollup-plugin-node-resolve/pull/209) by @lukastaegert)

## 4.2.2 (2019-04-10)

- Fix TypeScript typings (rename and export Options interface) ([#206](https://github.com/rollup/rollup-plugin-node-resolve/pull/206) by @Kocal)
- Fix mainfields typing ([#207](https://github.com/rollup/rollup-plugin-node-resolve/pull/207) by @nicolashenry)

## 4.2.1 (2019-04-06)

- Respect setting the deprecated fields "module", "main", and "jsnext" ([#204](https://github.com/rollup/rollup-plugin-node-resolve/pull/204) by @nick-woodward)

## 4.2.0 (2019-04-06)

- Add new mainfields option ([#182](https://github.com/rollup/rollup-plugin-node-resolve/pull/182) by @keithamus)
- Added dedupe option to prevent bundling the same package multiple times ([#201](https://github.com/rollup/rollup-plugin-node-resolve/pull/182) by @sormy)

## 4.1.0 (2019-04-05)

- Add TypeScript typings ([#189](https://github.com/rollup/rollup-plugin-node-resolve/pull/189) by @NotWoods)
- Update dependencies ([#202](https://github.com/rollup/rollup-plugin-node-resolve/pull/202) by @lukastaegert)

## 4.0.1 (2019-02-22)

- Fix issue when external modules are specified in `package.browser` ([#143](https://github.com/rollup/rollup-plugin-node-resolve/pull/143) by @keithamus)
- Fix `package.browser` mapping issue when `false` is specified ([#183](https://github.com/rollup/rollup-plugin-node-resolve/pull/183) by @allex)

## 4.0.0 (2018-12-09)

This release will support rollup@1.0

### Features

- Resolve modules used to define manual chunks ([#185](https://github.com/rollup/rollup-plugin-node-resolve/pull/185) by @mcshaman)
- Update dependencies and plugin hook usage ([#187](https://github.com/rollup/rollup-plugin-node-resolve/pull/187) by @lukastaegert)

## 3.4.0 (2018-09-04)

This release now supports `.mjs` files by default

### Features

- feat: Support .mjs files by default (https://github.com/rollup/rollup-plugin-node-resolve/pull/151, by @leebyron)

## 3.3.0 (2018-03-17)

This release adds the `only` option

### New Features

- feat: add `only` option (#83; @arantes555)

### Docs

- docs: correct description of `jail` option (#120; @GeorgeTaveras1231)

## 3.2.0 (2018-03-07)

This release caches reading/statting of files, to improve speed.

### Performance Improvements

- perf: cache file stats/reads (#126; @keithamus)

## 3.0.4 (unreleased)

- Update lockfile [#137](https://github.com/rollup/rollup-plugin-node-resolve/issues/137)
- Update rollup dependency [#138](https://github.com/rollup/rollup-plugin-node-resolve/issues/138)
- Enable installation from Github [#142](https://github.com/rollup/rollup-plugin-node-resolve/issues/142)

## 3.0.3

- Fix [#130](https://github.com/rollup/rollup-plugin-node-resolve/issues/130) and [#131](https://github.com/rollup/rollup-plugin-node-resolve/issues/131)

## 3.0.2

- Ensure `pkg.browser` is an object if necessary ([#129](https://github.com/rollup/rollup-plugin-node-resolve/pull/129))

## 3.0.1

- Remove `browser-resolve` dependency ([#127](https://github.com/rollup/rollup-plugin-node-resolve/pull/127))

## 3.0.0

- [BREAKING] Remove `options.skip` ([#90](https://github.com/rollup/rollup-plugin-node-resolve/pull/90))
- Add `modulesOnly` option ([#96](https://github.com/rollup/rollup-plugin-node-resolve/pull/96))

## 2.1.1

- Prevent `jail` from breaking builds on Windows ([#93](https://github.com/rollup/rollup-plugin-node-resolve/issues/93))

## 2.1.0

- Add `jail` option ([#53](https://github.com/rollup/rollup-plugin-node-resolve/pull/53))
- Add `customResolveOptions` option ([#79](https://github.com/rollup/rollup-plugin-node-resolve/pull/79))
- Support symlinked packages ([#82](https://github.com/rollup/rollup-plugin-node-resolve/pull/82))

## 2.0.0

- Add support `module` field in package.json as an official alternative to jsnext

## 1.7.3

- Error messages are more descriptive ([#50](https://github.com/rollup/rollup-plugin-node-resolve/issues/50))

## 1.7.2

- Allow entry point paths beginning with ./

## 1.7.1

- Return a `name`

## 1.7.0

- Allow relative IDs to be external ([#32](https://github.com/rollup/rollup-plugin-node-resolve/pull/32))

## 1.6.0

- Skip IDs containing null character

## 1.5.0

- Prefer built-in options, but allow opting out ([#28](https://github.com/rollup/rollup-plugin-node-resolve/pull/28))

## 1.4.0

- Pass `options.extensions` through to `node-resolve`

## 1.3.0

- `skip: true` skips all packages that don't satisfy the `main` or `jsnext` options ([#16](https://github.com/rollup/rollup-plugin-node-resolve/pull/16))

## 1.2.1

- Support scoped packages in `skip` option ([#15](https://github.com/rollup/rollup-plugin-node-resolve/issues/15))

## 1.2.0

- Support `browser` field ([#8](https://github.com/rollup/rollup-plugin-node-resolve/issues/8))
- Get tests to pass on Windows

## 1.1.0

- Use node-resolve to handle various corner cases

## 1.0.0

- Add ES6 build, use Rollup 0.20.0

## 0.1.0

- First release