Skip to content

Releases: palixir/wabe

wabe-openai-0.5.0

23 Jan 19:24
Compare
Choose a tag to compare

🚀 Features

wabe-0.5.22

23 Jan 19:23
Compare
Choose a tag to compare

🚀 Features

🐛 Fixes

wabe-stripe-0.5.14

15 Jan 12:02
Compare
Choose a tag to compare

wabe-0.5.21

15 Jan 12:02
Compare
Choose a tag to compare

🐛 Fixes

wabe-0.5.20

14 Jan 20:02
6858cdf
Compare
Choose a tag to compare

🚀 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

wabe-0.5.18

05 Jan 18:46
357af8b
Compare
Choose a tag to compare

🐛 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

02 Jan 19:51
Compare
Choose a tag to compare

🚀 Features

wabe-0.5.14

29 Dec 16:18
109b5c5
Compare
Choose a tag to compare

🚀 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

wabe-stripe-0.5.9

26 Dec 19:42
532c903
Compare
Choose a tag to compare

🚀 Features

  • feat(wabe-stripe): add deleteCoupon and updatePromotionCode (by @coratgerl in #115)

wabe-stripe-0.5.10

26 Dec 20:05
f2f0299
Compare
Choose a tag to compare

🐛 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)