Releases: sergiodxa/remix-auth-form
Releases · sergiodxa/remix-auth-form
v3.0.0
What's Changed
New Features
- Upgrade to Remix Auth v4 by @nolannbiron in #57
Other Changes
- Bump oven-sh/setup-bun from 1 to 2 by @dependabot in #45
New Contributors
- @nolannbiron made their first contribution in #57
Full Changelog: v2.0.0...v3.0.0
v2.0.0
What's Changed
Breaking changes
- Modernize package setup and use ESM by @sergiodxa in #39
- Remove pre-read FormData option by @sergiodxa in #40
New Features
- Move
this.readFormData
within thetry
by @markacola in #38
Other Changes
- Switch to Biome by @sergiodxa in #36
New Contributors
- @markacola made their first contribution in #38
Full Changelog: v1.5.0...v2.0.0
v1.5.0
What's Changed
New Features
- Add request to strategy callback by @maou-shonen in #35
Other Changes
- Bump @babel/traverse from 7.23.0 to 7.23.2 by @dependabot in #32
- Switch to Bun by @sergiodxa in a66dd50
New Contributors
- @maou-shonen made their first contribution in #35
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
Documentation Changes
- Fixed a typo on README by @samuel-yeebiyo in #29
New Features
Other Changes
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #25
- Bump json5 from 2.2.0 to 2.2.3 by @dependabot in #26
- Bump tough-cookie from 4.0.0 to 4.1.3 by @dependabot in #27
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #28
New Contributors
- @samuel-yeebiyo made their first contribution in #29
- @aydrian made their first contribution in #31
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
Documentation Changes
- Use
ActionArgs
instead ofActionFunction
by @MichaelDeBoey in #16 - Fix spelling on README by @Matthew-Mallimo in #17
New Features
- Add original error as cause by @sergiodxa in #23
Other Changes
- Require at least remix-auth 3.3.0 by @gdpotter in #15
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #19
New Contributors
- @gdpotter made their first contribution in #15
- @MichaelDeBoey made their first contribution in #16
- @Matthew-Mallimo made their first contribution in #17
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
New Features
- Use context.formData if available over request.formData() by @sergiodxa in #14
Full Changelog: v1.1.2...v1.2.0
v1.1.2
What's Changed
Other Changes
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #11
- Bump cross-fetch from 3.1.4 to 3.1.5 by @dependabot in #12
New Contributors
- @dependabot made their first contribution in #11
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
New Features
- Fix context type in verify params by @sergiodxa in #6
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
Documentation Changes
- Document how to use FormStrategy by @sergiodxa in #2
- docs: add example action + fix async function by @rcssdy in #3
- Document
context
usage in the verify callback by @sergiodxa in #5
New Features
- Add context support by @sergiodxa in #4
New Contributors
- @sergiodxa made their first contribution in #2
- @rcssdy made their first contribution in #3
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Initial release of the FormStrategy.
Full Changelog: https://github.com/sergiodxa/remix-auth-form/commits/v1.0.0