maybe_just_nothing 0.5.3
maybe_just_nothing: ^0.5.3 copied to clipboard
Yet another variation of the good old Maybe monad with eager execution written in Dart.
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.
0.5.0 - 2023-03-04 #
0.4.0 - 2021-03-14 #
Changed #
- This is a BC-breaking change to support null safety. Please refer to the tests and documentation.
ifPresent()
andifNothing()
were madevoid
.
0.3.0 - 2020-07-20 #
Changed #
- Allow
map
to return a null. Hence, the BC-breaking change inJust.map
signature.