Generator Jhipster Nodejs Versions Save

A NodeJS blueprint that creates the backend using NestJS

v2.0.0

2 years ago

Improvements

  • Support for ci-cd module
  • Resolved bugs for entity generation
  • Added primary key type in entity generation

Change Log

  • 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

v2.0.0-beta.1

3 years ago

Improvements

  • Support for vue.js with jhipster 7.0.0 update
  • Resolved bugs for entity generation
  • More jobs into github actions to test vue.js and all prod running

Change Log

  • 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

v1.5.0

3 years ago

Improvements

  • Support for mongodb in prod and in dev (memory db)
  • Improved documentation and environment settings
  • Resolved bugs and added swagger link in the frontend client
  • More jobs into github actions to test mongodb and all prod running

Change Log

  • 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

v1.4.0

3 years ago

Improvements

  • E2E client protractor tests with dto and validations
  • Full administration api e2e backend tests for all scenarios
  • Latest dependency versions for the nodejs backend
  • More jobs into github actions to test all combinations of generation

Change Log

  • 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

v1.3.0

3 years ago

Improvements

  • Removed unused dependencies
  • Resolutions of some bugs

Change Log

  • 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

v1.2.0

3 years ago

Improvements

  • Added i18n support
  • Resolutions of some bugs

Change Log

  • 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

v1.1.0

3 years ago

v1.0.2

4 years ago

v1.0.1

4 years ago

v1.0.0

4 years ago

For #117