Skip to content

ftld@1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jan 01:55
· 73 commits to main since this release
6903e70

Minor Changes

  • 6f1b91b: - allow Result/Task to flatMap/recover with any type and parse the result. While not correct, it is convenient.
    • fix Collection.filterMap behaviour in objects. It now correctly omits nullish values from the object, and is reflected in the return type.
    • reimplement Result/Option types to use single class which reduces footprint substantially