UNPKG

@chariz/postcss-clean

Version:

PostCSS plugin to minify CSS with clean-css

159 lines (88 loc) 10.4 kB
<a name="1.2.2"></a> ## [1.2.2](https://github.com/leodido/postcss-clean/compare/v1.2.1...v1.2.2) (2021-02-07) ### Build * Refinements to the coverage npm script ([56650c894c4938b8c4b1a6eb2e1e212a6b2feab0](https://github.com/leodido/postcss-clean/commit/56650c894c4938b8c4b1a6eb2e1e212a6b2feab0)) ### CI * Remove TravisCI ([d5536b5c343aed7f7ba9f89f936ec5172f32d7fe](https://github.com/leodido/postcss-clean/commit/d5536b5c343aed7f7ba9f89f936ec5172f32d7fe)) * Setup GitHub Actions ([a65c975930fab0b0dae12b4431092b574dbd2ac8](https://github.com/leodido/postcss-clean/commit/a65c975930fab0b0dae12b4431092b574dbd2ac8)) ### Docs * Github Actions badge ([720324e8f6987cca83f2607aac7a3133b056a43b](https://github.com/leodido/postcss-clean/commit/720324e8f6987cca83f2607aac7a3133b056a43b)) ### Update * Test disabling tidySelector option ([0cb1badab167447f96ce30fc94626e08c892f7ba](https://github.com/leodido/postcss-clean/commit/0cb1badab167447f96ce30fc94626e08c892f7ba)) ### Upgrade * Bump clean-css from 4.1.8 to 4.1.11 ([7d584743172b710c3b8c48cc0e92539123c019c1](https://github.com/leodido/postcss-clean/commit/7d584743172b710c3b8c48cc0e92539123c019c1)) * Bump debug from 2.6.8 to 2.6.9 ([c86face5f3aa84bd3616159123a77a54bc6ca862](https://github.com/leodido/postcss-clean/commit/c86face5f3aa84bd3616159123a77a54bc6ca862)) * Bump extend from 3.0.1 to 3.0.2 ([c7b74f5eccbbb2cae702f7caffcd71b9dba35df2](https://github.com/leodido/postcss-clean/commit/c7b74f5eccbbb2cae702f7caffcd71b9dba35df2)) * Bump lodash.template from 4.4.0 to 4.5.0 ([b5c7a88c3c36f3998f708277da9d0a7df5c3e1bc](https://github.com/leodido/postcss-clean/commit/b5c7a88c3c36f3998f708277da9d0a7df5c3e1bc)) * Bump sshpk from 1.13.0 to 1.16.1 ([6485b976aa7ad581d4a3d196c11418bf5b53a67c](https://github.com/leodido/postcss-clean/commit/6485b976aa7ad581d4a3d196c11418bf5b53a67c)) * Bump stringstream from 0.0.5 to 0.0.6 ([635b75d0d552f8daca2ae4f07d9e1523791522d7](https://github.com/leodido/postcss-clean/commit/635b75d0d552f8daca2ae4f07d9e1523791522d7)) * Bump tar from 2.2.1 to 2.2.2 ([5d106da94193ac76452b92531873f5847e90bd86](https://github.com/leodido/postcss-clean/commit/5d106da94193ac76452b92531873f5847e90bd86)) <a name="1.2.1"></a> ## [1.2.1](https://github.com/leodido/postcss-clean/compare/v1.1.0...v1.2.1) (2021-01-22) ### CI * Do not consider the develop branch when releasing ([be9fac675cd44688f715c785083d876568fd63c3](https://github.com/leodido/postcss-clean/commit/be9fac675cd44688f715c785083d876568fd63c3)) * Upgrade node versions into TravisCI YAML file ([9f01583ccfbf180d6f852f08e806401ea7e8d8d6](https://github.com/leodido/postcss-clean/commit/9f01583ccfbf180d6f852f08e806401ea7e8d8d6)) ### New * Version v1.2.1 ([20412d284eab74277b2826c110586489d28bfefb](https://github.com/leodido/postcss-clean/commit/20412d284eab74277b2826c110586489d28bfefb)) ### Upgrade * Bump handlebars from 4.0.10 to 4.7.6 ([ed39c7b69fb1adb316f29b86d327e8e2ce58f9c5](https://github.com/leodido/postcss-clean/commit/ed39c7b69fb1adb316f29b86d327e8e2ce58f9c5)) * Bump ini from 1.3.4 to 1.3.8 ([20413ba38f575ad27de922184acbd55c38116dce](https://github.com/leodido/postcss-clean/commit/20413ba38f575ad27de922184acbd55c38116dce)) * Bump is-my-json-valid from 2.16.0 to 2.20.5 ([9fb6dceaf3f821d94a30dcb198173a1390618486](https://github.com/leodido/postcss-clean/commit/9fb6dceaf3f821d94a30dcb198173a1390618486)) * Bump lodash from 4.17.4 to 4.17.20 ([af9a1a66d8ce9e1bc9e7d302d2628be53f418d6a](https://github.com/leodido/postcss-clean/commit/af9a1a66d8ce9e1bc9e7d302d2628be53f418d6a)) <a name="1.1.0"></a> # [1.1.0](https://github.com/leodido/postcss-clean/compare/v1.0.4...v1.1.0) (2017-09-15) ### New * Version 1.1.0 ([ff57ebc64098c769ecdc05fc83044aa652e91a71](https://github.com/leodido/postcss-clean/commit/ff57ebc64098c769ecdc05fc83044aa652e91a71)) ### Upgrade * Dependencies upgraded to support clean-css versions >=4.0.0 and <5.0.0 ([f526ae72b3e90a2a1557c083708ccd03a8bf5506](https://github.com/leodido/postcss-clean/commit/f526ae72b3e90a2a1557c083708ccd03a8bf5506)), closes [#26](https://github.com/leodido/postcss-clean/issues/26) * Dependencies upgraded to support postcss versions >=6.0.0 and <7.0.0 ([0ecf2666296a09081c24df04f2c594f01f6c9915](https://github.com/leodido/postcss-clean/commit/0ecf2666296a09081c24df04f2c594f01f6c9915)) <a name="1.0.4"></a> ## [1.0.4](https://github.com/leodido/postcss-clean/compare/v1.0.3...v1.0.4) (2017-09-15) ### New * Version 1.0.4 ([8464145df4e15a334f10d6a7ed8ab53058c67b87](https://github.com/leodido/postcss-clean/commit/8464145df4e15a334f10d6a7ed8ab53058c67b87)) ### Upgrade * Dependencies lock file ([8fa0aed770f4923f2cfea9e18735742c9041a0b0](https://github.com/leodido/postcss-clean/commit/8fa0aed770f4923f2cfea9e18735742c9041a0b0)) * Use caret ranges for broader dependency matching ([5e9b76128a9171d5e8a2cbdddbd30bcdf8dc74dd](https://github.com/leodido/postcss-clean/commit/5e9b76128a9171d5e8a2cbdddbd30bcdf8dc74dd)) <a name="1.0.3"></a> ## [1.0.3](https://github.com/leodido/postcss-clean/compare/v1.0.2...v1.0.3) (2017-07-06) ### Build * Also node 7 in the test matrix ([cd67df681de261bfaaf01e500062da861be459c1](https://github.com/leodido/postcss-clean/commit/cd67df681de261bfaaf01e500062da861be459c1)) * Automation of releasing process ([fc20365dbea58d543d57bc61dd7b40668313083e](https://github.com/leodido/postcss-clean/commit/fc20365dbea58d543d57bc61dd7b40668313083e)) * Dependency constraints relaxed ([75bc817330f414e46e5aa8a9ee06956d596b1368](https://github.com/leodido/postcss-clean/commit/75bc817330f414e46e5aa8a9ee06956d596b1368)) * Destructuring within the configuration file not possible for node <= 5 ([1e4765f1c3157e34edf93b328c5adfb8d039cd33](https://github.com/leodido/postcss-clean/commit/1e4765f1c3157e34edf93b328c5adfb8d039cd33)) * Switch to Buble ([b459d2959973f02ec14047c286fe0bcaf4d7ed49](https://github.com/leodido/postcss-clean/commit/b459d2959973f02ec14047c286fe0bcaf4d7ed49)) ### Docs * Coverage badge ([cc8c954f20019f563f19cad05a94bdf67a2f3ada](https://github.com/leodido/postcss-clean/commit/cc8c954f20019f563f19cad05a94bdf67a2f3ada)) * Monthly downloads badge ([3b9514f10e03572101d63dee292cb6ed4126dc13](https://github.com/leodido/postcss-clean/commit/3b9514f10e03572101d63dee292cb6ed4126dc13)) ### Fix * Now using the "module" field to point to the ES module ([a0870fdbee292f2bd1064b2a9d723faa6384aae8](https://github.com/leodido/postcss-clean/commit/a0870fdbee292f2bd1064b2a9d723faa6384aae8)) ### New * Release 1.0.3 ([abbcbd3ea544051eb4925d099e4dc58dbedbe88b](https://github.com/leodido/postcss-clean/commit/abbcbd3ea544051eb4925d099e4dc58dbedbe88b)) ### Update * Changelog ([274fda1de277dd5e2356ed8aaefb97dabf540847](https://github.com/leodido/postcss-clean/commit/274fda1de277dd5e2356ed8aaefb97dabf540847)) * Node 5 ([862d66d412cd86eccf70ebb6a3c7092500e34cf4](https://github.com/leodido/postcss-clean/commit/862d66d412cd86eccf70ebb6a3c7092500e34cf4)) * Support node 6 ([233bb35f8f89c54b30f24c0d7c2d9fa6a1b28689](https://github.com/leodido/postcss-clean/commit/233bb35f8f89c54b30f24c0d7c2d9fa6a1b28689)) * Test suite ([c278d39122732829a1c1925037486c0f67ea54fe](https://github.com/leodido/postcss-clean/commit/c278d39122732829a1c1925037486c0f67ea54fe)) ### Upgrade * Buble rather than Babel, plus new AVA ([5531704f41635da38fcf3996cb06379523b8dac6](https://github.com/leodido/postcss-clean/commit/5531704f41635da38fcf3996cb06379523b8dac6)) * Deprecating node 0.12 ([93f8efd6f8a041caad36c1e22b2c112e7caeddcd](https://github.com/leodido/postcss-clean/commit/93f8efd6f8a041caad36c1e22b2c112e7caeddcd)) * Minimum node version is now 4 ([8a0ebe4bb3ccbf2589b5f6cacf656da01a649792](https://github.com/leodido/postcss-clean/commit/8a0ebe4bb3ccbf2589b5f6cacf656da01a649792)) * No need to have a dependency to parse the package JSON ([fd08bff6254e201b4d088bdfcb0d44d8cad856ad](https://github.com/leodido/postcss-clean/commit/fd08bff6254e201b4d088bdfcb0d44d8cad856ad)) ### WIP * Prepare release 1.0.2 ([2a84fa166c8f59ca72dc354e4cb0adf1bbd36110](https://github.com/leodido/postcss-clean/commit/2a84fa166c8f59ca72dc354e4cb0adf1bbd36110)) <a name="1.0.1"></a> ## [1.0.1](https://github.com/leodido/postcss-clean/compare/v1.0.0...v1.0.1) (2016-04-19) ### Build * Improvements ([bc6d2414a3208dde865086309a565a3f88ddf79e](https://github.com/leodido/postcss-clean/commit/bc6d2414a3208dde865086309a565a3f88ddf79e)), closes [#3](https://github.com/leodido/postcss-clean/issues/3) [#4](https://github.com/leodido/postcss-clean/issues/4) [#6](https://github.com/leodido/postcss-clean/issues/6) * Node 0.12.x support ([297cd0e23efb3bc3ce3befd3e3c3e43a497052cc](https://github.com/leodido/postcss-clean/commit/297cd0e23efb3bc3ce3befd3e3c3e43a497052cc)), closes [#8](https://github.com/leodido/postcss-clean/issues/8) * Send text lcov to coveralls ([68de5f2f00d8113ae36e97e2aebd7b7388488ff0](https://github.com/leodido/postcss-clean/commit/68de5f2f00d8113ae36e97e2aebd7b7388488ff0)), closes [#9](https://github.com/leodido/postcss-clean/issues/9) ### Fix * Field jsnext:main ([629439f152523bc342a2210fcd0e809929eba65a](https://github.com/leodido/postcss-clean/commit/629439f152523bc342a2210fcd0e809929eba65a)) * Temporarily frozen eslint dependency ([9993b0a034cb5e979a1364d1384673e46e13cdf3](https://github.com/leodido/postcss-clean/commit/9993b0a034cb5e979a1364d1384673e46e13cdf3)) ### New * Automate changelog generation ([c504c5b051034be88391639d49061dad1952245e](https://github.com/leodido/postcss-clean/commit/c504c5b051034be88391639d49061dad1952245e)), closes [#5](https://github.com/leodido/postcss-clean/issues/5) * Code coverage plus coveralls integration ([8c9993d8e5f7cdc86986d593df5049a6a236ac6f](https://github.com/leodido/postcss-clean/commit/8c9993d8e5f7cdc86986d593df5049a6a236ac6f)), closes [#7](https://github.com/leodido/postcss-clean/issues/7) ### Update * Git dotfiles ([3d7d0e629f920c64907c05deedfedbc30071fa2f](https://github.com/leodido/postcss-clean/commit/3d7d0e629f920c64907c05deedfedbc30071fa2f)) * Temporarily removing jsnext:main field ([a753ceabfc7ede6466c75172676a86019410c2c0](https://github.com/leodido/postcss-clean/commit/a753ceabfc7ede6466c75172676a86019410c2c0)) * Use shortcut into package.json scripts section ([562e36bf63ff272efe4d18e02e70b0a0294c8298](https://github.com/leodido/postcss-clean/commit/562e36bf63ff272efe4d18e02e70b0a0294c8298))