Skip to content

Commit

Permalink
(bump) 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vigan-abd committed Apr 4, 2020
1 parent 1a1cf2e commit 0afa9db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.2.0
- features: added support fro static methods related to arrays (of, from, isArray, isArrayT)

# 0.1.0
- tests: added tests for clone, toLocaleString, unshift and values methods on ArrayT
- fix: added missing options to toLocaleString method
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generic-collections-js",
"version": "0.1.0",
"version": "0.2.0",
"description": "Generic type collection classes for arrays, maps and sets",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 0 additions & 2 deletions src/array.js
Original file line number Diff line number Diff line change
Expand Up @@ -628,8 +628,6 @@ class ArrayT extends GenericType {
}
}

console.log(res)

return res
}

Expand Down

0 comments on commit 0afa9db

Please sign in to comment.