@rollup/plugin-node-resolve ChangeLog
2021-03-26
- fix: fs.exists is incorrectly promisified (#835)
2021-02-14
- feat: add
ignoreSideEffectsForRoot
option (#694)
- chore: mark
url
as an external and throw on warning (#783)
- docs: clearer "Resolving Built-Ins" doc (#782)
2021-01-29
- fix: only log last resolve error (#750)
- docs: add clarification on the order of package entrypoints (#768)
2021-01-15
- feat: support pkg imports and export array (#693)
2020-12-14
- fix: export map specificity (#675)
- fix: add missing type import (#668)
- docs: corrected word "yse" to "use" (#723)
2020-11-30
- refactor!: simplify builtins and remove
customResolveOptions
(#656)
- feat!: Mark built-ins as external (#627)
- feat!: support package entry points (#540)
- fix: refactor handling builtins, do not log warning if no local version (#637)
- docs: fix import statements in examples in README.md (#646)
2020-10-27
- fix!: resolve hash in path (#588)
- fix: do not ignore exceptions (#564)
2020-08-13
- chore: update dependencies (
e632469
)
- refactor: remove deep-freeze from dependencies (#529)
- chore: clean up changelog (
84dfddb
)
2020-07-12
- feat: preserve search params and hashes (#487)
- feat: support .js imports in TypeScript (#480)
- docs: fix named export use in readme (#456)
- docs: correct mainFields valid values (#469)
2020-06-22
- feat: add native node es modules support (#413)
2020-06-05
- fix: handle nested entry modules with the resolveOnly option (#430)
2020-05-20
- feat: Add default export (#361)
- feat: export defaults (#301)
- fix: resolve local files if
resolveOption
is set (#337)
- docs: correct misspelling (#343)
2020-04-12
- fix: resolve symlinked entry point properly (#291)
2020-04-12
2020-02-03
- fix: main fields regression (#196)
2020-02-01
- refactor: clean codebase and fix external warnings (#155)
2020-01-07
- feat: dedupe by package name (#99)
2020-01-04
- fix: allow deduplicating custom module dirs (#101)
- feat: add rootDir option (#98)
- docs: improve doc related to mainFields (#138)
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
- 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
- Respect setting the deprecated fields "module", "main", and "jsnext" (#204 by @nick-woodward)
- Add new mainfields option (#182 by @keithamus)
- Added dedupe option to prevent bundling the same package multiple times (#201 by @sormy)
- Fix issue when external modules are specified in
package.browser
(#143 by @keithamus)
- Fix
package.browser
mapping issue when false
is specified (#183 by @allex)
This release will support rollup@1.0
This release now supports .mjs
files by default
This release adds the only
option
This release caches reading/statting of files, to improve speed.
- Update lockfile #137
- Update rollup dependency #138
- Enable installation from Github #142
- Ensure
pkg.browser
is an object if necessary (#129)
- Remove
browser-resolve
dependency (#127)
- [BREAKING] Remove
options.skip
(#90)
- Add
modulesOnly
option (#96)
- Prevent
jail
from breaking builds on Windows (#93)
- Add
jail
option (#53)
- Add
customResolveOptions
option (#79)
- Support symlinked packages (#82)
- Add support
module
field in package.json as an official alternative to jsnext
- Error messages are more descriptive (#50)
- Allow entry point paths beginning with ./
- Allow relative IDs to be external (#32)
- Skip IDs containing null character
- Prefer built-in options, but allow opting out (#28)
- Pass
options.extensions
through to node-resolve
skip: true
skips all packages that don't satisfy the main
or jsnext
options (#16)
- Support scoped packages in
skip
option (#15)
- Support
browser
field (#8)
- Get tests to pass on Windows
- Use node-resolve to handle various corner cases
- Add ES6 build, use Rollup 0.20.0