Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 4.07 KB

CHANGELOG.md

File metadata and controls

54 lines (33 loc) · 4.07 KB

0.1.2 (2017-06-20)

Bug Fixes

  • loader: add support for webpack chunk-naming comments (7252feb)

0.1.1 (2017-06-16)

Bug Fixes

  • loader: Removed extra leftover debugging comments (1406ab7)

0.1.0 (2017-06-14)

Bug Fixes

  • deps: Updated webpack/loader-utils version to fix deprecation warning (#61) (979ae85)
  • docs: Added updated changelog (7d1f7f3)
  • docs: Clarify genDir option usage (#51) (b6f46b3)
  • docs: Fix colons in readme.md (#36) (58db6de)
  • loader: Added check for Windows OS and use appropriate path API (e630236)
  • loader: Fixed bug when using query string with loadChildren (#62) (8616eae)
  • loader: Fixed bug with sync loading filename (84c8562)
  • loader: Fixed files without a relative path. (01fb92e)
  • loader: Prefer the query 'debug' parameter to the global value (#37) (b96316c)
  • loader: Updated string matching to account for spaces in between loadChildren (578c68b)
  • windows: Fixed file path replacement on windows (d17ab66)
  • windows: Fixed variable for replacement (2d321ef)

Features

  • docs: Added example of named chunks (#29) (4643068)
  • loader: Added option for sync module loading (dd26e77)
  • loader: Added support for named chunks (#27) (43e83a3)
  • loader: Added support for non-relative paths (28befa8)
  • loader: Added support for plain JavaScript async require statement (#69) (7714e1f)
  • loader: Updated regex to be less greedy on finding occurrences. Added debug mode (b821d38)
  • tests: Added initial unit tests for loader (824cc57)
  • tests: Added unit tests for loader (03f828f)
  • tests: Added unit tests for util functions (982897b)