Skip to content

Latest commit

 

History

History
387 lines (203 loc) · 11.6 KB

CHANGELOG.md

File metadata and controls

387 lines (203 loc) · 11.6 KB

Changelog

v0.4.1

compare changes

🩹 Fixes

  • Add missing import for createError (#33)

❤️ Contributors

v0.4.0

compare changes

🩹 Fixes

📖 Documentation

  • playground: Add example of upload (859acc1)

🏡 Chore

  • playground: Fix configuration (2b602ed)

🎨 Styles

❤️ Contributors

v0.3.8

compare changes

🩹 Fixes

  • Import useRuntimeConfig (e9a766f)

❤️ Contributors

v0.3.7

compare changes

🚀 Enhancements

  • Ability to customize user properties saved in session (116331d)

📖 Documentation

  • README: Add replaceTranslations to conf example (a244a67)
  • playground: Print all user properties saved in session (10a3936)
  • Document sessionUserProps key (0fdd843)

❤️ Contributors

v0.3.6

compare changes

🚀 Enhancements

  • Add replace translations conf (#32)

📖 Documentation

  • Add beditaRolesGuard middleware (bbe52a0)
  • Logo component (0ac1ebf)
  • Improve list of features (9caf9f5)
  • Change title (9906e23)
  • Fix image src (1dc4403)
  • Update configuration page with replaceTranslations option (6bccb1b)

🏡 Chore

❤️ Contributors

v0.3.5

compare changes

🚀 Enhancements

  • Introduce roles guard middleware (#31)

📖 Documentation

  • Add POST, PATCH, DELETE api proxy routes (994d388)

❤️ Contributors

v0.3.4

compare changes

🚀 Enhancements

  • Enable API proxy for POST, PATCH and DELETE methods (#30)

📖 Documentation

  • Add section about "redirect" query string (21fd6f3)

🏀 Examples

  • playground: Protect profile page to test redirect query string (1d5d63b)

❤️ Contributors

v0.3.3

compare changes

🚀 Enhancements

  • Add dependabot.yml (#28)
  • Add "redirect" query string on sign-in redirect (#29)

❤️ Contributors

v0.3.2

compare changes

🚀 Enhancements

  • Introduce routes guard (#27)

❤️ Contributors

v0.3.1

compare changes

🩹 Fixes

  • Auto import SSR utility functions (#26)

📖 Documentation

  • Link documentation in readme (4b84500)

❤️ Contributors

v0.3.0

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

compare changes

🩹 Fixes

  • Missing useFtech import (#22)

❤️ Contributors

v0.2.3

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

compare changes

🏡 Chore

  • Move log recaptcha (#16)

❤️ Contributors

v0.2.1

compare changes

🩹 Fixes

  • Add filterUserDataToStore to server imports (#15)

❤️ Contributors

v0.2.0

compare changes

💅 Refactors

  • ⚠️ Move beditaClient to beditaApiClient (#14)

⚠️ Breaking Changes

  • ⚠️ Move beditaClient to beditaApiClient (#14)

❤️ Contributors

v0.1.3

compare changes

🚀 Enhancements

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

🏡 Chore

🤖 CI

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

❤️ Contributors

v0.1.2

compare changes

🚀 Enhancements

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

🏡 Chore

🤖 CI

  • Fix git log deep history (#10)

❤️ Contributors

v0.1.1

🚀 Enhancements

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

❤️ Contributors

v0.1.0

🚀 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

v0.0.2

🤖 CI

  • release: Handle package registry and commit bot (#4)

❤️ Contributors

v0.0.1

🚀 Enhancements

  • First commit 🎉️ (2d30f27)

❤️ Contributors