Skip to content

Version 2.1.0

Choose a tag to compare

@sspathare97 sspathare97 released this 08 Sep 17:46
· 22 commits to master since this release
92d58bc

Upgrades, features, bug fixes

  • Fixed issue with pm2 multiple instances DB migrations on production
  • Added extensive API endpoint tests for the user endpoints with almost 100% coverage
  • Replaced user_roles table with Role enum
  • Updated some APIs
  • DB convention: table and model names in PascalCase and column, field, param names in camelCase
  • API endpoints convention: kebab-case
  • Refactored some code and fixed minor issues