maybe_just_nothing 0.4.0
maybe_just_nothing: ^0.4.0 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.
Unreleased #
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
mapto return a null. Hence, the BC-breaking change inJust.mapsignature.