-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
34 lines (25 loc) · 1.04 KB
/
CHANGELOG
File metadata and controls
34 lines (25 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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
# 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 index overflow issue in splice method
# 0.0.5
- tests: added tests for filter, find, findIndex, forEach methods on ArrayT
- fix: fixed length issue on methods that accept current array in callback
# 0.0.4-b
- (docs) lgtm badges added
# 0.0.4-a
- (docs) changelog added
# 0.0.4
- tests: added tests for concat, entries, every, fill methods on ArrayT
- fix: fill end arg default value changed to null to comply with Array class
- fix: concat jsdocs updated
# 0.0.3
- featue: array prototype functions add in ArrayT
# 0.0.2
- feature: added support for initial values in constructor of ArrayT
# 0.0.1
* Initial version