Skip to content

Commit 84e3903

Browse files
committed
Update haxelib.json
1 parent 2224840 commit 84e3903

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

haxelib.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magic-array-tools",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Automatically converts chained helper functions on Arrays/Iterables into single, optimal for-loops.",
55
"url": "https://github.com/RobertBorghese/Haxe-MagicArrayTools",
66
"license": "MIT",
@@ -18,6 +18,6 @@
1818
"js"
1919
],
2020
"classPath": "src/",
21-
"releasenote": "Added \"concat\", \"findIndex\", \"asArray\", and improved \"indexOf\".",
21+
"releasenote": "Added \"reduce\", \"fill\", \"every\", and \"some\". Improved \"concat\" and testing ouput.",
2222
"contributors": ["RobertBorghese"]
2323
}

0 commit comments

Comments
 (0)