CHANGELOG.md 1.9KB

rollup-plugin-node-resolve changelog

3.0.0

  • [BREAKING] Remove options.skip (#90)
  • Add modulesOnly option (#96)

2.1.1

  • Prevent jail from breaking builds on Windows (#93)

2.1.0

  • Add jail option (#53)
  • Add customResolveOptions option (#79)
  • Support symlinked packages (#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)

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)

1.6.0

  • Skip IDs containing null character

1.5.0

  • Prefer built-in options, but allow opting out (#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)

1.2.1

  • Support scoped packages in skip option (#15)

1.2.0

  • Support browser field (#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