Releases: TheEdoRan/next-safe-action
Releases · TheEdoRan/next-safe-action
v7.8.1
7.8.1 (2024-08-29)
Documentation
- update documentation links (7f9888a)
v7.8.0
7.8.0 (2024-08-29)
Features
v7.7.1
7.7.1 (2024-08-20)
Bug Fixes
- types: infer
MetadataSchema
in SafeActionClient
(2bf7fa1)
v7.7.1-beta.1
Refactors
- type return of
createSafeActionClient
(52bee97)
v7.7.0
7.7.0 (2024-08-18)
Features
- middleware: make
createMiddleware
function stable (d9d326e)
v7.6.4
7.6.4 (2024-08-17)
Refactors
v7.6.3
7.6.3 (2024-08-16)
Bug Fixes
- parallelize action callbacks execution (53ddab6)
v7.6.2
7.6.2 (2024-08-14)
Bug Fixes
- types: allow omitting input in
executeOnMount
when it's undefined (b2c02f0), closes #217
v7.6.1
7.6.1 (2024-08-14)
Bug Fixes
- hooks: add
isTransitioning
and isPending
shorthand statuses to return object (#231) (6e23887), closes #227
v7.6.1-beta.1
Bug Fixes
- hooks: add
isTransitioning
and isPending
shorthand statuses to return object (#230) (90e522b), re #227