UNPKG

11 kBMarkdownView Raw
1# @rollup/plugin-node-resolve ChangeLog
2
3## v13.0.4
4
5_2021-07-24_
6
7### Bugfixes
8
9- fix
10
11## v13.0.3
12
13_2021-07-24_
14
15### Bugfixes
16
17- fix
18
19## v13.0.2
20
21_2021-07-15_
22
23### Bugfixes
24
25- fix
26
27## v13.0.1
28
29_2021-07-15_
30
31### Updates
32
33- docs: Document how to get Node.js exports resolution (#884)
34
35## v13.0.0
36
37_2021-05-04_
38
39### Breaking Changes
40
41- fix!: mark module as external if resolved module is external (#799)
42
43### Features
44
45- feat: Follow up to #843, refining exports and browser field interaction (#866)
46
47## v12.0.0
48
49_2021-05-04_
50
51### Breaking Changes
52
53- fix!: mark module as external if resolved module is external (#799)
54
55### Features
56
57- feat: Follow up to #843, refining exports and browser field interaction (#866)
58
59## v11.2.1
60
61_2021-03-26_
62
63### Bugfixes
64
65- fix: fs.exists is incorrectly promisified (#835)
66
67## v11.2.0
68
69_2021-02-14_
70
71### Features
72
73- feat: add `ignoreSideEffectsForRoot` option (#694)
74
75### Updates
76
77- chore: mark `url` as an external and throw on warning (#783)
78- docs: clearer "Resolving Built-Ins" doc (#782)
79
80## v11.1.1
81
82_2021-01-29_
83
84### Bugfixes
85
86- fix: only log last resolve error (#750)
87
88### Updates
89
90- docs: add clarification on the order of package entrypoints (#768)
91
92## v11.1.0
93
94_2021-01-15_
95
96### Features
97
98- feat: support pkg imports and export array (#693)
99
100## v11.0.1
101
102_2020-12-14_
103
104### Bugfixes
105
106- fix: export map specificity (#675)
107- fix: add missing type import (#668)
108
109### Updates
110
111- docs: corrected word "yse" to "use" (#723)
112
113## v11.0.0
114
115_2020-11-30_
116
117### Breaking Changes
118
119- refactor!: simplify builtins and remove `customResolveOptions` (#656)
120- feat!: Mark built-ins as external (#627)
121- feat!: support package entry points (#540)
122
123### Bugfixes
124
125- fix: refactor handling builtins, do not log warning if no local version (#637)
126
127### Updates
128
129- docs: fix import statements in examples in README.md (#646)
130
131## v10.0.0
132
133_2020-10-27_
134
135### Breaking Changes
136
137- fix!: resolve hash in path (#588)
138
139### Bugfixes
140
141- fix: do not ignore exceptions (#564)
142
143## v9.0.0
144
145_2020-08-13_
146
147### Breaking Changes
148
149- chore: update dependencies (e632469)
150
151### Updates
152
153- refactor: remove deep-freeze from dependencies (#529)
154- chore: clean up changelog (84dfddb)
155
156## v8.4.0
157
158_2020-07-12_
159
160### Features
161
162- feat: preserve search params and hashes (#487)
163- feat: support .js imports in TypeScript (#480)
164
165### Updates
166
167- docs: fix named export use in readme (#456)
168- docs: correct mainFields valid values (#469)
169
170## v8.1.0
171
172_2020-06-22_
173
174### Features
175
176- feat: add native node es modules support (#413)
177
178## v8.0.1
179
180_2020-06-05_
181
182### Bugfixes
183
184- fix: handle nested entry modules with the resolveOnly option (#430)
185
186## v8.0.0
187
188_2020-05-20_
189
190### Breaking Changes
191
192- feat: Add default export (#361)
193- feat: export defaults (#301)
194
195### Bugfixes
196
197- fix: resolve local files if `resolveOption` is set (#337)
198
199### Updates
200
201- docs: correct misspelling (#343)
202
203## v7.1.3
204
205_2020-04-12_
206
207### Bugfixes
208
209- fix: resolve symlinked entry point properly (#291)
210
211## v7.1.2
212
213_2020-04-12_
214
215### Updates
216
217- docs: fix url (#289)
218
219## v7.1.1
220
221_2020-02-03_
222
223### Bugfixes
224
225- fix: main fields regression (#196)
226
227## v7.1.0
228
229_2020-02-01_
230
231### Updates
232
233- refactor: clean codebase and fix external warnings (#155)
234
235## v7.0.0
236
237_2020-01-07_
238
239### Breaking Changes
240
241- feat: dedupe by package name (#99)
242
243## v6.1.0
244
245_2020-01-04_
246
247### Bugfixes
248
249- fix: allow deduplicating custom module dirs (#101)
250
251### Features
252
253- feat: add rootDir option (#98)
254
255### Updates
256
257- docs: improve doc related to mainFields (#138)
258
259## 6.0.0
260
261_2019-11-25_
262
263- **Breaking:** Minimum compatible Rollup version is 1.20.0
264- **Breaking:** Minimum supported Node version is 8.0.0
265- Published as @rollup/plugin-node-resolve
266
267## 5.2.1 (unreleased)
268
269- add missing MIT license file ([#233](https://github.com/rollup/rollup-plugin-node-resolve/pull/233) by @kenjiO)
270- Fix incorrect example of config ([#239](https://github.com/rollup/rollup-plugin-node-resolve/pull/240) by @myshov)
271- Fix typo in readme ([#240](https://github.com/rollup/rollup-plugin-node-resolve/pull/240) by @LinusU)
272
273## 5.2.0 (2019-06-29)
274
275- dedupe accepts a function ([#225](https://github.com/rollup/rollup-plugin-node-resolve/pull/225) by @manucorporat)
276
277## 5.1.1 (2019-06-29)
278
279- Move Rollup version check to buildStart hook to avoid issues ([#232](https://github.com/rollup/rollup-plugin-node-resolve/pull/232) by @lukastaegert)
280
281## 5.1.0 (2019-06-22)
282
283- Fix path fragment inputs ([#229](https://github.com/rollup/rollup-plugin-node-resolve/pull/229) by @bterlson)
284
285## 5.0.4 (2019-06-22)
286
287- Treat sideEffects array as inclusion list ([#227](https://github.com/rollup/rollup-plugin-node-resolve/pull/227) by @mikeharder)
288
289## 5.0.3 (2019-06-16)
290
291- Make empty.js a virtual module ([#224](https://github.com/rollup/rollup-plugin-node-resolve/pull/224) by @manucorporat)
292
293## 5.0.2 (2019-06-13)
294
295- Support resolve 1.11.1, add built-in test ([#223](https://github.com/rollup/rollup-plugin-node-resolve/pull/223) by @bterlson)
296
297## 5.0.1 (2019-05-31)
298
299- Update to resolve@1.11.0 for better performance ([#220](https://github.com/rollup/rollup-plugin-node-resolve/pull/220) by @keithamus)
300
301## 5.0.0 (2019-05-15)
302
303- Replace bublé with babel, update dependencies ([#216](https://github.com/rollup/rollup-plugin-node-resolve/pull/216) by @mecurc)
304- Handle module side-effects ([#219](https://github.com/rollup/rollup-plugin-node-resolve/pull/219) by @lukastaegert)
305
306### Breaking Changes
307
308- Requires at least rollup@1.11.0 to work (v1.12.0 for module side-effects to be respected)
309- If used with rollup-plugin-commonjs, it should be at least v10.0.0
310
311## 4.2.4 (2019-05-11)
312
313- Add note on builtins to Readme ([#215](https://github.com/rollup/rollup-plugin-node-resolve/pull/215) by @keithamus)
314- Add issue templates ([#217](https://github.com/rollup/rollup-plugin-node-resolve/pull/217) by @mecurc)
315- Improve performance by caching `isDir` ([#218](https://github.com/rollup/rollup-plugin-node-resolve/pull/218) by @keithamus)
316
317## 4.2.3 (2019-04-11)
318
319- Fix ordering of jsnext:main when using the jsnext option ([#209](https://github.com/rollup/rollup-plugin-node-resolve/pull/209) by @lukastaegert)
320
321## 4.2.2 (2019-04-10)
322
323- Fix TypeScript typings (rename and export Options interface) ([#206](https://github.com/rollup/rollup-plugin-node-resolve/pull/206) by @Kocal)
324- Fix mainfields typing ([#207](https://github.com/rollup/rollup-plugin-node-resolve/pull/207) by @nicolashenry)
325
326## 4.2.1 (2019-04-06)
327
328- Respect setting the deprecated fields "module", "main", and "jsnext" ([#204](https://github.com/rollup/rollup-plugin-node-resolve/pull/204) by @nick-woodward)
329
330## 4.2.0 (2019-04-06)
331
332- Add new mainfields option ([#182](https://github.com/rollup/rollup-plugin-node-resolve/pull/182) by @keithamus)
333- Added dedupe option to prevent bundling the same package multiple times ([#201](https://github.com/rollup/rollup-plugin-node-resolve/pull/182) by @sormy)
334
335## 4.1.0 (2019-04-05)
336
337- Add TypeScript typings ([#189](https://github.com/rollup/rollup-plugin-node-resolve/pull/189) by @NotWoods)
338- Update dependencies ([#202](https://github.com/rollup/rollup-plugin-node-resolve/pull/202) by @lukastaegert)
339
340## 4.0.1 (2019-02-22)
341
342- Fix issue when external modules are specified in `package.browser` ([#143](https://github.com/rollup/rollup-plugin-node-resolve/pull/143) by @keithamus)
343- Fix `package.browser` mapping issue when `false` is specified ([#183](https://github.com/rollup/rollup-plugin-node-resolve/pull/183) by @allex)
344
345## 4.0.0 (2018-12-09)
346
347This release will support rollup@1.0
348
349### Features
350
351- Resolve modules used to define manual chunks ([#185](https://github.com/rollup/rollup-plugin-node-resolve/pull/185) by @mcshaman)
352- Update dependencies and plugin hook usage ([#187](https://github.com/rollup/rollup-plugin-node-resolve/pull/187) by @lukastaegert)
353
354## 3.4.0 (2018-09-04)
355
356This release now supports `.mjs` files by default
357
358### Features
359
360- feat: Support .mjs files by default (https://github.com/rollup/rollup-plugin-node-resolve/pull/151, by @leebyron)
361
362## 3.3.0 (2018-03-17)
363
364This release adds the `only` option
365
366### New Features
367
368- feat: add `only` option (#83; @arantes555)
369
370### Docs
371
372- docs: correct description of `jail` option (#120; @GeorgeTaveras1231)
373
374## 3.2.0 (2018-03-07)
375
376This release caches reading/statting of files, to improve speed.
377
378### Performance Improvements
379
380- perf: cache file stats/reads (#126; @keithamus)
381
382## 3.0.4 (unreleased)
383
384- Update lockfile [#137](https://github.com/rollup/rollup-plugin-node-resolve/issues/137)
385- Update rollup dependency [#138](https://github.com/rollup/rollup-plugin-node-resolve/issues/138)
386- Enable installation from Github [#142](https://github.com/rollup/rollup-plugin-node-resolve/issues/142)
387
388## 3.0.3
389
390- Fix [#130](https://github.com/rollup/rollup-plugin-node-resolve/issues/130) and [#131](https://github.com/rollup/rollup-plugin-node-resolve/issues/131)
391
392## 3.0.2
393
394- Ensure `pkg.browser` is an object if necessary ([#129](https://github.com/rollup/rollup-plugin-node-resolve/pull/129))
395
396## 3.0.1
397
398- Remove `browser-resolve` dependency ([#127](https://github.com/rollup/rollup-plugin-node-resolve/pull/127))
399
400## 3.0.0
401
402- [BREAKING] Remove `options.skip` ([#90](https://github.com/rollup/rollup-plugin-node-resolve/pull/90))
403- Add `modulesOnly` option ([#96](https://github.com/rollup/rollup-plugin-node-resolve/pull/96))
404
405## 2.1.1
406
407- Prevent `jail` from breaking builds on Windows ([#93](https://github.com/rollup/rollup-plugin-node-resolve/issues/93))
408
409## 2.1.0
410
411- Add `jail` option ([#53](https://github.com/rollup/rollup-plugin-node-resolve/pull/53))
412- Add `customResolveOptions` option ([#79](https://github.com/rollup/rollup-plugin-node-resolve/pull/79))
413- Support symlinked packages ([#82](https://github.com/rollup/rollup-plugin-node-resolve/pull/82))
414
415## 2.0.0
416
417- Add support `module` field in package.json as an official alternative to jsnext
418
419## 1.7.3
420
421- Error messages are more descriptive ([#50](https://github.com/rollup/rollup-plugin-node-resolve/issues/50))
422
423## 1.7.2
424
425- Allow entry point paths beginning with ./
426
427## 1.7.1
428
429- Return a `name`
430
431## 1.7.0
432
433- Allow relative IDs to be external ([#32](https://github.com/rollup/rollup-plugin-node-resolve/pull/32))
434
435## 1.6.0
436
437- Skip IDs containing null character
438
439## 1.5.0
440
441- Prefer built-in options, but allow opting out ([#28](https://github.com/rollup/rollup-plugin-node-resolve/pull/28))
442
443## 1.4.0
444
445- Pass `options.extensions` through to `node-resolve`
446
447## 1.3.0
448
449- `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))
450
451## 1.2.1
452
453- Support scoped packages in `skip` option ([#15](https://github.com/rollup/rollup-plugin-node-resolve/issues/15))
454
455## 1.2.0
456
457- Support `browser` field ([#8](https://github.com/rollup/rollup-plugin-node-resolve/issues/8))
458- Get tests to pass on Windows
459
460## 1.1.0
461
462- Use node-resolve to handle various corner cases
463
464## 1.0.0
465
466- Add ES6 build, use Rollup 0.20.0
467
468## 0.1.0
469
470- First release
\No newline at end of file