Skip to content

Releases: matoilic/generator-angular-lazy

0.7.0-beta.0

21 Jan 21:40
Compare
Choose a tag to compare
  • Migrated from SystemJS to Webpack. Details and migration guide coming soon.

0.6.7

08 Jan 21:09
Compare
Choose a tag to compare
  • Migrated the generators to Yeoman 1.0.
  • Upgraded dependencies, incl. switching to Angular 1.6.

0.6.6

01 Nov 20:07
Compare
Choose a tag to compare
  • 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

22 Aug 20:19
Compare
Choose a tag to compare
  • Fixed an issue with using the prefix option when generating state components (#21 #25 by @bdurrer).
  • Upgraded all dependencies.

0.6.4

04 Jul 21:22
Compare
Choose a tag to compare
  • 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

03 Jun 21:34
Compare
Choose a tag to compare

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

30 May 20:08
Compare
Choose a tag to compare
  • Fixed wrong dependency version in app template.

0.6.0

29 May 21:33
Compare
Choose a tag to compare
  • Upgraded to the latest Yeoman version. Make sure you have at least yo 1.8.0 installed.

0.5.4

09 Apr 20:34
Compare
Choose a tag to compare
  • Fixed linting issues in generated code.
  • Fixed inconsistencies in generated language files.

0.5.3

20 Mar 20:52
Compare
Choose a tag to compare
  • Fixed a missing strict mode annotation on config/protractor.js.