Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Latest commit

 

History

History
98 lines (51 loc) · 3.61 KB

CHANGELOG.md

File metadata and controls

98 lines (51 loc) · 3.61 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.1.4 (2021-01-30)

Bug Fixes

2.1.3 (2021-01-29)

Bug Fixes

  • bump shortercss version (84f5beb)

2.1.2 (2021-01-29)

2.1.1 (2021-01-29)

Bug Fixes

2.1.0 (2021-01-29)

Features

Bug Fixes

2.0.0 (2021-01-29)

⚠ BREAKING CHANGES

  • delete redundat ts from shortercss- now its an distinct project with shortercss as a dependency

Features

  • delete redundat ts from gulp-shortercss - now its an distinct project with gulp-shortercss as a dependency (1d136a6)

Bug Fixes

0.4.1 (2021-01-28)

Bug Fixes

  • 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)

⚠ BREAKING CHANGES

  • change Regex expressions in src/utils/expression.ts

Features

  • change Regex expressions in src/utils/expression.ts (9927d4e)

Bug Fixes

  • update LICENSE and README (f4695f1)

0.3.1 (2021-01-27)

⚠ BREAKING CHANGES

  • remove ./src/utils/processor-utils.ts as its no longer necessary

Features

  • load config from file c145860
  • remove ./src/utils/processor-utils.ts as its no longer necessary

0.3.0:

  • 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

0.2.0:

  • added eslint and typescript
  • complete rewrite to typescript
  • simplified the project
  • changed regexs in expressions: removed JQuery methods;