109 строки
3.5 KiB
Markdown
109 строки
3.5 KiB
Markdown
|
<a name="0.3.4"></a>
|
||
|
## [0.3.4](https://github.com/brandonroberts/angular2-router-loader/compare/v0.3.3...v0.3.4) (2016-11-13)
|
||
|
|
||
|
|
||
|
### Features
|
||
|
|
||
|
* **docs:** Added example of named chunks ([#29](https://github.com/brandonroberts/angular2-router-loader/issues/29)) ([4643068](https://github.com/brandonroberts/angular2-router-loader/commit/4643068))
|
||
|
* **loader:** Added support for named chunks ([#27](https://github.com/brandonroberts/angular2-router-loader/issues/27)) ([43e83a3](https://github.com/brandonroberts/angular2-router-loader/commit/43e83a3))
|
||
|
* **loader:** Added support for non-relative paths ([28befa8](https://github.com/brandonroberts/angular2-router-loader/commit/28befa8))
|
||
|
|
||
|
|
||
|
|
||
|
<a name="0.3.3"></a>
|
||
|
## [0.3.3](https://github.com/brandonroberts/angular2-router-loader/compare/v0.3.2...v0.3.3) (2016-10-14)
|
||
|
|
||
|
|
||
|
### Bug Fixes
|
||
|
|
||
|
* **loader:** Updated string matching to account for spaces in between loadChildren ([578c68b](https://github.com/brandonroberts/angular2-router-loader/commit/578c68b))
|
||
|
|
||
|
|
||
|
|
||
|
<a name="0.3.2"></a>
|
||
|
## [0.3.2](https://github.com/brandonroberts/angular2-router-loader/compare/v0.3.1...v0.3.2) (2016-10-09)
|
||
|
|
||
|
|
||
|
|
||
|
<a name="0.3.1"></a>
|
||
|
## [0.3.1](https://github.com/brandonroberts/angular2-router-loader/compare/v0.2.2...v0.3.1) (2016-10-07)
|
||
|
|
||
|
|
||
|
### Bug Fixes
|
||
|
|
||
|
* **loader:** Fixed files without a relative path. ([01fb92e](https://github.com/brandonroberts/angular2-router-loader/commit/01fb92e))
|
||
|
|
||
|
|
||
|
### Features
|
||
|
|
||
|
* **loader:** Updated regex to be less greedy on finding occurrences. Added debug mode ([b821d38](https://github.com/brandonroberts/angular2-router-loader/commit/b821d38))
|
||
|
|
||
|
|
||
|
|
||
|
<a name="0.2.2"></a>
|
||
|
## [0.2.2](https://github.com/brandonroberts/angular2-router-loader/compare/v0.2.1...v0.2.2) (2016-09-22)
|
||
|
|
||
|
|
||
|
### Features
|
||
|
|
||
|
* **tests:** Added unit tests for loader ([03f828f](https://github.com/brandonroberts/angular2-router-loader/commit/03f828f))
|
||
|
|
||
|
|
||
|
|
||
|
<a name="0.2.1"></a>
|
||
|
## [0.2.1](https://github.com/brandonroberts/angular2-router-loader/compare/v0.2.0...v0.2.1) (2016-09-18)
|
||
|
|
||
|
|
||
|
### Bug Fixes
|
||
|
|
||
|
* **loader:** Fixed bug with sync loading filename ([84c8562](https://github.com/brandonroberts/angular2-router-loader/commit/84c8562))
|
||
|
|
||
|
|
||
|
### Features
|
||
|
|
||
|
* **tests:** Added initial unit tests for loader ([824cc57](https://github.com/brandonroberts/angular2-router-loader/commit/824cc57))
|
||
|
* **tests:** Added unit tests for util functions ([982897b](https://github.com/brandonroberts/angular2-router-loader/commit/982897b))
|
||
|
|
||
|
|
||
|
|
||
|
<a name="0.2.0"></a>
|
||
|
# [0.2.0](https://github.com/brandonroberts/angular2-router-loader/compare/v0.1.3...v0.2.0) (2016-09-18)
|
||
|
|
||
|
|
||
|
### Features
|
||
|
|
||
|
* **loader:** Added option for sync module loading ([dd26e77](https://github.com/brandonroberts/angular2-router-loader/commit/dd26e77))
|
||
|
|
||
|
|
||
|
|
||
|
<a name="0.1.3"></a>
|
||
|
## [0.1.3](https://github.com/brandonroberts/angular2-router-loader/compare/v0.1.2...v0.1.3) (2016-09-14)
|
||
|
|
||
|
|
||
|
### Bug Fixes
|
||
|
|
||
|
* **windows:** Fixed file path replacement on windows ([d17ab66](https://github.com/brandonroberts/angular2-router-loader/commit/d17ab66))
|
||
|
|
||
|
|
||
|
|
||
|
<a name="0.1.2"></a>
|
||
|
## [0.1.2](https://github.com/brandonroberts/angular2-router-loader/compare/v0.1.1...v0.1.2) (2016-09-14)
|
||
|
|
||
|
|
||
|
### Bug Fixes
|
||
|
|
||
|
* **windows:** Fixed variable for replacement ([2d321ef](https://github.com/brandonroberts/angular2-router-loader/commit/2d321ef))
|
||
|
|
||
|
|
||
|
|
||
|
<a name="0.1.1"></a>
|
||
|
## [0.1.1](https://github.com/brandonroberts/angular2-router-loader/compare/e630236...v0.1.1) (2016-09-14)
|
||
|
|
||
|
|
||
|
### Bug Fixes
|
||
|
|
||
|
* **loader:** Added check for Windows OS and use appropriate path API ([e630236](https://github.com/brandonroberts/angular2-router-loader/commit/e630236))
|
||
|
|
||
|
|
||
|
|