Skip to content

Release 0.2.0-60

Pre-release
Pre-release
Compare
Choose a tag to compare
@tks18 tks18 released this 25 Jun 10:58
· 6 commits to master since this release
v0.2.0-60
b72a50e

0.2.0-60 (2022-06-25)

Build System 🏗

  • config: change node engine version and target version to use more advanced features (ff21fce)

Features 🔥

  • plugins/auth/helpers: return database result type instead of boolean for more meaningfull res (709260b)
  • plugins/auth/methods: implement database result in all model methods (bf4c851)
  • plugins/auth: add new type for database edit results (e755e50)
  • plugins/server: add a common express handler to handle database edit requests (2c84f1c)
  • routes/auth/policies: add new route for editing policy model with the new express handler (e204294)
  • routes/auth/roles: add new route for editing roles model using new express handler (fe99bb3)

Bug Fixes 🛠

  • models/frontend: add new property to frontend schema to have more control over scopes (6dd55a7)
  • plugins/server: add data property to send data in error responses (cdff2b8)