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
@@ -150,7 +150,7 @@ Many non-functional languages are slowly adopting patterns from functional langu
150
150
151
151
Many packages are bringing functional patterns to dart, like the amazing [freezed](https://pub.dev/packages/freezed) for unions/pattern matching.
152
152
153
-
Fpdart aims to provide all the main types found in functional languages to dart. Types like `Maybe` (handle missing values without `null`), `Either` (handle errors and error messages), `Task` (composable async computations), and more.
153
+
Fpdart aims to provide all the main types found in functional languages to dart. Types like `Option` (handle missing values without `null`), `Either` (handle errors and error messages), `Task` (composable async computations), and more.
154
154
155
155
### Goal
156
156
@@ -188,14 +188,15 @@ In general, any contribution or feedback is welcome (and encouraged!).
188
188
189
189
## Versioning
190
190
191
+
- v0.0.3 - 13 June 2021
191
192
- v0.0.2 - 13 June 2021
192
193
- v0.0.1 - 28 May 2021
193
194
194
195
## Support
195
196
196
197
Currently the best way to support me would be to follow me on my [**Twitter**](https://twitter.com/SandroMaglione).
197
198
198
-
Another option (or `Maybe`) would be to buy me a coffee.
199
+
Another option (or `Option`) would be to buy me a coffee.
0 commit comments