Skip to content

Releases: favware/java-result

v1.2.0

25 Jun 11:27
Compare
Choose a tag to compare

1.2.0 - (2024-06-25)

🏠 Refactor

  • Split Ok and Err from inner-classes to separate files (0b4ff38)
  • Move src out of lib (2b6f45e)

🚀 Features

  • Add Result.match to match ok and error branches (752a19e)

v1.1.0

12 Jun 12:23
f83febe
Compare
Choose a tag to compare

1.1.0 - (2023-06-12)

📝 Documentation

  • readme: Update about blurb (c2d3e86)

🚀 Features

v1.0.0

10 Mar 21:37
Compare
Choose a tag to compare

1.0.0 - (2023-03-10)

🏠 Refactor

  • Change name to just result (35e8fbb)

🐛 Bug Fixes

📝 Documentation

  • readme: Specify versions (2908460)
  • readme: Add gradle installation instructions (d5f5446)
  • Add additional javadoc (591d621)
  • Add CHANGELOG.md (6d65261)

🚀 Features