Skip to content

wabe-0.5.14

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Dec 16:18
· 177 commits to main since this release
109b5c5

🚀 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

💬 Miscellaneous