All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.1.2 (2021-01-29)
- rebuild (9f2ca27)
2.1.1 (2021-01-29)
2.1.0 (2021-01-29)
- rename to ShorterCSS (fbe75d1)
- paths to the config file (4b19453)
- README update (a0cc1bc)
- README update (56a9533)
- README update (9d2f047)
2.0.0 (2021-01-29)
- change typescript target to ES6
- change typescript target to ES6 (4192917)
1.5.0 (2021-01-29)
0.5.1 (2021-01-29)
0.5.0 (2021-01-29)
- split the project into to units: css-terser (the base) & gulp-css-terser (a gulp plugin)
- split the project into to units: css-terser (the base) & gulp-css-terser (a gulp plugin) (f67c8b2)
- package.json update (afd9fd2)
0.4.1 (2021-01-28)
- add types in the index.d.ts file + npmignore and gitignore update (f4f151c)
- README typos (8f043cb)
- README typos + broken links (e9eb577)
0.4.0 (2021-01-28)
- change Regex expressions in src/utils/expression.ts
- change Regex expressions in src/utils/expression.ts (9927d4e)
- update LICENSE and README (f4695f1)
- remove ./src/utils/processor-utils.ts as its no longer necessary
- load config from file c145860
- remove ./src/utils/processor-utils.ts as its no longer necessary
- improved the html processor: now it can run through internal js and css
- improved the jsStrings processor: now it can run through querySelector and querySelectorAll methods + it adds selectors to the libraries on its own
- added eslint and typescript
- complete rewrite to typescript
- simplified the project
- changed regexs in expressions: removed JQuery methods;