Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

46 lines (25 loc) · 2.04 KB

Changelog

All notable changes to this project will be documented in this file.

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)

1.1.0 - (2023-06-12)

📝 Documentation

  • readme: Update about blurb (c2d3e86)

🚀 Features

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