wabe-0.5.14
·
177 commits
to main
since this release
🚀 Features
- feat(wabe): add fetch operation on HookObject (by @coratgerl in #120)
- feat(wabe): allow to mutate an object without return any data (by @coratgerl in #121)
- feat(wabe): improve mongo adapter removing all useless read on database adapter (by @coratgerl in #122)
- feat(wabe): add
originalObject
on update and delete operations (by @coratgerl in #124) - feat(wabe): improve hook documentation (by @coratgerl in #125)
- feat(wabe): improve
HookObject
type (by @coratgerl in #126)
🐛 Fixes
- fix(wabe): remove mandatory read operations on CUD operations (by @coratgerl in #119)
🧪 Tests
- test(wabe): add tests removed in #122 (by @coratgerl in #123)
💬 Miscellaneous
- refactor(wabe): remove useless optimization (by @coratgerl in #118)