Skip to content

Releases: skeate/fp-ts-representable

v1.2.1

01 Oct 00:53
cc71f87
Compare
Choose a tag to compare

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

15 Mar 03:09
Compare
Choose a tag to compare
  • Added example (Conway's game of life)
  • Fixed some issues I discovered trying to write the example

v1.1.0

11 Mar 03:51
Compare
Choose a tag to compare
  • Added BoundedGrid
  • Added some Constrained typeclass definitions

v1.0.1

08 Mar 03:10
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

07 Mar 13:20
Compare
Choose a tag to compare

First release, includes

  • Key
  • Lookup
  • Indexable
  • Distributive
  • Representable
  • RepresentableStore which is a Store memoized in some Representable functor.