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)
- return all paths on the parent tree (1f78d00)
- formatCategories accept string array (a7c0b9f)
4.3.1 (2020-06-19)
- removing the Error class within ajax flow (891f4af)
4.3.0 (2020-03-26)
- promisify ajax response (18f8d04)
4.2.1 (2020-02-05)
- lint (2009f46)
4.2.0 (2020-02-05)
- formatCategories (b0d466f)
4.1.0 (2019-12-20)
- update npm scope (97b82c0)
- formatCurrency function (f335e5d)
4.0.2 (2019-06-28)
- replaced .includes with .indexOf (76dd489)
4.0.1 (2019-05-16)
- 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)
-
added loadFile, objectMergeRecursive and stopPropagation (8ea08ce)
-
Merge pull request #12 from chaordic/breaking-change-merge-now-mutates-object (be63b9e), closes #12
- merge now mutates object
3.5.0 (2019-03-08)
- added loadFile, objectMergeRecursive and stopPropagation (8ea08ce)
3.4.0 (2018-09-04)
- query-string: add functions to parse and stringfy url parameters (c0157fc)
3.3.0 (2018-08-18)
- http/ajax: add timeout option (7ad0099)
3.2.2 (2018-08-14)
3.2.1 (2018-08-09)
3.2.0 (2018-05-03)
- browser: add isInViewport function (dfc1e55)
- browser: add isMobile and cookie functions (d8960fd)
- http: add params option to ajax function (45fcf40)
- http: ajax function (c5722c0)
Full library refactor to support ES Modules.