Skip to content

Commit 1a02e56

Browse files
committed
1.0.0 & deprecate
1 parent 62c065f commit 1a02e56

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This project adheres to semantic versioning.
44

5+
## 1.0.0 (2025-07-22)
6+
7+
Makes the structure of sums JSON-serialisable for improved ecosystem compatibility.
8+
59
## 0.4.1 (2023-10-04)
610

711
Fixes pattern matching branches which return `undefined` in `matchX` and `matchXW`.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Safe, ergonomic, non-generic sum types in TypeScript.
44

55
Documentation: [unsplash.github.io/sum-types](https://unsplash.github.io/sum-types/)
66

7+
> [!NOTE]
8+
> @unsplash/sum-types is no longer actively maintained as we've migrated to the [Effect](https://effect.website) ecosystem.
9+
710
```ts
811
import * as Sum from "@unsplash/sum-types"
912

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unsplash/sum-types",
33
"description": "Safe, ergonomic, non-generic sum types in TypeScript.",
4-
"version": "0.4.1",
4+
"version": "1.0.0",
55
"license": "MIT",
66
"author": "Unsplash",
77
"repository": {

0 commit comments

Comments
 (0)