You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Explore the documentation for version 7 of the library on the [next-safe-action website](https://next-safe-action.dev).** ✨
27
-
28
-
If you are looking for old versions documentation, check out:
29
-
- the [README_v3](packages/next-safe-action/README_v3.md) file for version 3.x.x.
30
-
- the [README_v2](packages/next-safe-action/README_v2.md) file for version 2.x.x.
26
+
**Explore the documentation for the current library version on [next-safe-action website](https://next-safe-action.dev).** ✨
31
27
32
28
## Next.js >= 14 vs 13
33
29
@@ -45,19 +41,7 @@ npm i next-safe-action@v4 # for Next.js 13
45
41
46
42
## Migration guide
47
43
48
-
Version 4.x.x of the library introduced some breaking changes to the API. Please check out the [v3 to v4 migration guide](https://next-safe-action.dev/docs/migration/v3-to-v4) on the website for more information.
49
-
50
-
---
51
-
52
-
Version 5.x.x of the library is required for Next.js >= 14 applications. Please check out the [v4 to v5 migration guide](https://next-safe-action.dev/docs/migration/v4-to-v5) on the website for more information.
53
-
54
-
---
55
-
56
-
Version 6.x.x of the library lets you use validation libraries other than Zod. Please check out the [v5 to v6 migration guide](https://next-safe-action.dev/docs/migration/v5-to-v6) on the website for more information.
57
-
58
-
---
59
-
60
-
Version 7.x.x of the library supports form actions and improves validation errors handling. Please check out the [v6 to v7 migration guide](https://next-safe-action.dev/docs/migration/v6-to-v7) on the website for more information.
44
+
Version 7.x.x of the library supports form actions and improves validation errors handling. Please check out the [v6 to v7 migration guide](https://next-safe-action.dev/docs/migrations/v6-to-v7) on the website for more information.
Copy file name to clipboardexpand all lines: packages/next-safe-action/README.md
+2-14
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Documentation
4
4
5
-
**Explore the documentation for version 7 of the library on [next-safe-action website](https://next-safe-action.dev).** ✨
5
+
**Explore the documentation for the current library version on [next-safe-action website](https://next-safe-action.dev).** ✨
6
6
7
7
## Next.js >= 14 vs 13
8
8
@@ -20,16 +20,4 @@ npm i next-safe-action@v4 # for Next.js 13
20
20
21
21
## Migration guide
22
22
23
-
Version 4.x.x of the library introduced some breaking changes to the API. Please check out the [v3 to v4 migration guide](https://next-safe-action.dev/docs/migration/v3-to-v4) on the website for more information.
24
-
25
-
---
26
-
27
-
Version 5.x.x of the library is required for Next.js >= 14 applications. Please check out the [v4 to v5 migration guide](https://next-safe-action.dev/docs/migration/v4-to-v5) on the website for more information.
28
-
29
-
---
30
-
31
-
Version 6.x.x of the library lets you use validation libraries other than Zod. Please check out the [v5 to v6 migration guide](https://next-safe-action.dev/docs/migration/v5-to-v6) on the website for more information.
32
-
33
-
---
34
-
35
-
Version 7.x.x of the library supports form actions and improves validation errors handling. Please check out the [v6 to v7 migration guide](https://next-safe-action.dev/docs/migration/v6-to-v7) on the website for more information.
23
+
Version 7.x.x of the library supports form actions and improves validation errors handling. Please check out the [v6 to v7 migration guide](https://next-safe-action.dev/docs/migrations/v6-to-v7) on the website for more information.
0 commit comments