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.
Maybe::nothing
to construct aNothing
instanceMaybe::just
to construct aJust
instance
Just
andNothing
can no longer be constructed usingnew
::of()
and::empty()
have been markedfinal
to prevent extensionJust
andNothing
have been markedfinal
to prevent extension
- Initial release