Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

51 lines (29 loc) · 1.04 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.5.0] - 2020-01-16

Added

  • New method flatConsume
  • New method flatRunIfSuccess
  • New method runAlways, same as run

Changed

  • Made method run deprecated

[1.4.0] - 2019-12-20

Changed

  • Compile with jdk8

1.3.0 - 2019-12-11

Added

  • Method handle for initializing Result-objects

1.2.0 - 2018-10-30

Changed

  • Compile with jdk8

1.1.0 - 2018-10-14

Added

  • Verification by using VoidResult

Changed

  • Renamed flatten to toResult