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
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# purescript-codec-argonaut
2
2
3
+
# ⚠️ This library is deprecated
4
+
5
+
The `purescript-codec-argonaut` library is now **deprecated** in favor of the [`purescript-codec-json`](https://github.com/garyb/purescript-codec-json) library.
6
+
7
+
-`purescript-codec-argonaut` relies on the now-deprecated [`purescript-argonaut-core`](https://github.com/purescript-contrib/purescript-argonaut-core).
8
+
-`purescript-codec-json` is built on top of the newer, actively maintained [`purescript-json`](https://github.com/purescript/purescript-json) library.
9
+
10
+
Since [`purescript-argonaut-core`](https://github.com/purescript-contrib/purescript-argonaut-core) was deprecated in favor of [`purescript-json`](https://github.com/purescript/purescript-json), **`purescript-codec-argonaut` is also deprecated**.
11
+
12
+
We strongly encourage migrating to [`purescript-codec-json`](https://github.com/garyb/purescript-codec-json) for continued support and future updates. Thank you for your understanding!
0 commit comments