@swan-io/boxed
Advanced tools
Changelog
3.1.2
Features:
option.mapOr
(8aa1793)result.mapOr
(8aa1793)asyncData.mapOr
(8aa1793)option.orElse
(8aa1793)Changes:
getWithDefault
in favor of getOr
(8aa1793)Changelog
3.0.0
Changes:
Option
, Result
and AsyncData
values (a0112d4)Option
, Result
and AsyncData
referentially equal when their values are (a0112d4)Changelog
2.3.1
Fixes:
Serializer.encode
not throw on nullable values (d9e3483) (thanks @nobrayner!)Changelog
2.3.0
Features:
Future.concurrent
(b5ae7e5)Future.retry
(b5ae7e5)Future.wait
(b5ae7e5)option.tapSome
(b5ae7e5)