Skip to content

Commit 068c04f

Browse files
committed
(bump) 0.1.0
1 parent a1a63a1 commit 068c04f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
# 0.1.0
2+
- tests: added tests for clone, toLocaleString, unshift and values methods on ArrayT
3+
- fix: added missing options to toLocaleString method
4+
15
# 0.0.9
26
- tests: added tests for includes, indexOf, join, keys, lastIndexOf, length, map, mapRaw, pop, reduce, reduceRight, reverse, shift, slice, some, sort, splice methods on ArrayT
3-
- fix: fixed ixed overflow issue in splice method
7+
- fix: fixed index overflow issue in splice method
48

59
# 0.0.5
610
- tests: added tests for filter, find, findIndex, forEach methods on ArrayT

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.0.9",
3+
"version": "0.1.0",
44
"description": "Generic type collection classes for arrays, maps and sets",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)