@unsplash/sum-types-fast-check
Version:
fast-check bindings for @unsplash/sum-types.
32 lines (16 loc) • 602 B
Markdown
# Changelog
This project adheres to semantic versioning.
## 1.0.0 (2025-07-22)
Support `@unsplash/sum-types` ^1.0.1.
## 0.5.0 (2023-05-16)
Support `@unsplash/sum-types` ^0.4.0.
## 0.4.0 (2023-03-23)
Fix nullary equality checks in Jest and others that compare the reference equality of functions.
## 0.3.0 (2023-01-04)
`fast-check` peer dependency set to version `^3.5.0`.
## 0.2.0 (2022-09-05)
Support `@unsplash/sum-types` ^0.3.0.
## 0.1.1 (2022-02-22)
Add ESM support.
## 0.1.0 (2022-02-09)
The initial release of `@unsplash/sum-types-fast-check`, providing `getArb` and `nullaryArb`.