Releases: adonisjs/ally
Releases · adonisjs/ally
Lazily register drivers
- refactor: fix typing issues 2e10bdc
- refactor: add debug logs 504e308
- refactor: lazily register drivers e2cfd59
- chore: update dependencies 71ddede
Full Changelog: v5.0.0-0...v5.0.0-1
Migrate to work with AdonisJS v6
Breaking changes
- The package is in pure ESM
- Configuration must be defined using
defineConfig
method exported by the package. - New drivers must be registered with
driversList
object exported by the package. - And that is all!
Commits
- chore: remove file-system dependency to devDependencies 0d0e864
- test: add tests dee4752
- docs: update README 72f7ebc
- refactor: setup stubs 76e20ad
- style: update license doc block f092b8f
- refactor: for v6 2c7db40
- Fix contributing link in readme. (#142) df9df43
What's Changed
New Contributors
Full Changelog: v4.1.5...v5.0.0-0
Rename id token property to be in camel case
The documentation always point to idToken
property on Google OAuth token, however, the runtime had it in snake_case. This release deprecates the snake_case property (so no breaking change) and introduces the documented idToken
property
Commits
- chore: update dependencies 3850342
- refactor: update docblock for deprecated annotation 5f594e4
- fix(google): correctly retrieve idToken (#141) 85522a6
Pull requests
- fix(google): correctly retrieve idToken by @RomainLanz in #141
Full Changelog: v4.1.4...v4.1.5
Update dependencies
- chore: update dependencies 32dca32
Full Changelog: v4.1.3...v4.1.4
Update dependencies
- chore: update dependencies 9288810
Update dependencies
- refactor: reorganize meta config 808f689
- test: use @adonisjs/require-ts for running tests 1fd68e9
- chore: update dependencies f72392b
- refactor: migrate to new japa (#136) e21807f
PRs
- refactor: migrate to new japa by @Julien-R44 in #136
New Contributors
- @Julien-R44 made their first contribution in #136
Full Changelog: v4.1.1...v4.1.2
Add identify scope to Discord scopes
Add Spotify driver
Improvements to the instructions scripts and config stub
Fix instruction script to setup facebook config
- fix: instructions script for facebook 4dc3042