Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 543 Bytes

CHANGELOG.md

File metadata and controls

24 lines (14 loc) · 543 Bytes

Change Log

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.

[2.0.0]

Added

  • Either::left to construct a Left instance
  • Either::right to construct a Right instance

Removed

  • Left and Right can no longer be constructed using new

Changed

  • ::of() and ::tryCatch() have been marked final to prevent extension

[1.0.0]

  • Initial release