From 5f765ecd6826eef6ac7ba3461fb3cb4b963b32ac Mon Sep 17 00:00:00 2001 From: Sandro Maglione Date: Tue, 6 Jul 2021 11:21:08 +0200 Subject: [PATCH] README, CHANGELOG v0.0.7 --- CHANGELOG.md | 9 ++++++--- README.md | 2 ++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a7429cb..f2f57af7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ -# v0.0.7 +# v0.0.7 - 6 July 2021 -- Added `Compose` and `Compose2`, used to easily compose functions in a chain. -- Added `curry` and `uncurry` extensions on functions up to 5 parameters. +- Released Part 2 of [**Fpdart, Functional Programming in Dart and Flutter**](https://www.sandromaglione.com/how-to-use-fpdart-functional-programming-in-dart-and-flutter/) +- Added `Compose` and `Compose2`, used to easily compose functions in a chain +- Added `curry` and `uncurry` extensions on functions up to 5 parameters - Completed `TaskOption` type implementation, documentation, and testing +- Expanded documentation and examples +- Added `TaskEither.tryCatchK` and `Either.tryCatchK`, by [tim-smart](https://github.com/tim-smart) ([#10](https://github.com/SandroMaglione/fpdart/pull/10), [#11](https://github.com/SandroMaglione/fpdart/pull/11)) 🎉 # v0.0.6 - 29 June 2021 diff --git a/README.md b/README.md index 46411b06..174f32c7 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Fpdart is inspired by [fp-ts](https://gcanti.github.io/fp-ts/), [cats](https://t Would you like to know more about functional programming, fpdart, and how to use the package? Check out this series of articles about functional programming with fpdart: 1. [**Fpdart, Functional Programming in Dart and Flutter**](https://www.sandromaglione.com/fpdart-functional-programming-in-dart-and-flutter/) +2. [**How to use fpdart Functional Programming in your Dart and Flutter app**](https://www.sandromaglione.com/how-to-use-fpdart-functional-programming-in-dart-and-flutter/) ## 🎯 Types @@ -270,6 +271,7 @@ In general, **any contribution or feedback is welcome** (and encouraged!). ## 📃 Versioning +- v0.0.7 - 6 July 2021 - v0.0.6 - 29 June 2021 - v0.0.5 - 20 June 2021 - v0.0.4 - 15 June 2021