Releases: TheEdoRan/next-safe-action
Releases · TheEdoRan/next-safe-action
v2.0.0
2.0.0 (2023-04-18)
Features
- no need to declare a custom
AuthData
interface, infer return obj from getAuthData
(88c2d68)
BREAKING CHANGES
- Auth object is now inferred by the return type of
getAuthData
. Declaration file
is now useless.
v1.1.0
1.1.0 (2023-04-17)
Features
v1.0.3
1.0.3 (2023-04-16)
Bug Fixes
- add
"use server"
directive at the start of built files (7f84ac3)