Releases: palixir/wabe
Releases · palixir/wabe
wabe-openai-0.5.0
🚀 Features
- feat(wabe-openai): init package (by @coratgerl in #144)
wabe-0.5.22
🚀 Features
- feat(wabe): add AI controller (by @coratgerl in #143)
- feat(wabe): add utils to root context (by @coratgerl in #145)
- feat(wabe): add p-retry on mongodb connection (by @coratgerl in #148)
🐛 Fixes
- fix(wabe): remove useless package (by @coratgerl in #146)
- fix(wabe): google authentication oauth (by @coratgerl in #149)
wabe-stripe-0.5.14
bump
wabe-0.5.21
🐛 Fixes
- fix(wabe): remove useless graphql types (by @coratgerl in #142)
wabe-0.5.20
🚀 Features
- feat(wabe): add test for ACL (by @coratgerl in #136)
- feat(wabe): type permission role (by @coratgerl in #138)
- feat(wabe): by default every class will have fully restricted permissions (Zero trust) (by @coratgerl in #139)
- feat(wabe): clean the signUp permissions (by @coratgerl in #140)
- feat(wabe): disable graphql introspection in production (by @coratgerl in #141)
🐛 Fixes
- fix(wabe): issue with file on graphql resolver (by @coratgerl in #135)
💬 Miscellaneous
- refactor(wabe): ACL interface for developer (by @coratgerl in #137)
wabe-0.5.18
🐛 Fixes
- fix(wabe):
RoleEnum
don't have the good format (by @coratgerl in #130) - fix(wabe): should block
signUpWith
when requireAuthentication is set to true (by @coratgerl in #132) - fix(wabe): authorize root access for signUp (by @coratgerl in #133)
wabe-0.5.15
🚀 Features
- feat(wabe): set the payment adapter public (by @coratgerl in #127)
wabe-0.5.14
🚀 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)
wabe-stripe-0.5.9
🚀 Features
- feat(wabe-stripe): add deleteCoupon and updatePromotionCode (by @coratgerl in #115)
wabe-stripe-0.5.10
🐛 Fixes
- fix(wabe-stripe): should return the code and the promo stripe id (by @coratgerl in #116)
- fix(wabe-stripe): return code when create stripe coupon (by @coratgerl in #117)