Releases: gcanti/fp-ts-laws
Releases · gcanti/fp-ts-laws
0.3.0
- Breaking Change
- upgrade
fast-check
dependency to v2 and move to peerDependencies
, closes #9 (@gcanti)
0.2.1
- Polish
Functor
- better composition law test (@gcanti)
0.1.0
- Breaking Change
Functor
, Apply
, Applicative
and Monad
laws are now curried (@gcanti)
0.0.3
- New Feature
- add missing derivedAp test to monad (@giogonzo)
- extract setoid, ord, semigroup, monoid, semiring, ring, field laws (@giogonzo)
0.0.2
- New Feature
- add
Functor
laws (@gcanti)
- add
Apply
, Applicative
, Chain
, Monad
laws (@giogonzo)