@swan-io/boxed
Advanced tools
Changelog
0.3.2
Features:
Option
, Result
and AsyncData
for debugging (cb63dcf)mapError
and flatMapError
to Result
(0d36a03)Changelog
0.3.1
Changes:
Future
(f8d9e12)Future.flatMapOk
& Future.flatMapError
behave like the result ones (f8d9e12)Changelog
0.2.1
Features:
Array
static methods than can be shadowed when importing Array
from boxed (2dd970b)Changelog
0.2.0
Changes:
Dict.entries
and Dict.keys
(Thanks 0xCAFEADD1C7) (ec67c64, c572dab)Result.fromExecution
and Result.fromPromise
(c25623f)