Releases: MiguelCastillo/belty
Releases · MiguelCastillo/belty
v5.2.1
v5.2.0
added the ability for the mapper function to return an array of key value entires to build the map with custom keys and values. #58
The following example will generate a map with keys that are value * 2 and the mapped value is just the value itself.
arrayToMap([1, 2, 3], (value) => [value * 2, value])
v0.3.0
Release v0.3.0
v0.2.0
Release v0.2.0
v0.1.2
Release v0.1.2
v0.1.1
Release v0.1.1
v0.1.0
Release v0.1.0