From 068c04f931a6099f6625ede22efeb41266c86ba5 Mon Sep 17 00:00:00 2001 From: vigan Date: Sat, 4 Apr 2020 13:10:27 +0200 Subject: [PATCH] (bump) 0.1.0 --- CHANGELOG | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6e3112f..2711a9c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/package.json b/package.json index f4fda5f..f3b20ef 100644 --- a/package.json +++ b/package.json @@ -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": {