Skip to content

Releases: softwareventures/is-integer-in-range

v4.0.0

20 Nov 09:55

Choose a tag to compare

4.0.0 (2022-11-20)

⚠ BREAKING CHANGES

  • node: node versions 12, 17 are no longer supported.

Features

  • node: drop support for node 12, 17 (0587ef4)

v3.0.1

03 Feb 14:44

Choose a tag to compare

3.0.1 (2022-02-03)

v3.0.0

07 Jul 17:58

Choose a tag to compare

3.0.0 (2021-07-07)

Features

  • node: drop support for node < 12 || ^13 || ^15 (8a497c2)

BREAKING CHANGES

  • node: node < 12 || ^13 || ^15 are no longer
    supported.

v2.0.1

07 Jul 08:36

Choose a tag to compare

2.0.1 (2021-07-07)

v2.0.0

27 Mar 11:30

Choose a tag to compare

2.0.0 (2021-03-27)

Features

BREAKING CHANGES

  • This library now uses ES2017 syntax. This breaks compatibility with Node < 8.10 and
    very old browsers that do not support ES2017 syntax. If you need to support older browsers, then you
    should use Babel to compile ES6+ code down to ES5.

v1.0.1

19 May 16:51
3b5d254

Choose a tag to compare

1.0.1 (2020-05-19)

Bug Fixes

  • deps: update dependency tslib to v2 (#2) (3b5d254)

v1.0.0

09 Mar 08:18

Choose a tag to compare

1.0.0 (2020-03-09)

Bug Fixes

  • set sideEffects: false to enable tree shaking (185e4e7)

Features

  • add curried variant of isIntegerInRange (c5fb55b)
  • create new package (026c512)