Releases: sergiodxa/remix-auth
Releases · sergiodxa/remix-auth
v4.0.0
What's Changed
New Features
- Modernize package setup by @sergiodxa in #295
- Drop RR requirement and simplify library a lot by @sergiodxa in #299
Documentation Changes
Other Changes
- Bump uuid from 8.3.2 to 10.0.0 by @dependabot in #296
- Bump @arethetypeswrong/cli from 0.15.4 to 0.16.4 by @dependabot in #297
- Bump @types/uuid from 8.3.4 to 10.0.0 by @dependabot in #298
- Bump uuid from 10.0.0 to 11.0.2 by @dependabot in #304
- Bump @arethetypeswrong/cli from 0.16.4 to 0.17.0 by @dependabot in #305
- Upgrade from Remix v2 to React Router v7 by @thdk in #306
New Contributors
Full Changelog: v3.7.0...v4.0.0
v3.7.0
What's Changed
Documentation Changes
- Update example imports in README by @vm in #251
- Update README.md and Fix Errors handling section example by @aliabdy in #256
- Update Types in readme code snippets by @shyamlohar in #260
- Fix import from remix-auth-oauth2 in README by @penx in #268
- Use LoaderFunctionArgs and ActionFunctionArgs instead in jsdoc by @fzn0x in #282
- Fix JSDoc
@default
for throwOnError by @mw10013 in #264
New Features
- Allow chaining with
Authenticator#use
by @lifeiscontent in #258 - Allow logout function to receive a HeadersInit by @reichhartd in #271
Other Changes
- README Remix.run docs links by @netanelben in #262
New Contributors
- @vm made their first contribution in #251
- @aliabdy made their first contribution in #256
- @lifeiscontent made their first contribution in #258
- @shyamlohar made their first contribution in #260
- @netanelben made their first contribution in #262
- @penx made their first contribution in #268
- @fzn0x made their first contribution in #282
- @reichhartd made their first contribution in #271
- @mw10013 made their first contribution in #264
Full Changelog: v3.6.0...v3.7.0
v3.6.0
What's Changed
New Features
- Add support for Remix v2 by @roger-tbg in #243
Bug Fixes
Other Changes
New Contributors
- @roger-tbg made their first contribution in #243
- @aydrian made their first contribution in #246
Full Changelog: v3.5.1...v3.6.0
v3.5.1
What's Changed
Bug Fixes
- Improve authenticate overload return type by @aaronadamsCA in #235
New Contributors
- @aaronadamsCA made their first contribution in #235
Full Changelog: v3.5.0...v3.5.1
v3.5.0
What's Changed
New Features
- Improve successRedirect type for authenticate by @mikeybinns in #211
- Accept headers in isAuthenticated by @sergiodxa in #231
New Contributors
- @mikeybinns made their first contribution in #211
Full Changelog: v3.4.0...v3.5.0
v3.4.0
What's Changed
Documentation Changes
- Use
ActionArgs
/LoaderArgs
instead ofActionFunction
/LoaderFunction
by @MichaelDeBoey in #196
New Features
- Keep original error in AuthorizationError#cause by @sergiodxa in #204
New Contributors
- @MichaelDeBoey made their first contribution in #196
Full Changelog: v3.3.0...v3.4.0
v3.3.0
What's Changed
Documentation Changes
New Features
- Replace
request.clone()
withnew Request(...)
by @jfsiii in #167 - Improve successRedirect and failureRedirect types by @gsawers1 in #164
- Accept session in addition to request by @myleslinder in #190
Bug Fixes
- Fix custom strategy name not being set in session by @myleslinder in #192
Other Changes
- Bump cross-fetch from 3.1.4 to 3.1.5 by @dependabot in #169
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #163
- fix login example by @terrierscript in #170
- Update authenticator.md by @napomj in #183
New Contributors
- @jfsiii made their first contribution in #167
- @terrierscript made their first contribution in #170
- @gsawers1 made their first contribution in #164
- @napomj made their first contribution in #183
- @acairns made their first contribution in #189
- @myleslinder made their first contribution in #190
Full Changelog: v3.2.2...v3.3.0
v3.2.2
What's Changed
Documentation Changes
- Fix:
README.md
typo by @dokeet in #120 - Fix a small test typo by @kyh in #121
- Fix some typos by @hyphenized in #128
- Fix import, add installation instructions by @aphofstede in #130
- Update README.md to return a value from loader by @ryanking1809 in #124
- Remove examples and strategies docs by @sergiodxa in #132
- Import from @remix-run/node by @machour in #150
- Small typo fix by @AntanasMisiunas in #135
New Features
New Contributors
- @dokeet made their first contribution in #120
- @kyh made their first contribution in #121
- @hyphenized made their first contribution in #128
- @aphofstede made their first contribution in #130
- @ryanking1809 made their first contribution in #124
- @machour made their first contribution in #150
- @AntanasMisiunas made their first contribution in #135
- @jnicklas made their first contribution in #168
Full Changelog: v3.2.1...v3.2.2
v3.2.1
What's Changed
Bug Fixes
- Ensure sessionSomething properties in Authenticator are not typed as undefined by @sergiodxa in #119
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
New Features
- Set the strategy name in session after success with redirect by @sergiodxa in #117
- Add logout method to the authenticator by @sergiodxa in #118
Full Changelog: v3.1.0...v3.2.0