Next Safe Action Versions Save

Type safe and validated Server Actions in your Next.js (App Router) project.

v7.0.0-next.34

1 month ago

7.0.0-next.34 (2024-05-07)

Build System

  • lib: update dependencies and required React version to 18.3.1 (135821d)

v7.0.0-next.33

1 month ago

7.0.0-next.33 (2024-05-07)

Features

  • support stateful actions via stateAction method and useStateAction hook (#110) (d060132)

IMPORTANT NOTICE ⚠️

Starting from this version, Next.js version >= 14.3.0.canary-40 is required. When React's useActionState hook will land in Next.js stable version, next branch of next-safe-action will be merged into main, and version 7 will be released.

v7.0.0-next.32

1 month ago

7.0.0-next.32 (2024-04-25)

Documentation

  • readme: remove additional "contributing" title (51d4f33)

v7.0.0-next.31

1 month ago

7.0.0-next.31 (2024-04-25)

Documentation

  • readme: fix broken logo src (493a7df)

v7.0.0-next.30

1 month ago

7.0.0-next.30 (2024-04-24)

Documentation

  • update contributing section (64a77bd)

v7.0.0-next.29

1 month ago

7.0.0-next.29 (2024-04-24)

Refactors

v7.0.0-next.28

1 month ago

7.0.0-next.28 (2024-04-23)

Features

  • allow direct use of action method, without schema call (3935e9f)

v7.0.0-next.27

1 month ago

7.0.0-next.27 (2024-04-20)

Bug Fixes

  • don't push middleware functions in safe client array in use method (054487c)

v7.0.0-next.26

1 month ago

7.0.0-next.26 (2024-04-19)

Chores

  • add rebuild:lib command (cff3545)

Refactors

  • types: move PrettyMerge type in utils file (f7eb50c)

v7.0.0-next.25

1 month ago

7.0.0-next.25 (2024-04-19)

Refactors