Skip to content

v2.1.0-beta.26

Pre-release
Pre-release
Compare
Choose a tag to compare
@sokra sokra released this 14 Nov 07:55
· 14935 commits to main since this release

Breaking Changes:

-loader is no longer automatically added when resolving loaders

This was removed because it often lead to problems.

You can still opt-in to the old behavior with the resolveLoader.moduleExtensions configuration option.

Node.js 0.10 is no longer supported

Node.js LTS for this version is expired. You won't miss it.

Note: 0.12 will expire in December 2017. We will remove it soon too.

Features:

  • AMD require now supports an error callback as 3rd argument

Bugfixes:

  • Declarations from destruction now hides imports
  • The parser now detects identifiers in destruction and default arguments
  • The parser no longer crashes on empty patterns [, a]
  • The schema now validates more stuff correctly
  • --version now works correctly