What's Changed
- Added:
CasePath
now conforms toSendable
(#90). Locking has been added aroundembed
/extract
functions, which should help avoid some data races without much overhead. If you notice any issues with the upgrade, please let us know! - Added:
CasePath.some
, for unwrapping optionals via.some
or/.some
instead of/Optional.some
(#91).
Full Changelog: 0.9.2...0.10.0