Releases: matoilic/generator-angular-lazy
Releases · matoilic/generator-angular-lazy
0.7.0-beta.0
- Migrated from SystemJS to Webpack. Details and migration guide coming soon.
0.6.7
- Migrated the generators to Yeoman 1.0.
- Upgraded dependencies, incl. switching to Angular 1.6.
0.6.6
- Bundling doesn't modify the original SystemJS config anymore but rather a copy in the build folder (contributed by @bdurrer).
- Upgraded all dependencies.
0.6.5
- Fixed an issue with using the prefix option when generating state components (#21 #25 by @bdurrer).
- Upgraded all dependencies.
0.6.4
- Fixed an issue where code would be transpiled twice when bundling the application (#16).
- Fixed a wrong version number in package.json (#15).
0.6.3
For some reason npm publish ignored the base.js file, even though it was in the files array in package.json. Had to switch to including all files by default and exclude unwanted ones through .npmingore.
0.6.1 and 0.6.2 are broken releases and should not be used since not all files were published.
0.6.1
- Fixed wrong dependency version in app template.
0.6.0
- Upgraded to the latest Yeoman version. Make sure you have at least yo 1.8.0 installed.
0.5.4
- Fixed linting issues in generated code.
- Fixed inconsistencies in generated language files.
0.5.3
- Fixed a missing strict mode annotation on
config/protractor.js
.