Releases: TheEdoRan/next-safe-action
Releases · TheEdoRan/next-safe-action
v8.0.0-beta.9
Refactors
- remove unneeded arg prop in
metadata
method (bf5dc6a)
v8.0.0-beta.10
Refactors
- move standard schema stuff in a single file (e7d2772)
v8.0.0-beta.7
Refactors
- rename
schema
method to inputSchema
, and deprecate it (#339) (fbf8101)
v8.0.0-beta.6
Refactors
- hooks: deprecate
useStateAction
hook (0cca929)
v8.0.0-beta.5
Refactors
- make safe action result always defined (#338) (a517386)
v8.0.0-beta.4
Refactors
- remove bind args validation errors result and shaper function, throw them instead (#337) (3f6c70f)
v8.0.0-beta.3
Features
- add
onNavigation
action & hook callback for next/navigation
functions (#336) (919bb56), closes #325
v8.0.0-beta.2
⚠ BREAKING CHANGES
Refactors
- hooks: remove
executeOnMount
functionality (eeca22d)
v8.0.0-beta.1
⚠ BREAKING CHANGES
Features
- support Standard Schema, remove validation adapters (#324) (8378848), closes #321