- add missing MIT license file (#233 by @kenjiO)
- Fix incorrect example of config (#239 by @myshov)
- Fix typo in readme (#240 by @LinusU)
- dedupe accepts a function (#225 by @manucorporat)
- Move Rollup version check to buildStart hook to avoid issues (#232 by @lukastaegert)
- Fix path fragment inputs (#229 by @bterlson)
- Treat sideEffects array as inclusion list (#227 by @mikeharder)
- Make empty.js a virtual module (#224 by @manucorporat)
- Support resolve 1.11.1, add built-in test (#223 by @bterlson)
- Update to [email protected] for better performance (#220 by @keithamus)
- Replace bublé with babel, update dependencies (#216 by @mecurc)
- Handle module side-effects (#219 by @lukastaegert)
- Requires at least [email protected] 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
- Add note on builtins to Readme (#215 by @keithamus)
- Add issue templates (#217 by @mecurc)
- Improve performance by caching
isDir
(#218 by @keithamus)
- Fix ordering of jsnext:main when using the jsnext option (#209 by @lukastaegert)
- Fix TypeScript typings (rename and export Options interface) (#206 by @Kocal)
- Fix mainfields typing (#207 by @nicolashenry)
- 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 whenfalse
is specified (#183 by @allex)
This release will support [email protected]
- Resolve modules used to define manual chunks (#185 by @mcshaman)
- Update dependencies and plugin hook usage (#187 by @lukastaegert)
This release now supports .mjs
files by default
- feat: Support .mjs files by default (#151, by @leebyron)
This release adds the only
option
- feat: add
only
option (#83; @arantes555)
- docs: correct description of
jail
option (#120; @GeorgeTaveras1231)
This release caches reading/statting of files, to improve speed.
- perf: cache file stats/reads (#126; @keithamus)
- Ensure
pkg.browser
is an object if necessary (#129)
- Remove
browser-resolve
dependency (#127)
- Prevent
jail
from breaking builds on Windows (#93)
- 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 ./
- Return a
name
- 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 tonode-resolve
skip: true
skips all packages that don't satisfy themain
orjsnext
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
- First release