Skip to content

Releases: minecrawler/result-js

v4.0

19 Sep 15:31
Compare
Choose a tag to compare

Bug Fixes

  • store state-info explicitly

New Features

  • Add new unwrap-methods
    • unwrapAnd(),
    • unwrapAndThen(),
    • unwrapOr(),
    • unwrapOrElse()

Enhancements

  • Change some methods to return Result instead of the contained value to keep the API closer to the original