generator-ngx-rocket

Extensible Angular 14+ enterprise-grade project generator

MIT License

Downloads
704
Stars
1.5K
Committers
37

Bot releases are visible (Hide)

generator-ngx-rocket - 11.0.0 Latest Release

Published by ci-rebot about 2 years ago

11.0.0 (2022-08-25)

Bug Fixes

  • bootstrap dropdown placement (454b36f)
  • puppeteer use with protractor (c3814b6)
  • workaround for test:ci not working (166411e)

Features

BREAKING CHANGES

    • Migrate to Angular 14
  • Requires Node.js 14+
generator-ngx-rocket - 10.1.2

Published by ci-rebot almost 3 years ago

10.1.2 (2021-12-15)

Bug Fixes

generator-ngx-rocket - 10.1.1

Published by ci-rebot almost 3 years ago

10.1.1 (2021-12-10)

generator-ngx-rocket - 10.1.0

Published by ci-rebot almost 3 years ago

10.1.0 (2021-12-10)

Bug Fixes

  • android package copy (bcd2328)
  • cannot update issue (fix #607) (dd96390)
  • e2e/cypress templates (1131898)
  • install errors with npm 7+ (fix #611) (1a273dd)
  • jest test config with Angular 13 (4a427ee)
  • missing @popperjs/core peer dependency (ba0aba5)
  • remove deprecated cordova-plugin-whitelist (77e1b4f)
  • update command in addon generator (dd2409b)

Code Refactoring

  • deprecate Protractor in favor of Cypress (f5c4538)

Features

BREAKING CHANGES

  • Cypress is now the default choice for e2e tests.
generator-ngx-rocket - 10.0.1

Published by ci-rebot almost 3 years ago

10.0.1 (2021-12-01)

Bug Fixes

  • tsconfig: remove unsupported comment (634b1ff)
  • tsconfig: trailing comma (7847733)
generator-ngx-rocket - 10.0.0

Published by ci-rebot about 3 years ago

10.0.0 (2021-07-22)

Bug Fixes

chore

Features

  • enable typescript strict mode by default (a772e7d)
  • make e2e tests optional and restore linting (555ffc3)
  • migrate addon template ci to use github actions (1a15bc8)
  • migrate to eslint, removes htmlhint (closes #473) (b1f7334)
  • migrate to husky v7 (ab06976)
  • move pwa prompt to the features list (8828d3d)
  • regroup generator options under features prop (d60b129)
  • removed @core module and moved services to @shared (830489b)
  • update addon template (580863f)
  • update polyfills (ecf5c98)
  • upgrade the generate app to be Angular 12 (closes #600) (afd59bc)

BREAKING CHANGES

  • update to lastest core, which forces yeoman-generator@5 breaking update.
  • migrate to eslint, removes htmlhint
  • Having a core module isn't necessary anymore as services aren't attached to modules anymore.
    This follows the Angular coding guide update that only mention shared module now.
  • enable typescript strict mode by default
generator-ngx-rocket - 9.2.1

Published by ci-rebot about 3 years ago

9.2.1 (2021-07-20)

Bug Fixes

  • fix generator due to botched core release (de428e5)
generator-ngx-rocket - 9.2.0

Published by ci-rebot almost 4 years ago

9.2.0 (2021-01-14)

Bug Fixes

  • app not loading with Electron v11 (1444bf0)
  • incorrect hads version (ba20ff1)
  • rename env script to fix execution in some environments (closes #575) (ec93fdb)
  • update electron templates (3433465)
  • update generator dependencies (bda29d9)
  • update jest config (4b4a357)
  • update packages and fix peer dependencies (64098dc)
  • update RouteReusableStrategy for Angular 11 (#576) (3077f5b)

Features

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.