Skip to content

Releases: integreat-io/map-any

v1.0.0

05 Aug 16:58
c5ae640
Compare
Choose a tag to compare

The v1.0 version mostly marks the move to the integreat-io org. Some refactoring has been done in this version, but nothing have really changed.

v0.3.1

01 Aug 10:54
Compare
Choose a tag to compare

Bugfix:

  • A type error in the async version resulted in return types like Promise<string> | Promise<number> instead of the correct Promise<string | number>

v0.3.0

01 Aug 07:31
Compare
Choose a tag to compare

Breaking change:

  • Requires node v18 and supports only ESM

New features:

  • There is now an async version. Import from map-any/async.js.

v0.3.0-rc.1

31 Jul 19:33
Compare
Choose a tag to compare
v0.3.0-rc.1 Pre-release
Pre-release

Update to ESM and node 18.

v0.3.0-rc.0

31 Jul 19:21
Compare
Choose a tag to compare
v0.3.0-rc.0 Pre-release
Pre-release

This pre-release adds an async version of map-any. We have removed the non-curried variant for now, but may bring it back before the final version.

v0.2.1

07 Jul 21:20
Compare
Choose a tag to compare

Fix type bug. Will finally (probably, hopefully) type return values correctly.

v0.2.0

05 Jun 17:08
Compare
Choose a tag to compare
  • Updated dev deps (there was a vulnerability in js-yaml < 3.13.1)
  • Make typing a bit more specific (instead of using any everywhere)
  • Drop support for node v6, start running tests on node v8

v0.1.2

08 Aug 14:17
Compare
Choose a tag to compare

Fix bug where mapping undefined would return a function.
Also, update deps.

v0.1.1

15 Jul 21:10
Compare
Choose a tag to compare

Fix bug with undefined value.

v0.1.0

15 Jul 16:12
Compare
Choose a tag to compare

First release