Skip to content

Commit

Permalink
Merge pull request #73 from Kevin-Lee/minor-changes
Browse files Browse the repository at this point in the history
Minor changes in the old changelog
  • Loading branch information
kevin-lee committed Nov 17, 2019
2 parents 55a06fc + 47d64a2 commit c5f4547
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions changelogs/0.1.0.md
@@ -1,17 +1,17 @@
# J8+ - [v0.1.0](https://github.com/Kevin-Lee/j8plus/issues?q=is%3Aissue+milestone%3A0.1.0+is%3Aclosed)

## Done
* Add Either type (#1)
* Add `Either` type (#1)
* shh for more functions (#28)
* shh for Runnable (#29)
* shh for Supplier (#30)
* shh for Consumer (#32)
* shh for Predicate types (#36)
* Change group id for publishing to io.kevinlee (#46)
* `shh` for `Runnable` (#29)
* `shh` for `Supplier` (#30)
* `shh` for `Consumer` (#32)
* `shh` for `Predicate` types (#36)
* Change group id for publishing to `io.kevinlee` (#46)
* Set up GitHub Actions (#47)
* Make Either.Left and Either.Right final (#51)
* Add Maybe (#52)
* Add fromMaybe to Either (#61)
* Make `Either.Left` and `Either.Right` `final` (#51)
* Add `Maybe` (#52)
* Add `fromMaybe` to `Either` (#61)

## Fixed
* Make Maybe Serializable (#62)
* Make `Maybe` `Serializable` (#62)

0 comments on commit c5f4547

Please sign in to comment.