Skip to content

Release 1.5.0

Compare
Choose a tag to compare
released this 19 Mar 14:17
· 588 commits to main since this release

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