Skip to content

Commit

Permalink
(bump) 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vigan-abd committed Apr 4, 2020
1 parent a1a63a1 commit 068c04f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# 0.1.0
- tests: added tests for clone, toLocaleString, unshift and values methods on ArrayT
- fix: added missing options to toLocaleString method

# 0.0.9
- tests: added tests for includes, indexOf, join, keys, lastIndexOf, length, map, mapRaw, pop, reduce, reduceRight, reverse, shift, slice, some, sort, splice methods on ArrayT
- fix: fixed ixed overflow issue in splice method
- fix: fixed index overflow issue in splice method

# 0.0.5
- tests: added tests for filter, find, findIndex, forEach methods on ArrayT
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.0.9",
"version": "0.1.0",
"description": "Generic type collection classes for arrays, maps and sets",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 068c04f

Please sign in to comment.