Skip to content

Commit

Permalink
v0.0.8 README, CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMaglione committed Jul 13, 2021
1 parent 88ccfd7 commit 18dcb9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# v0.0.8
# v0.0.8 - 13 July 2021

- Released Part 3 of [**Fpdart, Functional Programming in Dart and Flutter**](https://www.sandromaglione.com/pure-functional-app-in-flutter-using-fpdart-functional-programming/)
- Added Pure Functional Flutter app example (`pokeapi_functional`)
- Added `flatMapTask` and `toTask` methods to `IO` to lift and chain `IO` with `Task`
- Added `flatMapTask` and `toTask` methods to `IOEither` to lift and chain `IOEither` with `TaskEither`
- Added pattern matching extension methods to `bool` (`boolean.dart`)
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Would you like to know more about functional programming, fpdart, and how to use

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/)
3. [**Pure Functional app in Flutter – Pokemon app using fpdart and Functional Programming**](https://www.sandromaglione.com/pure-functional-app-in-flutter-using-fpdart-functional-programming/)

## 🎯 Types

Expand Down Expand Up @@ -62,7 +63,7 @@ Would you like to know more about functional programming, fpdart, and how to use
```yaml
# pubspec.yaml
dependencies:
fpdart: ^0.0.7 # Check out the latest version
fpdart: ^0.0.8 # Check out the latest version
```
## ✨ Examples
Expand Down Expand Up @@ -271,6 +272,7 @@ In general, **any contribution or feedback is welcome** (and encouraged!).

## 📃 Versioning

- v0.0.8 - 13 July 2021
- v0.0.7 - 6 July 2021
- v0.0.6 - 29 June 2021
- v0.0.5 - 20 June 2021
Expand Down

0 comments on commit 18dcb9f

Please sign in to comment.