angular-ej1-demos/node_modules/angular2-router-loader/CHANGELOG.md

3.5 KiB

0.3.4 (2016-11-13)

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.3 (2016-10-14)

Bug Fixes

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

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)