Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 2.35 KB

CHANGELOG.md

File metadata and controls

50 lines (27 loc) · 2.35 KB

3.0.0 (2020-10-17)

Bug Fixes

  • add Refinement export from module (6bee866)
  • removes non-hkt models (f8c3e8c)

BREAKING CHANGES

  • Definement and Refinement are not modules, so don't enforce declaration merging.

2.0.0 (2020-10-17)

Bug Fixes

  • adds intersect for signature (cb2636a)
  • bc is now first arg in composables (578eefc)
  • removes semigroupoid (bd9f31f)
  • use join instead of meet for union (eaf4e1b)

BREAKING CHANGES

  • Semigroupoid is a HKT, and these we do not have any HKT's

1.0.0 (2020-10-17)

Bug Fixes

  • deps (7a13cfa)
  • import utils form it's index file (2075290)
  • prepublish (52f2e4b)
  • use natural & and | operators instead of type aliases (dcfe15e)

Features

  • adds and function combinator (304eb2c)
  • adds huge API surface (03cd2d1)
  • adds not function combinator (bdccbad)
  • adds refinementand type (34e4a72)

BREAKING CHANGES

  • Adds a new API Surface. Consult the code.