Skip to content

Latest commit

 

History

History
182 lines (79 loc) · 6.96 KB

CHANGELOG.md

File metadata and controls

182 lines (79 loc) · 6.96 KB

0.8.3 (2018-04-05)

0.8.2 (2018-01-03)

0.8.1 (2017-12-19)

Bug Fixes

  • utils: Update vanilla JS require loader to be fully ES5 (#98) (e6d9d88)

0.8.0 (2017-11-17)

Features

  • loader: Add promise rejection upon loader error (#94) (68d89ff), closes #75
  • loader: Add support for chunk name to system && import loaders (#93) (df345fc)

BREAKING CHANGES

  • loader: Webpack >= 2.4 is required for the error callback to be supported with require.ensure

BEFORE:

Webpack < 2.4 is supported

AFTER:

Webpack >= 2.4 is supported

0.7.0 (2017-11-14)

Bug Fixes

  • docs: Added updated changelog (7d1f7f3)

Features

  • loader: Add support for dynamic import (#90) (a9835ab)
  • loader: Update regex to be able to use double-quotes and single-quotes (#80) (0444b6e)

0.6.0 (2017-03-29)

Bug Fixes

  • deps: Updated webpack/loader-utils version to fix deprecation warning (#61) (979ae85)
  • docs: Clarify genDir option usage (#51) (b6f46b3)
  • docs: Fix colons in readme.md (#36) (58db6de)
  • loader: Fixed bug when using query string with loadChildren (#62) (8616eae)
  • loader: Prefer the query 'debug' parameter to the global value (#37) (b96316c)

Features

  • loader: Added support for plain JavaScript async require statement (#69) (7714e1f)

0.3.4 (2016-11-13)

Bug Fixes

  • loader: Updated string matching to account for spaces in between loadChildren (578c68b)

Features

  • docs: Added example of named chunks (#29) (4643068)
  • loader: Added support for named chunks (#27) (43e83a3)
  • loader: Added support for non-relative paths (28befa8)

0.3.2 (2016-10-09)

0.3.1 (2016-10-07)

Bug Fixes

  • loader: Fixed files without a relative path. (01fb92e)

Features

  • loader: Updated regex to be less greedy on finding occurrences. Added debug mode (b821d38)

0.2.2 (2016-09-22)

Features

  • tests: Added unit tests for loader (03f828f)

0.2.1 (2016-09-18)

Bug Fixes

  • loader: Fixed bug with sync loading filename (84c8562)

Features

  • tests: Added initial unit tests for loader (824cc57)
  • tests: Added unit tests for util functions (982897b)

0.2.0 (2016-09-18)

Features

  • loader: Added option for sync module loading (dd26e77)

0.1.3 (2016-09-14)

Bug Fixes

  • windows: Fixed file path replacement on windows (d17ab66)

0.1.2 (2016-09-14)

Bug Fixes

  • windows: Fixed variable for replacement (2d321ef)

0.1.1 (2016-09-14)

Bug Fixes

  • loader: Added check for Windows OS and use appropriate path API (e630236)