Skip to content

Releases: HHMagnus/Java-Result

Release 1.1.0

25 Apr 13:42

Choose a tag to compare

Changelog:

  • Fixed OptionalResult not being a sealed interface.
  • Added ResultCollector for turning a List<Result<T, E>> into a Result<List<T>, List<E>>.
  • Added ResultCombiner for combining multiple results into a new result.
  • Added OptionalResult support for both the ResultCollector and ResultCombiner

Full Changelog: v1.0.0...v1.1.0

Release 1.0.0

22 Apr 16:12

Choose a tag to compare

Maven central publish of full release

Full Changelog: v0.2...v1.0.0

Release 0.2

19 Apr 11:14

Choose a tag to compare

Full Changelog: v0.1...v0.2

Release 0.1

19 Apr 11:10

Choose a tag to compare

Initial release to test release action

Full Changelog: https://github.com/HHMagnus/Java-Result/commits/v1.0.0