Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samhh committed May 16, 2023
1 parent 4b85744 commit 7f3a07c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This project adheres to semantic versioning.

## 0.4.0 (2023-05-16)

Adds supports for convenient "strict" pattern matching without access to member values, denoted by an "X" suffix.

Adds a first-class, low-level `is` primitive for refining foreign data to a known sum member.

Fixes reference equality of deserialized nullary sums.

## 0.3.2 (2023-03-23)

Fixes nullary equality checks in Jest and others that compare the reference equality of functions.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unsplash/sum-types",
"description": "Safe, ergonomic, non-generic sum types in TypeScript.",
"version": "0.3.2",
"version": "0.4.0",
"license": "MIT",
"author": "Unsplash",
"repository": {
Expand Down

0 comments on commit 7f3a07c

Please sign in to comment.