Releases: skeate/fp-ts-representable
Releases · skeate/fp-ts-representable
v1.2.1
This primarily fixes the build, so you can properly (for example) import * as BG from 'fp-ts-representable/BoundedGrid'
, rather than the previous 'fp-ts-representable/dist/es6/BoundedGrid'
v1.2.0
- Added example (Conway's game of life)
- Fixed some issues I discovered trying to write the example
v1.1.0
- Added
BoundedGrid
- Added some
C
onstrained typeclass definitions
v1.0.0
First release, includes
Key
Lookup
Indexable
Distributive
Representable
RepresentableStore
which is a Store
memoized in some Representable
functor.