All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.2.1 (2020-10-07)
- pkg: fix pkg node entry (main) (57dac7e)
2.2.0 (2020-04-30)
- list: add sku field to products (d1379dc)
2.1.0 (2020-04-08)
- list: add 'name' field to route object (when available) (f7484c8)
2.0.1 (2020-01-02)
2.0.0 (2020-01-02)
-
deps: ecomplus/utils and core-js no more direct dependencies
-
deps: fix dependencies (peer) (458e903)
1.0.1 (2019-08-24)
- constructor: fix gettings store id from config dynamically (098dd63)
1.0.0 (2019-08-12)
0.4.3 (2019-08-06)
0.4.2 (2019-07-29)
- constructor: setup this.location with location interface (170612c)
0.4.1 (2019-07-29)
- fix: update script src and constructor on html test file (d0b32c5)
0.4.0 (2019-07-29)
- webpack: edit output filename (c348db4)
- webpack: fix webpack config for browser output and global var (1278b95)
- webpack: changed global variable (EcomRouter)
0.3.2 (2019-07-26)
0.3.1 (2019-07-26)
- webpack: extend webpack for outputs with and without polyfill (a1726ef)
- fix: fix test html file importing correct js script (5799c58)
0.3.0 (2019-07-26)
- webpack: fixing webpack output config, exporting the constructor (9ddace8)
- fix: using global Router constructor (055211c)
- webpack: changed lib returned output
0.2.5 (2019-07-26)
0.2.4 (2019-07-26)
- list: check it this path is not already in use (60c1a13)
0.2.3 (2019-07-26)
- list: checking from slug prop on data (1486763)
- list: handling list responses correcly (result array) (4f2483f)
0.2.2 (2019-07-26)
0.2.1 (2019-07-26)
0.2.0 (2019-07-25)
- resolve: checking resource and _id from route obejct (2a2c170)
- method: handling 'list' method (a29fb08)
0.1.1 (2019-07-25)
0.1.0 (2019-07-25)
- constructor: add resolve function, fix handling map page object (27bf1d4)
- constructor: remove context, add list (7903b2a)
- constructor: this.context instead of this.content (08a2223)
- router: making it a constructor, setup context object (6f6fb63)
- externals: not using 'universal-router' pkg (845496d)
- webpack: exclude externals on production build only (ef09401)
- constructor: map function to return resource and id from slug (96de409)
- current-object: get current page object from store api first (511f76d)
- method: handling 'map' method (181f9e2)
- method: handling 'resolve' method (02b96d6)
- method: handling 'setupStore' method (0eed873)
- constructor: refactoring Route class, edit params and members (1b6d8fb)
- router: setup constructor and instance from global '' (389b132)
- constructor: constructor param changed