We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 292045f + 99ca2ec commit b6133ceCopy full SHA for b6133ce
changelogs/0.2.0.md
@@ -0,0 +1,8 @@
1
+# [v0.2.0](https://github.com/Kevin-Lee/j8plus/issues?q=is%3Aissue+milestone%3A%22after+0.1.1%22+is%3Aclosed) - 2020-10-29
2
+
3
+## Done
4
+* Swap `Maybe.fold` parameters (#87)
5
+* Add `Maybe.toOptional` (#89)
6
+* Add `Maybe.toEither` (#90)
7
+* Add `Either.toOptional` (#91)
8
+* Add `Either.toMaybe` (#92)
project/ProjectInfo.scala
@@ -1,7 +1,7 @@
import sbt.{Developer, ScmInfo, url}
object ProjectInfo {
- val ProjectVersion: String = "0.1.1"
+ val ProjectVersion: String = "0.2.0"
val projectDevelopers: List[Developer] = List(
Developer(
0 commit comments