Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

v3.0.0

Choose a tag to compare

@gcanti gcanti released this 07 Mar 10:44
· 125 commits to master since this release

Warning. If you don't rely in your codebase on the property maybe(MyType)(undefined) === null this is not a breaking change for you.

  • Breaking Change
    • prevent Maybe constructor from altering the value when Nil, fix #183 (thanks @gabro)