Skip to content

v0.3.0

Compare
Choose a tag to compare
@atinux atinux released this 29 Jul 15:00
· 109 commits to main since this release

compare changes

⚠️ Breaking Changes

For performance reason, we now export a function for each OAuth provider (PR #123).

This means the oauth variable does not exist anymore ⚠️

- oauth.googleEventHandler(...)
+ oauthGoogleEventhandler(...)

With this change, with only one OAuth server route, the bundle is now 6KB gzip smaller 🚀

📖 Documentation

❤️ Contributors