Skip to content

v1.8.0

Compare
Choose a tag to compare
@LoicPoullain LoicPoullain released this 01 May 07:39
· 2487 commits to master since this release

Features

  • Allow to inject interfaces and generic classes (such as TypeORM entities) (issues: #598, #627) (PR: #675).
  • ServiceManager.set returns itself (PR: #675).
  • Support service initialization (boot method) (issues: #628) (PR: #678)
  • Base64-encoding option for JWT secrets (issues: #523) (PR: #677)
  • UserWithPermissions extends BaseEntity (issue: #656) (PR: #682)
  • UserWithPermissions has a static method to get all users with a given permission (issue: #637) (PR: #682)
  • Fix recurring bugs with the types of @types/express (issue: #683) (PR: #685).

Dependencies