Skip to content

Commit 8c0076d

Browse files
CHANGELOG release v0.0.5
1 parent fcc1422 commit 8c0076d

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

.packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# For more info see: https://dart.dev/go/dot-packages-deprecation
55
#
6-
# Generated by pub on 2021-06-20 14:14:38.902319.
6+
# Generated by pub on 2021-06-20 15:00:54.044686.
77
_fe_analyzer_shared:file:///C:/Users/Sandro%20Maglione/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/_fe_analyzer_shared-22.0.0/lib/
88
analyzer:file:///C:/Users/Sandro%20Maglione/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/analyzer-1.7.0/lib/
99
args:file:///C:/Users/Sandro%20Maglione/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/args-2.1.0/lib/

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
# v0.0.5
1+
# v0.0.5 - 20 June 2021
22

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

713
# v0.0.4 - 15 June 2021
814

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<img src="https://img.shields.io/github/stars/SandroMaglione/fpdart?logo=github" />
66
</a>
77
<img src="https://img.shields.io/github/license/SandroMaglione/fpdart?logo=github" />
8-
<img src="https://img.shields.io/badge/version-0.0.4-blue.svg" />
8+
<img src="https://img.shields.io/badge/version-0.0.5-blue.svg" />
99
<!-- <img src="https://img.shields.io/badge/flutter-v2.0.2-blue.svg" /> -->
1010
<img src="https://img.shields.io/badge/dart-v2.13.1-blue.svg" />
1111
<a href="https://github.com/SandroMaglione">
@@ -54,7 +54,7 @@ Fpdart is inspired by [fp-ts](https://gcanti.github.io/fp-ts/), [cats](https://t
5454
```yaml
5555
# pubspec.yaml
5656
dependencies:
57-
fpdart: ^0.0.4 # Check out the latest version
57+
fpdart: ^0.0.5 # Check out the latest version
5858
```
5959
6060
## Examples
@@ -263,6 +263,7 @@ In general, any contribution or feedback is welcome (and encouraged!).
263263

264264
## Versioning
265265

266+
- v0.0.5 - 20 June 2021
266267
- v0.0.4 - 15 June 2021
267268
- v0.0.3 - 13 June 2021
268269
- v0.0.2 - 13 June 2021

0 commit comments

Comments
 (0)