Skip to content

Releases: Arcath/utils

v3.0.0-beta.4

03 Apr 15:49
bddf704
Compare
Choose a tag to compare
v3.0.0-beta.4 Pre-release
Pre-release

3.0.0-beta.4 (2022-04-03)

Bug Fixes

  • move package functions out of index (bddf704)

BREAKING CHANGES

  • this moves package functions which require native node functions to work, which messes up remix etc...

v3.0.0-beta.3

03 Apr 15:26
a0f69e4
Compare
Choose a tag to compare
v3.0.0-beta.3 Pre-release
Pre-release

3.0.0-beta.3 (2022-04-03)

Features

  • set type to module in package.json (a0f69e4)

v3.0.0-beta.2

03 Apr 15:11
527f09a
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

3.0.0-beta.2 (2022-04-03)

Bug Fixes

  • setup jest to support esm (527f09a)

Features

v3.0.0-beta.1

01 Apr 21:19
d6b35be
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

3.0.0-beta.1 (2022-04-01)

Features

  • bump to es6 and disable side effects (d6b35be)

BREAKING CHANGES

  • Now targets es6 with the build to hopefully improve tree shaking.

v2.0.0

22 Mar 20:44
1cbc1f6
Compare
Choose a tag to compare

2.0.0 (2022-03-22)

Bug Fixes

Features

  • add addressObject (4497773)

  • remove inSequence from async-for-each (f1e52f0)

BREAKING CHANGES

  • This removes the legacy option for inSequence on asyncForEach

v1.10.0

02 Mar 10:47
Compare
Choose a tag to compare

1.10.0 (2022-03-02)

Features

  • expose common items in diffArray (f69be6c)

v1.9.1

14 Dec 10:43
2d47fa4
Compare
Choose a tag to compare

1.9.1 (2021-12-14)

Bug Fixes

  • expose the boundaries of the map. (2d47fa4)

v1.9.0

13 Dec 13:37
7867eb4
Compare
Choose a tag to compare

1.9.0 (2021-12-13)

Bug Fixes

Features

  • add forEach and neighbours to createMap (47630fd)

v1.8.0

06 Dec 15:54
95bf1db
Compare
Choose a tag to compare

1.8.0 (2021-12-06)

Bug Fixes

  • rollback read-pkg-up version (95bf1db)

Features

  • update createMap so that setRange can take a function (4ed7502)

v1.7.0

06 Oct 20:22
0878313
Compare
Choose a tag to compare

1.7.0 (2021-10-06)

Features