Skip to content

Release 2.0.0

Compare
Choose a tag to compare
released this 06 Sep 17:38
· 343 commits to main since this release

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