Skip to content

Releases: softwareventures/i32

v2.0.1

20 Nov 10:00
9411412
Compare
Choose a tag to compare

2.0.1 (2022-11-20)

Bug Fixes

  • deps: update dependency @softwareventures/array to v6 (#68) (639ca4f)

v2.0.0

20 Nov 09:49
Compare
Choose a tag to compare

2.0.0 (2022-11-20)

⚠ BREAKING CHANGES

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

Features

  • node: drop support for node 12, 17 (eabdbb7)

v1.1.0

04 Apr 05:18
Compare
Choose a tag to compare

1.1.0 (2022-04-04)

Features

  • iclamp: add iclamp function (76072fc)

v1.0.4

04 Feb 16:26
Compare
Choose a tag to compare

1.0.4 (2022-02-04)

v1.0.3

03 Feb 17:52
Compare
Choose a tag to compare

1.0.3 (2022-02-03)

v1.0.2

24 Jan 00:23
b2b9d99
Compare
Choose a tag to compare

1.0.2 (2022-01-24)

Bug Fixes

  • deps: update dependency @softwareventures/array to v5 (#42) (b2b9d99)
  • deps: update dependency @softwareventures/array to v5 (#45) (ce414b7)

v1.0.1

07 Jul 14:41
1a06ae2
Compare
Choose a tag to compare

1.0.1 (2021-07-07)

Bug Fixes

  • deps: update dependency @softwareventures/array to v4 (#25) (1a06ae2)

v1.0.0

07 Jul 08:54
Compare
Choose a tag to compare

1.0.0 (2021-07-07)

Features

  • node: drop support for node < 12 || ^13 || ^15 (23ce41c)
  • compile to ES2017 (5bac1cb), closes #22

BREAKING CHANGES

  • node: node < 12 || ^13 || ^15 are no longer
    supported.
  • 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.

v0.3.17

07 Jul 08:51
Compare
Choose a tag to compare

0.3.17 (2021-07-07)

v1.0.0-alpha.1

27 Mar 14:05
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

1.0.0-alpha.1 (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.