Releases: TheEdoRan/next-safe-action
Releases · TheEdoRan/next-safe-action
v2.1.4
2.1.4 (2023-04-20)
Bug Fixes
- package: remove
typesVersions
, move subpath config in exports
(2972af5)
v2.1.3
2.1.3 (2023-04-20)
Bug Fixes
v2.1.2
2.1.2 (2023-04-20)
Bug Fixes
- package: actually fix imports (?) (892db3c)
v2.1.1
2.1.1 (2023-04-20)
Bug Fixes
- package: add
exports
and typesVersions
(7ad09e8)
v2.1.0
2.1.0 (2023-04-20)
Features
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.