maybe_just_nothing 0.3.0
maybe_just_nothing: ^0.3.0 copied to clipboard
Yet another variation of the good old Maybe monad with eager execution written in Dart. Or maybe it's just nothing.
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.3.0 - 2020-07-20 #
Changed #
- Allow
mapto return a null. Hence, the BC-reaking change inJust.mapsignature.