Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 613 Bytes

CHANGELOG.md

File metadata and controls

25 lines (15 loc) · 613 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

  • Maybe::nothing to construct a Nothing instance
  • Maybe::just to construct a Just instance

Removed

  • Just and Nothing can no longer be constructed using new

Changed

  • ::of() and ::empty() have been marked final to prevent extension
  • Just and Nothing have been marked final to prevent extension

[1.0.0]

  • Initial release