Skip to content

Releases: TheEdoRan/next-safe-action

v7.10.2

15 Dec 20:34
14946de
Compare
Choose a tag to compare

7.10.2 (2024-12-15)

Refactors

  • add clientInput and bindArgsClientInputs to server code function args (199a09f)

v7.10.1

13 Dec 01:08
a8e07f7
Compare
Choose a tag to compare

7.10.1 (2024-12-13)

Refactors

  • make library backwards compatible with Next.js < 15.1 (#310) (a8e07f7)

Important

This patch makes the library compatible with both older and newer Next.js versions (pre and post 15.1), by bundling the internal framework navigation error handling system.

v7.10.1-beta.1

13 Dec 00:47
9cd2a84
Compare
Choose a tag to compare
v7.10.1-beta.1 Pre-release
Pre-release

7.10.1-beta.1 (2024-12-13)

Refactors

  • handle Next.js errors internally (9cd2a84)

v7.10.0

11 Dec 11:03
86f00f4
Compare
Choose a tag to compare

7.10.0 (2024-12-11)

Features

Important

This release broke backward compatibility with Next.js versions older than 15.1. Please upgrade to next-safe-action v7.10.1 to solve this issue.

v7.10.0-beta.1

11 Dec 10:50
896ff88
Compare
Choose a tag to compare
v7.10.0-beta.1 Pre-release
Pre-release

7.10.0-beta.1 (2024-12-11)

Features

  • add support for unauthorized function (517fc51)
  • require Next.js 15.1 and React 19 (07a2059)

v7.9.10-beta.2

08 Dec 02:05
a3ca439
Compare
Choose a tag to compare
v7.9.10-beta.2 Pre-release
Pre-release

7.9.10-beta.2 (2024-12-08)

Refactors

  • require async functions in action declaration files (7668e06)

v7.9.10-beta.1

07 Dec 20:33
9021482
Compare
Choose a tag to compare
v7.9.10-beta.1 Pre-release
Pre-release

7.9.10-beta.1 (2024-12-07)

Bug Fixes

  • detect internal Next.js errors correctly (877fbcc)

v7.9.9

28 Oct 15:19
dc120df
Compare
Choose a tag to compare

7.9.9 (2024-10-28)

Refactors

  • types: less strict callbacks return type (#289) (dc120df)

v7.9.8

28 Oct 09:29
b15ef8d
Compare
Choose a tag to compare

7.9.8 (2024-10-28)

Documentation

  • readme: add Arcjet sponsorship (09d6af1)

v7.9.7

24 Oct 01:00
fe53be4
Compare
Choose a tag to compare

7.9.7 (2024-10-24)

Refactors

  • validation-errors: allow async shaper functions (8c86c1f)