Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Releases: vishal423/ngx-hipster

Generate e2e tests, upgrade dependencies

03 May 16:24
Compare
Choose a tag to compare

Added

  • Generate e2e tests to verify the application layout, login support (Session and OIDC).
  • Generate e2e tests to verify the entity Create, List, Update and Delete flows.
  • GitHub actions to verify the generated code against real world application.
  • Sample Spring boot application used in the e2e testing.

Changed

  • Support angular v9.1.x.
  • Support comma separated proxy paths in the proxy schematic.
  • Upgraded jest, prettier, husky, angular material library dependencies.
  • Upgrade demo application.

Support angular v9, OnPush change detection

08 Feb 09:41
Compare
Choose a tag to compare

Changed

  • Support OnPush as the default change detection strategy.
  • Angular Ivy: Templates refactoring to support angular v9.x.
  • Upgraded jest, husky, angular material library dependencies.
  • Upgrade demo application to angular cli v9.0

OIDC Authentication support, Strict type checking

24 Jan 18:04
Compare
Choose a tag to compare

Added

  • Support the JHipster OIDC / OAuth 2.0 authentication type.
  • Add typescript compiler flags to enable strict type-checking mode as default.
  "noFallthroughCasesInSwitch": true,
  "noImplicitAny": true,
  "noImplicitReturns": true,
  "noImplicitThis": true,
  "strictNullChecks": true,

Changed

  • Refactoring of app-shell schematic to prompt selection of user authentication type. Defaults to session.
  • Disable no-non-null-assertion Tslint rule to avoid conflicts with typescript strict check flags.

Support new control types on entity schematic

15 Jan 18:42
Compare
Choose a tag to compare

Added

  • Support select, autocomplete, and date control types
  • Create a changelog file to provide more visibility on the notable changes.

Changed

  • Add select, autocomplete, and date control type examples in the demo application.

Support explicit primary key field, page options

14 Dec 20:29
Compare
Choose a tag to compare
v0.3.0

Update readme and version

Include entity schematic

12 Dec 05:26
Compare
Choose a tag to compare
v0.2.0

v0.2.0