generator-ngx-rocket

Extensible Angular 14+ enterprise-grade project generator

MIT License

Downloads
704
Stars
1.5K
Committers
37

Bot releases are hidden (Show)

generator-ngx-rocket - 9.1.0

Published by sinedied about 4 years ago

9.1.0 (2020-10-05)

Features

  • update app dependencies (a36d906)
generator-ngx-rocket - 9.0.0

Published by sinedied about 4 years ago

9.0.0 (2020-09-10)

Bug Fixes

  • bump min node version to 12 (5145294)
  • double prompt issue (close #566) (330b174)
  • downgrade stylelint due to pending bugs (5faf55a)
  • incorrect version of @types/jest (889b147)
  • migrate tests using async to waitForAsync (b386534)
  • remove unused modules (close #560) (840c033)
  • translation strings extraction (close #551) (cc58749)

Features

BREAKING CHANGES

  • Now requires Node >= 12 dues to dependencies update.
generator-ngx-rocket - 8.1.1

Published by sinedied over 4 years ago

8.1.1 (2020-06-15)

Bug Fixes

  • remove extra translate in material template (0f14325)
  • update ionic icon names (b21ebd2)
generator-ngx-rocket - 8.1.0

Published by sinedied over 4 years ago

8.1.0 (2020-04-23)

Bug Fixes

  • index.ts still present if auth option is not selected (856a7fc)

Features

  • add spanish and italian languages (4df356c)
generator-ngx-rocket - 8.0.1

Published by sinedied over 4 years ago

8.0.1 (2020-04-02)

Bug Fixes

generator-ngx-rocket - 8.0.0

Published by sinedied over 4 years ago

8.0.0 (2020-03-27)

Bug Fixes

Features

  • add de-DE translation (f08f6ec)
  • add deployment options (close #540, #327) (7602e8c)
  • add i18n module and language selection at generation (close #262) (383d6fb)
  • add prefix and aliasing for core/shared (close #277) (faa1981)
  • aggregate all auth related components in auth module (close #535) (8dbadb7)
  • make Angular Material the default UI for web apps (626505c)
  • remove HttpService and CacheService (99eea62)
  • remove usage of puppeter by default for testing (fix #522) (b786c23)
  • update bootstrap template for ng9 (88d3d58)
  • update de-DE translation (3c0b244)
  • update to Ionic 5 (589a1fb)
  • upgrade to ng9 for material path (97d8fb0)

BREAKING CHANGES

  • core/shared folders now have an @ prefix to have them listed first,
    along with a direct TypeScript alias for imports.
  • Removing HttpClient overload as this is definitely not something
    the Angular team is looking to support. Also it's not relevant and
    useful anymore thanks to state management libraries, that's why
    CacheService is also removed.