Skip to content

Releases: MiguelCastillo/belty

v5.2.1

20 Dec 21:11

Choose a tag to compare

Patch release to fix an issue with the built artifact. This gets things back to normal.

v5.2.0

20 Dec 17:17

Choose a tag to compare

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

18 Aug 20:37

Choose a tag to compare

Release v0.3.0

v0.2.0

18 Aug 14:35

Choose a tag to compare

Release v0.2.0

v0.1.2

16 Aug 16:58

Choose a tag to compare

Release v0.1.2

v0.1.1

16 Aug 16:29

Choose a tag to compare

Release v0.1.1

v0.1.0

16 Aug 04:29

Choose a tag to compare

Release v0.1.0