Skip to content

add deprecation warning #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Argonaut Traversals

# ⚠️ This library is deprecated

The `purescript-argonaut-traversals` library is now **deprecated**. This library depends on:

- [`purescript-argonaut-core`](https://github.com/purescript-contrib/purescript-argonaut-core) (deprecated in favor of [`purescript-json`](https://github.com/purescript/purescript-json))
- [`purescript-argonaut-codecs`](https://github.com/purescript-contrib/purescript-argonaut-codecs) (deprecated in favor of [`purescript-codec-json`](https://github.com/garyb/purescript-codec-json))

As of now, there is no direct analog of `purescript-argonaut-traversals` that utilizes `purescript-json`. We encourage you to monitor the ecosystem for future developments and alternatives.

Thank you for your understanding and support of `purescript-argonaut-traversals`!

--------

[![CI](https://github.com/purescript-contrib/purescript-argonaut-traversals/workflows/CI/badge.svg?branch=main)](https://github.com/purescript-contrib/purescript-argonaut-traversals/actions?query=workflow%3ACI+branch%3Amain)
[![Release](http://img.shields.io/github/release/purescript-contrib/purescript-argonaut-traversals.svg)](https://github.com/purescript-contrib/purescript-argonaut-traversals/releases)
[![Pursuit](http://pursuit.purescript.org/packages/purescript-argonaut-traversals/badge)](http://pursuit.purescript.org/packages/purescript-argonaut-traversals)
Expand Down
Loading