Skip to content

Latest commit

 

History

History
122 lines (69 loc) · 2.16 KB

CHANGELOG.md

File metadata and controls

122 lines (69 loc) · 2.16 KB

3.0.0 (2024-08-21)

  • updating all dependencies to the latest versions
  • updating README.md file
  • updating LICENSE file
  • updating build process

2.4.4 (2024-05-06)

  • Object
    • fixed typings

1.4.0 (2018-10-23)

  • Date

    • added static method parseValue

1.3.1 (2018-10-13)

  • added missing tests for branches according to instanbul coverage report
  • fixing minor issues

1.3.0 (2018-10-11)

  • Math

    • added missing tests
  • Number

    • added missing tests
    • added static method isNegativeZero
  • Object

  • Promise

    • added tests
  • RegExp

    • added tests
  • String

    • added missing tests

1.2.3 (2018-10-07)

  • String

    • fixed getSimilarity static method
    • fixed toCamelCase method
    • added toSnakeCase method
    • added test to this method
  • Date

    • fixed daysFromNow test

1.2.2 (2018-09-21)

  • FileSize

    • fixed getReadableString static method
    • added tests
  • JSON

    • added tests
  • Math

1.2.1 (2018-09-20)

  • Date

    • fixed TODAY constant
    • TODAY, YESTERDAY, TOMORROW and DAYAFTERTOMORROW are now getters - you use them as normal variables, but are calculated on the fly
    • added tests
  • added Coveralls support

1.2.0 (2018-09-15)

  • Number

    • added isNumber static method
    • static method isInt has been renamed to isInteger and now is Polyfill to ES2015 method
    • added isNatural static method
  • Object

    • added assign which is Polyfill to ES2015 method
    • added deepAssign which is similar to assign, but extends also deep nested Objects
  • Array

    • added tests
  • added this CHANGELOG file