Releases: integreat-io/map-any
Releases · integreat-io/map-any
v1.0.0
v0.3.1
Bugfix:
- A type error in the async version resulted in return types like
Promise<string> | Promise<number>
instead of the correctPromise<string | number>
v0.3.0
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
Update to ESM and node 18.
v0.3.0-rc.0
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
Fix type bug. Will finally (probably, hopefully) type return values correctly.
v0.2.0
- 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
Fix bug where mapping undefined
would return a function.
Also, update deps.
v0.1.1
Fix bug with undefined value.
v0.1.0
First release