- updating all dependencies to the latest versions
- updating
README.md
file - updating
LICENSE
file - updating build process
Object
- fixed typings
-
Date
- added static method
parseValue
- added static method
- added missing tests for branches according to instanbul coverage report
- fixing minor issues
-
Math
- added missing tests
-
Number
- added missing tests
- added static method
isNegativeZero
-
Object
- added tests
- added
values
which is Polyfill to ES2017 method
-
Promise
- added tests
-
RegExp
- added tests
-
String
- added missing tests
-
String
- fixed
getSimilarity
static method - fixed
toCamelCase
method - added
toSnakeCase
method - added test to this method
- fixed
-
Date
- fixed
daysFromNow
test
- fixed
-
FileSize
- fixed
getReadableString
static method - added tests
- fixed
-
JSON
- added tests
-
Math
- added
log10
which is Polyfill to ES2015 method - added tests
- added
-
Date
- fixed
TODAY
constant TODAY
,YESTERDAY
,TOMORROW
andDAYAFTERTOMORROW
are now getters - you use them as normal variables, but are calculated on the fly- added tests
- fixed
-
added Coveralls support
-
Number
- added
isNumber
static method - static method
isInt
has been renamed toisInteger
and now is Polyfill to ES2015 method - added
isNatural
static method
- added
-
Object
- added
assign
which is Polyfill to ES2015 method - added
deepAssign
which is similar toassign
, but extends also deep nested Objects
- added
-
Array
- added tests
-
added this CHANGELOG file