Skip to content

Releases: atlasconsulting/nuxt-bedita

v0.3.0

29 Feb 15:11
Compare
Choose a tag to compare

compare changes

💅 Refactors

  • ⚠️ Rename useRecaptcha composable (#25)

🤖 CI

  • Add workflow dispatch for manual releases (9fb5f1f)

⚠️ Breaking Changes

  • ⚠️ Rename useRecaptcha composable (#25)

❤️ Contributors

v0.2.4

22 Feb 16:29
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Missing useFtech import (#22)

❤️ Contributors

v0.2.3

21 Feb 17:05
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add patch user profile (#19)

🩹 Fixes

  • Improve typing (#21)

📖 Documentation

  • Introduce documentation (#18)
  • Fix baseURL (5870382)
  • Add update user documentation (#20)

🏡 Chore

🏀 Examples

  • playground: Add user profile (f283177)

❤️ Contributors

v0.2.2

24 Jan 09:48
Compare
Choose a tag to compare

compare changes

🏡 Chore

  • Move log recaptcha (#16)

❤️ Contributors

v0.2.1

23 Jan 12:37
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Add filterUserDataToStore to server imports (#15)

❤️ Contributors

v0.2.0

22 Jan 09:31
Compare
Choose a tag to compare

compare changes

💅 Refactors

  • ⚠️ Move beditaClient to beditaApiClient (#14)

⚠️ Breaking Changes

  • ⚠️ Move beditaClient to beditaApiClient (#14)

❤️ Contributors

v0.1.3

15 Jan 13:42
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Allow to enable/disable auth and signup endpoints (#11)
  • Add BEdita API proxy for GET requests (#12)

🤖 CI

  • Fix release script to avoid info about previous release (bdadd34)

❤️ Contributors

v0.1.2

09 Jan 15:13
183e745
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add reset, change password endopints and optout endpoint (#9)

🤖 CI

  • Fix git log deep history (#10)

❤️ Contributors

v0.1.1

08 Jan 14:14
242cf16
Compare
Choose a tag to compare

🚀 Enhancements

  • Customize recaptcha options (#8)
  • Add server option in signupActivation() (f99a2ed)

❤️ Contributors

v0.1.0

05 Jan 17:32
a59bc0e
Compare
Choose a tag to compare

🚀 Enhancements

  • Add signup and signup activation endpoints and related composable (#7)
  • Add type template to having access to types in nuxt app (5f3ec63)
  • Allow to disable recaptcha (#6)

🩹 Fixes

💅 Refactors

  • ⚠️ Replace vue-recaptcha-v3 (#5)
  • Remove enum and use "as const" (d3b8758)
  • By default verifyRecaptcha throws error (5a07361)

🏡 Chore

  • Add console log using useRecaptcha composable when recaptcha is disabled (e594ce7)

⚠️ Breaking Changes

  • ⚠️ Replace vue-recaptcha-v3 (#5)

❤️ Contributors