Next Safe Action Versions Save

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

v7.0.0-next.32

2 weeks ago

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

Documentation

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

v7.0.0-next.31

2 weeks ago

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

Documentation

  • readme: fix broken logo src (493a7df)

v7.0.0-next.30

2 weeks ago

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

Documentation

  • update contributing section (64a77bd)

v7.0.0-next.29

2 weeks ago

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

Refactors

v7.0.0-next.28

2 weeks 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

3 weeks 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

3 weeks 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

3 weeks ago

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

Refactors

v7.0.0-next.24

3 weeks ago

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

Bug Fixes

  • prevent sharing metadata between actions (e8932bb)

v7.0.0-next.23

3 weeks ago

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

Features

  • allow omitting schema argument in schema method (#102) (aa11577)