This repository has been archived by the owner on Feb 2, 2022. It is now read-only.
Releases: vishal423/ngx-hipster
Releases · vishal423/ngx-hipster
Generate e2e tests, upgrade dependencies
Added
- Generate
e2e
tests to verify the application layout, login support (Session
andOIDC
). - Generate
e2e
tests to verify the entityCreate
,List
,Update
andDelete
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
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
Added
- Support the
JHipster
OIDC / OAuth 2.0
authentication type. - Add
typescript
compiler flags to enablestrict
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 tosession
. - Disable
no-non-null-assertion
Tslint
rule to avoid conflicts with typescriptstrict
check flags.
Support new control types on entity schematic
Added
- Support
select
,autocomplete
, anddate
control types - Create a changelog file to provide more visibility on the notable changes.
Changed
- Add
select
,autocomplete
, anddate
control type examples in the demo application.
Support explicit primary key field, page options
v0.3.0 Update readme and version
Include entity schematic
v0.2.0 v0.2.0