Skip to content

Latest commit

 

History

History
184 lines (77 loc) · 4.67 KB

CHANGELOG.md

File metadata and controls

184 lines (77 loc) · 4.67 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.4.1 (2020-11-11)

4.4.0 (2020-11-10)

Bug Fixes

  • return all paths on the parent tree (1f78d00)

Features

  • formatCategories accept string array (a7c0b9f)

4.3.1 (2020-06-19)

Bug Fixes

  • removing the Error class within ajax flow (891f4af)

4.3.0 (2020-03-26)

Features

  • promisify ajax response (18f8d04)

4.2.1 (2020-02-05)

Bug Fixes

4.2.0 (2020-02-05)

Features

4.1.0 (2019-12-20)

Bug Fixes

Features

  • formatCurrency function (f335e5d)

4.0.2 (2019-06-28)

Bug Fixes

  • replaced .includes with .indexOf (76dd489)

4.0.1 (2019-05-16)

Bug Fixes

  • fixed merge breaking with undefined params (8e6324e)
  • merge ignores parameters that not objects (0467170)
  • merge no longer concats arrays (b3ff75f)

4.0.0 (2019-05-03)

Features

  • added loadFile, objectMergeRecursive and stopPropagation (8ea08ce)

  • Merge pull request #12 from chaordic/breaking-change-merge-now-mutates-object (be63b9e), closes #12

BREAKING CHANGES

  • merge now mutates object

3.5.0 (2019-03-08)

Features

  • added loadFile, objectMergeRecursive and stopPropagation (8ea08ce)

3.4.0 (2018-09-04)

Features

  • query-string: add functions to parse and stringfy url parameters (c0157fc)

3.3.0 (2018-08-18)

Features

  • http/ajax: add timeout option (7ad0099)

3.2.2 (2018-08-14)

3.2.1 (2018-08-09)

3.2.0 (2018-05-03)

Features

  • browser: add isInViewport function (dfc1e55)
  • browser: add isMobile and cookie functions (d8960fd)
  • http: add params option to ajax function (45fcf40)

3.1.0 (2018-04-12)

Features

v3.0.0

Full library refactor to support ES Modules.