From 2dd28d319167719cf285804a055d792f5e1ea6ed Mon Sep 17 00:00:00 2001 From: SandroMaglione Date: Thu, 7 Nov 2024 12:08:35 +0100 Subject: [PATCH] fpart v2 notice --- packages/fpdart/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages/fpdart/README.md b/packages/fpdart/README.md index 1f4a80b..090d879 100644 --- a/packages/fpdart/README.md +++ b/packages/fpdart/README.md @@ -43,6 +43,19 @@ fpdart is inspired by [fp-ts](https://gcanti.github.io/fp-ts/), [cats](https://t > Follow my [**Twitter**](https://twitter.com/SandroMaglione) or [BlueSky](https://bsky.app/profile/sandromaglione.bsky.social) for updates, or [subscribe to the newsletter](https://www.sandromaglione.com/newsletter) +*** + +### `fpdart` v2.0.0 +Version 2 of `fpdart` is currently in development. `v2` is a rewrite based on a new `Effect` class, that aims to **simplify the API** and make it easier to use and learn. + +You can learn more and [follow the progress here](https://github.com/SandroMaglione/fpdart/pull/147). + +> As [mentioned in the PR](https://github.com/SandroMaglione/fpdart/pull/147#issuecomment-2248144800), some patterns for `v2` are expected to benefit from new upcoming features in Dart (static metaprogramming). +> +> We are waiting for [updates on the language](https://github.com/orgs/dart-lang/projects/90) before the final release of `v2`. + + + *** - [Introduction](#introduction)