Skip to content

Commit e6db5cd

Browse files
authored
add deprecation warning
more information garyb/purescript-codec-json#8 (comment)
1 parent d6c26da commit e6db5cd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# purescript-codec-argonaut
22

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!
13+
14+
----
15+
316
[![Latest release](http://img.shields.io/github/release/garyb/purescript-codec-argonaut.svg)](https://github.com/garyb/purescript-codec-argonaut/releases)
417
![Build Status](https://github.com/garyb/purescript-codec-argonaut/actions/workflows/ci.yml/badge.svg)
518

0 commit comments

Comments
 (0)