Skip to content

Latest commit

 

History

History
692 lines (360 loc) · 32.5 KB

CHANGELOG.md

File metadata and controls

692 lines (360 loc) · 32.5 KB

2.17.0 (2019-04-14)

Features

2.16.1 (2019-02-19)

Bug Fixes

  • typings: remove accidental import (3e7bfae), closes #838

2.16.0 (2019-02-17)

Features

2.15.0 (2019-02-10)

Features

2.14.0 (2019-01-24)

Features

  • dispatch: add support for currying (6187992)
  • isArrayLike: add support for currying (a3e843c)
  • isAsyncFunction: add support for ramda placeholder (4747e6a), closes #624
  • isBoolean: add ramda placeholder support (3c7ee1c), closes #624
  • isDate: add ramda placeholder support (96d0772), closes #624
  • isEven: add support for ramda placeholder (47aae9c), closes #624
  • isFinite: add support for ramda placeholder (3c8b161), closes #624
  • isFloat: add support for ramda placeholder (8374ba9), closes #624
  • isGeneratorFunction: add support ramda placeholder (84e8816), closes #624
  • isInteger: add support for ramda placeholder (69d9f2c), closes #624
  • isNaN: add support for ramda placeholder (ec09c4c), closes #624

2.13.0 (2018-12-08)

Bug Fixes

  • isBoolean: make this predicate work in different realms (b89ade0), closes #724
  • isDate: make this predicate work in different realms (1963c2d), closes #724
  • isRegExp: make this predicate work in different realms (f0150a9), closes #724

Features

2.12.0 (2018-11-25)

Bug Fixes

Features

2.11.0 (2018-10-28)

Features

2.10.0 (2018-09-09)

Features

2.9.0 (2018-05-29)

Features

2.8.0 (2018-05-13)

Features

2.7.0 (2018-04-25)

Features

2.6.0 (2018-03-19)

Features

2.5.0 (2018-02-14)

Bug Fixes

Features

2.4.1 (2018-01-25)

  • fix failed build for 2.4.0 release

2.4.0 (2018-01-24)

Features

2.3.0 (2018-01-14)

Features

2.2.0 (2017-12-24)

Features

2.1.0 (2017-12-04)

Features

2.0.0 (2017-11-19)

Features

  • add support for tree shaking (baa62ea), closes #75
  • add search to documentation & improve the UI (2ae5850), closes #24

BREAKING CHANGES

  • Tree shaking support and imports

Before:

import RA from 'ramda-adjunct'

After:

import * as RA from 'ramda-adjunct'

1.19.0 (2017-10-31)

Bug Fixes

  • pickIndexes: omits values for non existing indexes (cb82b9e), closes #181
  • typings: add missed types to concatRight, sliceFrom, sliceTo, liftFN (96a31cb), closes #176

Features

1.18.0 (2017-10-15)

Features

1.17.0 (2017-09-24)

Features

1.16.0 (2017-09-19)

Features

1.15.0 (2017-09-10)

Features

1.14.0 (2017-08-25)

Bug Fixes

  • reduceP, reduceRightP: fix logic for empty list (6538444)

Features

1.13.0 (2017-08-15)

Bug Fixes

  • defaults: fix wrong logic (fbc373f)
  • docs: fix version in JSDOC (4696ae2)
  • reduceRightP: compensate for older versions of ramda (3e5b327)

Features

1.12.0 (2017-07-30)

Features

1.11.0 (2017-07-23)

Features

  • add concatRight (7628612), closes #93
  • Identity: add Ord fantasy-land spec (76d94d7)
  • Identity: add partial Monoid* specification (da1f379)

1.10.2 (2017-06-20)

  • fixes crashed build for 1.10.1

1.10.1 (2017-06-20)

  • fixes crashed build for 1.10.0

1.10.0 (2017-06-20)

Features

1.9.0 (2017-06-14)

Features

  • add support for ramda >= 0.19.0 <= 0.24.1 (b414d1c)
  • add isArrayLike (3062a89)

1.8.1 (2017-05-23)

Bug Fixes

  • Fixes corrupted build on npm

1.8.0 (2017-05-22)

Features

  • Identity: add Identity monadic type to public API (5130a73)
  • weave: add support for auto-currying returned function (7fcf7a9), closes #78
  • add isValidDate (3a2f4ad)
  • isNotValidDate (10d3780), closes #46

1.7.0 (2017-05-18)

Bug Fixes

  • package.json: point browser field to es/index.js (aaa018e), closes #76

Features

1.6.0 (2017-05-16)

Features

1.5.0 (2017-05-10)

Features

1.4.0 (2017-04-28)

Bug Fixes

  • isGeneratorFunction: check for GeneratorFunction instead of AsyncFunction (853f934)

Features

  • add cata (1c6fdc6), closes #58
  • Either: add Either monad with basic capabilities (ac2c51f)

1.3.2 (2017-04-23)

Bug Fixes

  • liftFN: fix multiple bugs and resolve ramda complatibility issue (47bc23f), closes #59

1.3.1 (2017-04-20)

  • fix linting issues

1.3.0 (2017-04-20)

  • fix missing function imports

1.2.0 (2017-04-16)

Features

1.1.0 (2017-04-09)

Features

1.0.0 (2017-04-02)

Features

0.7.0 (2017-03-26)

Features

0.6.0 (2017-03-16)

Features

0.5.1 (2017-03-06)

0.5.0 (2017-03-06)

Bug Fixes

  • isGeneratorFunction: add legacy check (24969a6)

Features

0.4.0 (2017-02-27)

Bug Fixes

  • fix import of isNilOrEmpty (7de3f33)

Features

0.3.0 (2017-02-16)

Features

0.2.0 (2017-02-13)

0.1.0 (2017-02-09)

Features

  • isNull: add isNull along side with complement isNotNull (c803052)

0.0.1 (2017-02-09)

Features

  • isNotUndefined: add isNotUndefined adjunct (b468c12)
  • isUndefined: add isUndefined adjunct (2d1f85b)