Skip to content

Latest commit

 

History

History
209 lines (85 loc) · 6.6 KB

CHANGELOG.md

File metadata and controls

209 lines (85 loc) · 6.6 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.5.0 (2021-04-01)

Features

  • deprecate ap/chain disagreement and standalone instances (#19) (484d81d)
  • implement initial DatumThese ADT (#15) (0ee8a3d)

3.4.0 (2021-02-06)

Features

  • add Valued type and fix docs (2db2625)

3.3.2 (2021-02-05)

Bug Fixes

  • expand types on DatumEither constructors (472c7ae), closes #12

3.3.1 (2021-02-02)

Bug Fixes

  • correct type for fromOption (b10a388), closes #11

3.3.0 (2020-11-13)

Features

  • implement experimental OneShot adt based on Datum (6c47f40)

3.2.0 (2020-10-15)

Features

  • export sequenceTuple and sequenceStruct (968aa84)

3.1.0 (2020-05-05)

Features

  • Re-export modules from a main index file (263644f)

3.0.3 (2020-03-11)

3.0.2 (2020-03-11)

3.0.1 (2020-03-07)

Bug Fixes

  • cleaned up testing config (a8f48fc)
  • moved prepare script and update build (6f2bbcd)

3.0.0 (2020-03-06)

Bug Fixes

  • fix coveralls command in nodejs workflow (26d656b)
  • fix env vars for coveralls (4beec9c)
  • try using the coveralls action (95a6661)

3.0.0-prerelease.0 (2020-03-06)

⚠ BREAKING CHANGES

  • simplified api

Features

  • migrate to es6 only build (3d65d65)

2.7.2-prerelease.0 (2020-03-06)

2.7.1 (2020-01-29)

Bug Fixes

  • added since tags to modules for documentation (6aa72d0)
  • bumped deps, refactored constants, cleaned up tests (68ad17e)

2.7.0 (2019-09-17)

Features

  • added DatumEither features (8a71a40)

2.6.3 (2019-09-16)

2.6.2 (2019-09-12)

Bug Fixes

  • added source to package.json files so sourcemaps work (a081616)

2.6.1 (2019-08-29)

2.6.0 (2019-08-26)

Features

  • added additional pipeable Datum operators that were missed (ae71d30)

2.5.1 (2019-08-22)

Bug Fixes

  • removed refershFoldR hangover from initial work (2922490)

2.5.0 (2019-08-22)

Features

  • added better typing to exports of initial and pending from DatumEither (2b95784)

2.4.0 (2019-08-20)

Bug Fixes

  • various fixes to Datum to pass tests (4769c24)

Features

  • add fromNullable for DatumEither (c3d2f21)

2.3.1 (2019-08-20)

Bug Fixes

  • various fixes to Datum to pass tests (4769c24)

2.3.0 (2019-08-16)

Features

  • additions to DatumEither (e7e2e7a)

2.2.1 (2019-08-14)

2.2.0 (2019-08-14)

Features

  • fromEither and fromOption for DatumEither (7a24d63)

2.1.0 (2019-08-14)

Features

  • added more documentation and helper functions (91de033)

2.0.2 (2019-08-14)

2.0.1 (2019-08-14)

2.0.0 (2019-08-13)

Features