2.0.0 - 06/09/2021 released date
- Support entitySuffix generation issue #209
- ci-cd for nodejs application issue #104
- Support JHipster primary key type for entity service and controller issue #238
- Columns createdBy, createdDate, lastModifiedBy and lastModifiedDate should be filled automatically issue #236
- Passwords should be hashed instead of encrypted issue #234
- Remove in query user api the unencrypted password exposed issue #232
- Support JHipster primary key type issue #230
- Entity name duplicated into app.module.ts imports every time entity updated issue #219
2.0.0-beta.1 - 08/04/2021 released date
- Update class-validator to 0.13.1 to fix "matches" (regexp validator modifiers) issue #215
- Vue.js support from 7.x jhipster upgrade issue #158
- Unable to create a new entity for jhipster 6.8.0 bug issue #147
1.5.0 - 19/03/2021 released date
- Rename NODE_ENV in BACKEND_ENV with better usage documentation issue #206
- Enable admin api button in the client side that routes to swagger nodejs issue #186
- Support mongodb generation with docker image (without relationship) issue #73
- Integration test for all database docker instance as prod running issue #198
- A relation OneToOne from a custom entity to the User entity together other OneToMany relationships throw an error issue #195
1.4.0 - 14/12/2020 released date
- Add validation in dto nestjs controllers issue #182
- Dto implementation in the rest nestjs api issue #181
- Protractor or another tool for client e2e tests issue #101
- Support the account management with user registration, delete, creation and changes password with settings issue #166
- NestJS migration from 6 to 7 version issue #183
1.3.0 - 02/11/2020 released date
- Add npm/yarn install after running the generator for the server side issue #161
- Configure Swagger UI for OAuth 2.0 issue #67
- feat: build and run from Docker Support issue #172
- Node JS microservice is not registered properly in Jhipster Registry issue #103
- TS2304: Cannot find name 'Cheerio' in React app issue #167
- OneToOne relationship server error: Missing property issue #168
1.2.0 - 03/09/2020 released date
- Unexpected authorized access in security jwt with wrong username but correct password issue #164
- Support docker-compose app.yml stack with keycloack oauth2 issue #113
- Unauthorized error in jwt authentication when run client and server separately issue #124
- Blob types not saved issue #129
- Unexpected logs when creating a new app using import-jdl issue #159
- Language i18n for angular home page translation NHipster issue #45
- Language i18n for react home page translation NHipster issue #59
- enum type values not correctly mapped in the server side issue #156
- Error when fetch list of entities from react client issue #155
- double stitch port on app.yml issue #157
1.1.0 - 13/07/2020 released date
- Encrypt user passwords on db issue #53
- jest-diff error running "npm run webpack:prod" issue #149
- Docker support for mysql, mssql and postgresql issue #137
- Create a nhipster command line issue #143
- Enhancement suggestions list tasks for 1.1.0 version issue #136
- Support enum fields entity generation without giving conflicts in sqlite dev database issue #74
1.0.2 - 27/04/2020 released date
- Entity not saved with relationship for many-to-one issue #125
- User controller error for old express-serve-static-core issue #120
1.0.1 - 26/03/2020 released date
- Installation on Windows can not copy file with prefix "." issue #118
1.0.0 - 24/03/2020 released date
- Copying node modules - support webpack bundle issue #100
- ManyToOne relationship error generation issue #106
- Problem with jdl relationships between default User jhipster entity issue #110
- Support Keycloak docker image and configuration for oauth2 issue #64
- Add Sonar configuration to analyze and publish generated project for backend issue #87
- Update with last jhipster version and add blueprint as devDependency project issue #111
1.0.0-beta.3 - 4/02/2020 released date
- Add e2e tests for generated server project issue #91
- Problems with running prod build issue #99
- Provide service generator issue #94
- Check controller generator with lint and tests issue #92
1.0.0-beta.2 - 11/01/2020 released date
- Exclude server TS files from client lint and test increasing quality on the generated issue #83
- Consider migrating from TSLint to ESLint for the generated part issue #55
- Support code quality and coverage reports on SonarCloud for the generator issue #85
- Migrating pipeline from travis to GitHub Actions issue #86
- Testing entity relationship combinations with support for almost database field types issue #81
- Support blob types for the entity issue #68
- Disable testFramework and internationalization prompt questions with main app customization issue #60
- Provide test integration for quality in travis issue #77
1.0.0-beta.1 - 11/12/2019 released date
- Support okta oauth2 security feature issue #52
- Bug postgres choose generated in typeorm as postegresql issue #70
1.0.0-alpha.3 - 11/10/2019 released date
- Enable TypeOrm migration schema and data for dev and prod issue #36
- Remove maven with java optional requirement issue #44
- Test and information about prod database connection and running issue #51
- Resolved bug of prod database not added from jdl issue #61
- Support full generation with jdl for angular/react client and test CRUD entity operations with dev and prod databases issue #62
1.0.0-alpha.2 - 19/09/2019 released date
- Adding generic base scaffolder from the official blueprint generator
- Running microservice or monolith project with default sqlite db
- Import jdl: functional entity-server generator with simple options (no dto, no serviceImpl)
- Typeorm mappings for sql databases
- Rest API (with headers) compatible with other jhipster implementations
- Cloud Configuration client
- Eureka client
- JWT authentication and role base method decorators
- Swagger documentation
- All user and auth api with jwt integrated in angular ui issue #22
- Maven pom orchestration of server/client part with dev and prod profiles issue #23
- Adding controller generator
- Automatic config in dev profile sqlite db and in prod mongodb or another db issue #30
- Replaced mongoProdDatabase question with standard jhipster databaseType and with all db typeORM support issue #41