Skip to content

Commit 0afa9db

Browse files
committed
(bump) 0.2.0
1 parent 1a1cf2e commit 0afa9db

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.2.0
2+
- features: added support fro static methods related to arrays (of, from, isArray, isArrayT)
3+
14
# 0.1.0
25
- tests: added tests for clone, toLocaleString, unshift and values methods on ArrayT
36
- fix: added missing options to toLocaleString method

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generic-collections-js",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Generic type collection classes for arrays, maps and sets",
55
"main": "index.js",
66
"scripts": {

src/array.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,8 +628,6 @@ class ArrayT extends GenericType {
628628
}
629629
}
630630

631-
console.log(res)
632-
633631
return res
634632
}
635633

0 commit comments

Comments
 (0)