Skip to content

Commit 9e90b42

Browse files
Updated CHANGELOG
1 parent 977db85 commit 9e90b42

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/fpdart/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,9 @@ final result = switch (boolValue) { true => 1, false => -1 };
262262
- Removed `Magma` typedef ⚠️
263263
- Removed extension methods on nullable types (`toOption`, `toEither`, `toTaskOption`, `toIOEither`, `toTaskEither`, `toTaskEitherAsync`) ⚠️
264264
- Organized all extensions inside internal `extension` folder
265+
- Updated [README](./README.md)
266+
- [**Getting started with `fpdart` complete guide**](https://www.sandromaglione.com/techblog/getting-started-with-fpdart-v1-functional-programming)
267+
- [**Full history of `fpdart` and functional programming in dart**](https://www.sandromaglione.com/techblog/the-history-of-fpdart-functional-programming-in-dart)
265268

266269
***
267270

0 commit comments

Comments
 (0)