All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.1.4 (2021-01-30)
- package.json (0176e5a)
2.1.3 (2021-01-29)
- bump shortercss version (84f5beb)
2.1.2 (2021-01-29)
2.1.1 (2021-01-29)
- names (1619353)
2.1.0 (2021-01-29)
- rename to ShorterCSS (30ed999)
2.0.0 (2021-01-29)
- delete redundat ts from shortercss- now its an distinct project with shortercss as a dependency
- delete redundat ts from gulp-shortercss - now its an distinct project with gulp-shortercss as a dependency (1d136a6)
- 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;