Skip to content

Latest commit

 

History

History
136 lines (55 loc) · 6.12 KB

CHANGELOG.md

File metadata and controls

136 lines (55 loc) · 6.12 KB

2.1.1 (2021-09-09)

Bug Fixes

  • invalid main and typings path in package.json (#68) (4ca54c3)

2.1.0 (2021-08-17)

Features

  • add Fold 3 (#53) (5c26c11), closes #30

  • Support for import without lib or es6 (#65) (02b8f08)

  • Update constructors to receive all generics (#61) (674a2ac), closes #61

Bug Fixes

  • Correct RemoteDataT3 constrant for M (URIS4 -> URIS3) (f81f3b8)

BREAKING CHANGES

  • generic parameters changed for success and failure constructors

2.0.4 (2020-08-11)

Bug Fixes

  • rewrite imports from lib to es6 in es6 output (c6899d8), closes #46 #49

2.0.3 (2020-01-24)

Bug Fixes

  • fix bimap, mapLeft, extend to forward progress correctly (#45) (be78635)

2.0.2 (2020-01-17)

2.0.0 (2019-08-23)

Code Refactoring

feature

BREAKING CHANGES

  • transformer was completely rewritten
  • removed classes
  • simplified io-ts codec
  • fp-ts and io-ts-types dependencies updated to latest stable version

0.6.0 (2019-05-26)

Bug Fixes

Features

0.5.0 (2019-01-31)

Bug Fixes

  • move peer dependencies to dependencies (#24) (0812d29), closes #23

Features

  • add io-ts type (#19) (7d6785f)
  • major update - Fail fast ap, TS/fp-ts/io-ts upgrade, Traversable2v, Bifunctor (#28) (3955c17), closes #26
  • provide progress parameter via fold pending parameter (#20) (1cf41ce)
  • relax getMonoid dependencies to Semigroup instances instead of Monoid (#21) (d7b060e)

BREAKING CHANGES

  • new status priority, new dependencies, see #28 for more info
  • add io-ts and io-ts-types to peer-dependencies

0.3.1 (2018-10-16)

Features

0.3.0 (2018-09-25)

Features

  • add "recover" method (27d5591), closes #12
  • Add progress to RemotePending (4c89823), closes #9
  • update to TS@2.8.1, fp-ts@1.2.0 + implement Monoidal (d9a4a09)

0.2.0 (2018-03-20)