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: packages/fpdart/README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ All the main functional programming types and patterns <strong>fully documented<
41
41
42
42
fpdart is inspired by [fp-ts](https://gcanti.github.io/fp-ts/), [cats](https://typelevel.org/cats/typeclasses.html#type-classes-in-cats), and [dartz](https://github.com/spebbe/dartz).
43
43
44
-
> 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)
44
+
> Follow my [**Twitter**](https://twitter.com/SandroMaglione) for updates, or [subscribe to the newsletter](https://www.sandromaglione.com/newsletter)
45
45
46
46
***
47
47
@@ -50,9 +50,11 @@ Version 2 of `fpdart` is currently in development. `v2` is a rewrite based on a
50
50
51
51
You can learn more and [follow the progress here](https://github.com/SandroMaglione/fpdart/pull/147).
52
52
53
-
> 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).
53
+
> fpdart v2 is planned to **remain in pre-release stage** because of some usability issues caused by limitations with the Dart language.
54
54
>
55
-
> We are waiting for [updates on the language](https://github.com/orgs/dart-lang/projects/90) before the final release of `v2`.
55
+
> Meanwhile, fpdart is open for PRs if anyone is interested in contributing with improvements and bug fixes.
56
+
>
57
+
> Read the full discussion [here](https://github.com/SandroMaglione/fpdart/pull/147#issuecomment-2994243387).
56
58
57
59
58
60
@@ -132,7 +134,7 @@ Interested in what `fpdart` is and how it came to be?
132
134
```yaml
133
135
# pubspec.yaml
134
136
dependencies:
135
-
fpdart: ^1.1.1
137
+
fpdart: ^1.2.0
136
138
```
137
139
138
140
## ✨ Examples
@@ -508,6 +510,7 @@ In general, **any contribution or feedback is welcome** (and encouraged!).
508
510
509
511
## 📃 Versioning
510
512
513
+
- v1.2.0 - 29 October 2025
511
514
- v1.1.1 - 7 November 2024
512
515
- v1.1.0 - 13 August 2023
513
516
-**v1.0.0** - 26 July 2023
@@ -542,7 +545,7 @@ If you are interested in my work you can [subscribe to my newsletter](https://ww
542
545
543
546
I share tutorials, guides, and code snippets about `fpdart` and functional programming: [**Subscribe to the Newsletter here** 📧](https://www.sandromaglione.com/newsletter)
544
547
545
-
For more frequent updates you can also follow me on my [**Twitter**](https://twitter.com/SandroMaglione) or [BlueSky](https://bsky.app/profile/sandromaglione.bsky.social).
548
+
For more frequent updates you can also follow me on my [**Twitter**](https://twitter.com/SandroMaglione).
0 commit comments