Skip to content

Commit

Permalink
CHANGELOG release v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMaglione committed Jun 20, 2021
1 parent fcc1422 commit 8c0076d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .packages
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# For more info see: https://dart.dev/go/dot-packages-deprecation
#
# Generated by pub on 2021-06-20 14:14:38.902319.
# Generated by pub on 2021-06-20 15:00:54.044686.
_fe_analyzer_shared:file:///C:/Users/Sandro%20Maglione/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/_fe_analyzer_shared-22.0.0/lib/
analyzer:file:///C:/Users/Sandro%20Maglione/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/analyzer-1.7.0/lib/
args:file:///C:/Users/Sandro%20Maglione/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/args-2.1.0/lib/
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# v0.0.5
# v0.0.5 - 20 June 2021

- Completed `State` type implementation, documentation, and testing
- Completed `Reader` type implementation, documentation, and testing
- Completed `IO` type implementation, documentation, and testing
- Merged PR ([#2](https://github.com/SandroMaglione/fpdart/pull/2)) by [jacobaraujo7](https://github.com/jacobaraujo7) 🎉
- Added `right` and `left` functions to create instance of `Either`
- Added `id` function (same as `identity`)
- Added `fold` method to `Either` (same as `match`)
- Added `bind` method to `Either` (same as `flatMap`)
- Added `bindFuture` method to `Either`, which returns `TaskEither`

# v0.0.4 - 15 June 2021

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<img src="https://img.shields.io/github/stars/SandroMaglione/fpdart?logo=github" />
</a>
<img src="https://img.shields.io/github/license/SandroMaglione/fpdart?logo=github" />
<img src="https://img.shields.io/badge/version-0.0.4-blue.svg" />
<img src="https://img.shields.io/badge/version-0.0.5-blue.svg" />
<!-- <img src="https://img.shields.io/badge/flutter-v2.0.2-blue.svg" /> -->
<img src="https://img.shields.io/badge/dart-v2.13.1-blue.svg" />
<a href="https://github.com/SandroMaglione">
Expand Down Expand Up @@ -54,7 +54,7 @@ Fpdart is inspired by [fp-ts](https://gcanti.github.io/fp-ts/), [cats](https://t
```yaml
# pubspec.yaml
dependencies:
fpdart: ^0.0.4 # Check out the latest version
fpdart: ^0.0.5 # Check out the latest version
```
## Examples
Expand Down Expand Up @@ -263,6 +263,7 @@ In general, any contribution or feedback is welcome (and encouraged!).

## Versioning

- v0.0.5 - 20 June 2021
- v0.0.4 - 15 June 2021
- v0.0.3 - 13 June 2021
- v0.0.2 - 13 June 2021
Expand Down

0 comments on commit 8c0076d

Please sign in to comment.