Skip to content

Releases: softwareventures/u32

v2.0.2

22 Nov 16:45
a75c7c0
Compare
Choose a tag to compare

2.0.2 (2022-11-22)

Bug Fixes

  • deps: update dependency i32 to v2 (#61) (a75c7c0)

v2.0.1

20 Nov 12:23
9b3d0b2
Compare
Choose a tag to compare

2.0.1 (2022-11-20)

Bug Fixes

  • deps: update dependency @softwareventures/array to v6 (#59) (9b3d0b2)

v2.0.0

12 Oct 12:09
Compare
Choose a tag to compare

2.0.0 (2022-10-12)

⚠ BREAKING CHANGES

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

Features

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

v1.0.3

21 Jan 00:18
1824cfc
Compare
Choose a tag to compare

1.0.3 (2022-01-21)

Bug Fixes

  • deps: update dependency @softwareventures/array to v5 (#45) (1824cfc)

v1.0.2

07 Jul 16:13
bc34169
Compare
Choose a tag to compare

1.0.2 (2021-07-07)

Bug Fixes

  • deps: update dependency @softwareventures/array to v4 (#27) (bc34169)

v1.0.1

07 Jul 16:11
76ba183
Compare
Choose a tag to compare

1.0.1 (2021-07-07)

Bug Fixes

  • deps: update dependency i32 to v1 (#33) (76ba183)

v1.0.0

07 Jul 15:07
Compare
Choose a tag to compare

1.0.0 (2021-07-07)

Features

  • node: drop support for node < 12 || ^13 || ^15 (fbd49ed)
  • compile to ES2017 (4aeef34), closes #23

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.

v1.0.0-alpha.1

27 Mar 12:32
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.

v0.2.0

27 Mar 12:34
Compare
Choose a tag to compare

0.2.0 (2021-03-27)

Features

  • uneg: add uneg function (6104148)

v0.1.12

14 Aug 09:12
466aa2c
Compare
Choose a tag to compare

0.1.12 (2020-08-14)

Bug Fixes

  • deps: update dependency @softwareventures/array to v3 (#15) (466aa2c)