Skip to content

Commit

Permalink
Nullable to Maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeiffer committed Jul 16, 2023
1 parent f0cc43e commit 64652e7
Show file tree
Hide file tree
Showing 4 changed files with 504 additions and 166 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## [3.0.0] - July 16th, 2023

* Converted from nullable by default to non-nullable by defailt.
* Moved nullable functions to `maybe` functions such as `maybeParseInt`.


## [2.2.2+1] - July 4, 2023

* Automated dependency updates
Expand Down

0 comments on commit 64652e7

Please sign in to comment.