@unsplash/sum-types-fp-ts
Version:
fp-ts bindings for @unsplash/sum-types.
32 lines (16 loc) • 534 B
Markdown
# Changelog
This project adheres to semantic versioning.
## 0.4.2 (2024-02-16)
More conformant `Show` instances.
## 0.4.1 (2024-01-15)
Fix excess property checking for nullary sums.
## 0.4.0 (2023-05-16)
Support `@unsplash/sum-types` ^0.4.0.
## 0.3.0 (2022-09-05)
Support `@unsplash/sum-types` ^0.3.0.
## 0.2.1 (2022-02-22)
Add ESM support.
## 0.2.0 (2022-01-13)
Support `@unsplash/sum-types` ^0.2.1.
## 0.1.0 (2021-10-27)
The initial release of `@unsplash/sum-types-fp-ts`, providing `getEq`, `getOrd`, and `getShow`.