Skip to content

Releases: kevin-lee/j8plus

v1.1.0

01 Jan 08:40
344e01b

Choose a tag to compare

v1.1.0 - 2021-01-01

Done

  • Add Either.getOrElse (#167)
  • Add Either.getLeftOrElse (#168)
  • Add Either.forEachLeft (#170)
  • Publish to s01.oss.sonatype.org (the new Maven central) (#182)
  • Set up Codecov - GitHub Actions (#185)

v1.0.1

16 Nov 09:26
d284584

Choose a tag to compare

v1.0.1 - 2020-11-16

Done

  • Publish using sbt 1.3.13 (#128)

v1.0.0

08 Nov 15:32
8f8f46c

Choose a tag to compare

v1.0.0 - 2020-11-09

Done

  • Change toString to show Just and Nothing are Maybe (#115)
  • Change the Maybe.just method to Maybe.maybe (#116)

Fixed

  • Fix Maybe.toString() to handle nested Maybes properly (#119)

v0.4.0

06 Nov 11:33
5e69ada

Choose a tag to compare

v0.4.0 - 2020-11-06

Done

  • Add getOrRethrowCause with Predicate (#106)
  • Add runOrRethrowCause with Predicate (#108)

v0.3.0

02 Nov 14:58
3206791

Choose a tag to compare

v0.3.0 - 2020-11-03

Done

  • Add AnnoyingFuns.getOrRethrowCause (#101)
  • Add AnnoyingFuns.runOrRethrowCause (#102)

v0.2.0

28 Oct 17:32
b6133ce

Choose a tag to compare

v0.2.0 - 2020-10-29

Done

  • Swap Maybe.fold parameters (#87)
  • Add Maybe.toOptional (#89)
  • Add Maybe.toEither (#90)
  • Add Either.toOptional (#91)
  • Add Either.toMaybe (#92)

v0.1.1

21 Nov 01:15
e224bdb

Choose a tag to compare

J8+ - v0.1.1

Fixed

  • Fix duplicate elements in pom.xml generated by sbt (#75)

v0.1.0

18 Nov 10:20
c5f4547

Choose a tag to compare

J8+ - v0.1.0

Done

  • 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)
  • Set up GitHub Actions (#47)
  • Make Either.Left and Either.Right final (#51)
  • Add Maybe (#52)
  • Add fromMaybe to Either (#61)

Fixed

  • Make Maybe Serializable (#62)

v0.0.15

02 Aug 08:20

Choose a tag to compare

J8+ - v0.0.15

Fixes

  • Issue in dependency configuration (#23)

v0.0.14

26 Jul 07:13

Choose a tag to compare

J8+ - v0.0.14

Fixes

  • Comparator returned from Functions.reversed() should be assignable to the given Comparator type (#16)

Changes

  • Change Functions to Funs / AnnoyingFunctions to AnnoyingFuns (#18)