4.1.0 - November, 23 2021
- 7e32f5c Feat: enable optimization from rcs-core by default (closes #80) (#81) (Jan Peer Stöcklmair)
- 6a10373 Chore: add github actions (JPeer264)
- 704d808 4.0.0 (JPeer264)
- 04ecf36 Chore: update babel (JPeer264)
- f5bff64 Feat: move to previous .config instead of .Config.getInstance() (JPeer264)
- 9931075 Chore(deps): bump pug-code-gen from 2.0.2 to 2.0.3 (#72) (dependabot[bot])
- e002f00 Chore(deps): bump lodash from 4.17.15 to 4.17.21 (#73) (dependabot[bot])
- 2c14a98 Chore(deps): bump hosted-git-info from 2.8.5 to 2.8.9 (#74) (dependabot[bot])
- bac2aef Chore(deps): bump ws from 7.2.1 to 7.4.6 (#75) (dependabot[bot])
- 9e03949 Chore(deps): bump postcss from 7.0.35 to 7.0.36 (#76) (dependabot[bot])
4.0.0 - June, 22 2021
- 04ecf36 Chore: update babel (JPeer264)
- f5bff64 Feat: move to previous .config instead of .Config.getInstance() (JPeer264)
- 9931075 Chore(deps): bump pug-code-gen from 2.0.2 to 2.0.3 (#72) (dependabot[bot])
- e002f00 Chore(deps): bump lodash from 4.17.15 to 4.17.21 (#73) (dependabot[bot])
- 2c14a98 Chore(deps): bump hosted-git-info from 2.8.5 to 2.8.9 (#74) (dependabot[bot])
- bac2aef Chore(deps): bump ws from 7.2.1 to 7.4.6 (#75) (dependabot[bot])
- 9e03949 Chore(deps): bump postcss from 7.0.35 to 7.0.36 (#76) (dependabot[bot])
4.0.0-rc.3 - January, 07 2021
- 9f74c0b Feat: use rcs-core mappings (JPeer264)
- adf10d1 Test: add test case for issue 70 (closes #70) (JPeer264)
- 8b68a2a Chore: update rcs-core in dev (JPeer264)
- f1ddcef Docs: add rcs-core to install (JPeer264)
- 3e14683 Docs: move caveats up (JPeer264)
- 7f612f1 Docs: add rcsCore usage (closes #65) (JPeer264)
4.0.0-rc.2 - May, 12 2020
- 265c6c8 Style: remove eslint errors (JPeer264)
4.0.0-rc.1 - May, 11 2020
- a43e6a7 Feat: add caveats (JPeer264)
- d320168 Feat: add support for warning the user about bad lib usage (JPeer264)
- 21af8a5 Feat: ignore files with config file (JPeer264)
- 7fe282c Chore: add funding.yml (Jan Peer Stöcklmair)
- 4ceb812 Feat: add handlebars to html fileExt (JPeer264)
4.0.0-rc.0 - February, 20 2020
- 6fd491e Docs: add plugin notice (JPeer264)
- 5aa9bb5 Refactor: make save and generateMapping promise first (JPeer264)
- 321e95f Refactor: remove lodash.merge (JPeer264)
- 963dbf3 Chore(deps): bump lodash from 4.17.4 to 4.17.15 (#47) (dependabot[bot])
- aa5dee0 Refactor: tests to ts (#61) (Jan Peer Stöcklmair)
- 07e3461 Refactor: add default export to lib index (JPeer264)
- 53a20a1 Chore: add lint-staged and husky (JPeer264)
- 1425784 Chore: add declarations for built files (JPeer264)
- 3341fca Test: fix tests (JPeer264)
- 09114ad Refactor: outsource type from options into own parameter (JPeer264)
- 4173604 Test: add missing tests with tmp dir (JPeer264)
- 894a2d5 Test: speeding up tests by generating proper tmp folders (JPeer264)
- 7bd2910 Fix: remove unnecessary throw (JPeer264)
- 53bcb68 Refactor: make process promise based (JPeer264)
- 04b7a6a Refactor: lib to typescript (#60) (Jan Peer Stöcklmair)
- fa652c1 Chore: update packagelock (JPeer264)
- f3861da Chore: drop Node v6 and v8 support | add v12 support (JPeer264)
- f5c68fa Chore: update npmignore (JPeer264)
- 7b28317 Chore: remove yarn and switch to npm (JPeer264)
- 9a92c13 Chore: update eslint paths (JPeer264)
- 953b48c Test: update wrong path (JPeer264)
- 0992d8f Test: update test files based on new rcs-core nameGenerator library (JPeer264)
- 5477b72 Refactor: remove extended option (JPeer264)
- 96ba334 Test: changing way of error handling in generateMapping (JPeer264)
- 477e4e3 Chore: remove ava config from package.json (JPeer264)
- c3085dc Chore: update to babel 7 (JPeer264)
- c439166 Chore: move to jest (#57) (Jan Peer Stöcklmair)
- 0622182 Chore: fix eslint errors (JPeer264)
- b5fc01e Chore: auto fix eslint (JPeer264)
- a0d1e5d Chore: change to import / export (JPeer264)
- 94373c2 Chore: update eslintrc (JPeer264)
- 862b193 Chore: new deploy method (JPeer264)
- 3da64d6 Chore: change to typescript (JPeer264)
- f4a7fb0 Chore: update rcs-core to 3.0.1 (JPeer264)
3.2.8 - February, 13 2020
- 36cb329 Chore: update rcs-core (JPeer264)
3.2.5 - August, 01 2019
- 5f6bf01 Test: add testcase for #43 (JPeer264)
- 50388ff Chore: update rcs-core to 2.6.2 (JPeer264)
3.2.4 - July, 23 2019
- 912f491 Chore: update rcs-core (JPeer264)
3.2.3 - June, 22 2019
- 13610be Fix: process fill html for sync variant (JPeer264)
3.2.2 - June, 22 2019
- 10b644a Fix: fill library from html files (#41) (Jan Peer Stöcklmair)
- 3a28005 Fix: forgot to pass ignoreCssVariables options (closes #39) (#40) (Jan Peer Stöcklmair)
3.2.1 - May, 10 2019
- ce44c98 Chore: seems like something went wrong with the rcs-core release (JPeer264)
3.2.0 - May, 10 2019
- 0b52450 Feat: css variables support / update rcs-core (closes #37) (JPeer264)
3.1.4 - February, 06 2019
- 4c02258 Chore: update rcs-core (JPeer264)
3.1.3 - December, 23 2018
- 7a16dbb Chore: update rcs-core to 2.4.3 (JPeer264)
3.1.2 - December, 16 2018
- fbb35f2 Chore: update rcs-core (JPeer264)
- abaf6d4 Docs: show how to include rcsrc (#33) (Jan Peer Stöcklmair)
3.1.1 - September, 01 2018
- c05c023 Chore: update rcs-core to 2.4.1 (JPeer264)
3.1.0 - August, 28 2018
- 368693c Feat: rcs.process.pug (closes #22) (#29) (Jan Peer Stöcklmair)
3.0.0 - August, 26 2018
- 10c303b Docs: improve readme (JPeer264)
- 6c5eb44 Test: add tests for html (closes #21) (#28) (Jan Peer Stöcklmair)
- ec8f026 Fix: rename if path is Array and includes just one element (closes #19) (#27) (Jan Peer Stöcklmair)
- d05ba8b Feat: refactor process (#26) (Jan Peer Stöcklmair)
- e0e728e Style: other way of exporting (JPeer264)
- 8e7001f Docs: update to new docs structure (closes #17) (#24) (Jan Peer Stöcklmair)
- 6625141 Feat: add promise functionality (#25) (Jan Peer Stöcklmair)
- f241fd0 Style: consistent code (JPeer264)
- ed9eb26 Test: mocha to ava (#23) (Jan Peer Stöcklmair)
2.0.0 - June, 18 2018
- b9a751d Feat: update rcs-core and add parserOptions in processJs (closes #16) (JPeer264)
- 448747a Style: remove eslint warnings (JPeer264)
- 465aab5 Chore: remove Node 4 support, add v8 and v10 (JPeer264)
- 569dae2 Style: eslint fix (JPeer264)
- f1e5e56 Feat: update to rcs-core@2.0.1 (JPeer264)
1.3.5 - April, 26 2018
- 691303b Chore: update to rcs-core@1.0.5 (JPeer264)
1.3.4 - February, 11 2018
- adb9f09 Chore: update rcs-core to 1.0.4 (closes #14) (#15) (Jan Peer Stöcklmair)
1.3.3 - February, 09 2018
- 6c9b922 Chore: update rcs-core to 1.0.3 (#13) (Jan Peer Stöcklmair)
- 857d458 1.3.2 (JPeer264)
- e5cbea5 Chore: update to newest rcs-core (JPeer264)
- 91f64a2 Style: fix eslint errors (JPeer264)
- e9805bc Chore: add eslint to workflow (JPeer264)