|
| 1 | +## [v1.2.1](https://github.com/yukal/slim-validator/compare/f7485d8fa2a84bc3ab4a2156ef62add21f8ae615...a6ca46f363d6f343b1941d5b25eaa31a0529542d) – 2024-01-16 |
| 2 | + |
| 3 | +### Refactors |
| 4 | + |
| 5 | +* **tests:** update tests ([da00c2ad](https://github.com/yukal/gulp-json-loader/commit/da00c2ad5e2d1e292c8150e8818a4b4173f0fbaa)) |
| 6 | + |
| 7 | +### Chores |
| 8 | + |
| 9 | +* **readme:** update and fix typos and grammar ([19e0dbb7](https://github.com/yukal/gulp-json-loader/commit/19e0dbb7d40ee335ce156f1cc0b8541dfd3f47d0)) |
| 10 | +* **package:** update package within dependencies ([2a825757](https://github.com/yukal/gulp-json-loader/commit/2a825757948e66895ad8ddd67a9adb99e8795b8f)) |
| 11 | + |
| 12 | +### Continuous Integration |
| 13 | + |
| 14 | +* **action:** update node matrix ([a6ca46f3](https://github.com/yukal/gulp-json-loader/commit/a6ca46f363d6f343b1941d5b25eaa31a0529542d)) |
| 15 | + |
| 16 | +## [v1.2.1](https://github.com/yukal/slim-validator/compare/v1.2.1...f7485d8fa2a84bc3ab4a2156ef62add21f8ae615) |
| 17 | + |
| 18 | +### Build System / Dependencies |
| 19 | + |
| 20 | +* **deps-dev:** |
| 21 | +- **deps-dev:** bump chai from 4.3.8 to 4.3.10 ([a0f02551](https://github.com/yukal/gulp-json-loader/commit/a0f02551bddefad86d2864cf1e42527d6ebbed0f)) |
| 22 | +- **deps-dev:** bump chai from 4.3.7 to 4.3.8 ([e5d80951](https://github.com/yukal/gulp-json-loader/commit/e5d80951f8f1245879924bd71db2b621e5409d91)) |
| 23 | +- **deps-dev:** bump mocha from 10.1.0 to 10.2.0 ([367897bb](https://github.com/yukal/gulp-json-loader/commit/367897bb4ed1b9812edc867a8c1fc18ffa92d974)) |
| 24 | +- **deps:** bump decode-uri-component from 0.2.0 to 0.2.2 ([4252fa92](https://github.com/yukal/gulp-json-loader/commit/4252fa92d0e6f31d0d31d22a4e23c4b6fc4b3fdf)) |
| 25 | + |
| 26 | +### Other Changes |
| 27 | + |
| 28 | +* codestyle ([515d18d4](https://github.com/yukal/gulp-json-loader/commit/515d18d40e607e7157a646eb27b5c10e83720b5f)) |
| 29 | + |
| 30 | +## v1.1.0 |
| 31 | +- Updated core |
| 32 | + - Imposed restrictions on accessing external directories. |
| 33 | + - There is no need to pass the config data to GulpJsonLoader, now it's optional |
| 34 | + and defined from defaults. But if you want to change them, you might tune it in |
| 35 | + both ways: using an old-style passing an object with options to GulpJsonLoader |
| 36 | + factory or just pass the settings into a package.json. See package.json. |
| 37 | + |
| 38 | +- Updated dependencies |
| 39 | + - gulp-load-plugins: ^2.0.7 |
| 40 | + - gulp-pug: ^5.0.0 |
| 41 | + |
| 42 | +- Improvement of variables names |
| 43 | + - To distinguish variables from stylistic PAG syntax it is preferable to name |
| 44 | + variables in a different way as opposed to decoration text. That's why I name |
| 45 | + variables with a capital letter and a dollar sign at the beginning. |
| 46 | + See PUG files to find out more about it. |
| 47 | + |
| 48 | + - The entry name of the Data loaded from the JSON file is defined in a global |
| 49 | + space as a "data" entry, now you can change this name as you like. |
| 50 | + See package.json and PUG files to find out more about it. |
| 51 | + |
| 52 | +- Implemented data caching |
| 53 | + - The data that has already been loaded will be getting from the cache |
| 54 | + |
| 55 | +- Added tests |
0 commit comments