From 4934a8989b37b18c0197fe3585b6666f392092bc Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Tue, 22 Sep 2020 14:41:43 +0300 Subject: [PATCH] docs: changelog --- CHANGELOG.md | 60 ++++++++++++++++++++-------------------------------- 1 file changed, 23 insertions(+), 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f69f3e3..0a9d276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [4.0.0-rc.1] - 2020-09-22 +## [4.0.0-rc.1](https://github.com/postcss-modules-local-by-default/compare/v4.0.0-rc.0...v4.0.0-rc.1) - 2020-09-22 ### BREAKING CHANGE - update `icss-utils` for PostCSS 8 compatibility -## [4.0.0-rc.0] - 2020-09-18 +## [4.0.0-rc.0](https://github.com/postcss-modules-local-by-default/compare/v3.0.3...4.0.0-rc.0) - 2020-09-18 ### BREAKING CHANGE @@ -17,25 +17,25 @@ This project adheres to [Semantic Versioning](http://semver.org/). - minimum supported `postcss` version is `^8.0.3` - `postcss` was moved to `peerDependencies`, you need to install `postcss` in your project before use the plugin -## [3.0.3] - 2020-07-25 +## [3.0.3](https://github.com/postcss-modules-local-by-default/compare/v3.0.2...v3.0.3) - 2020-07-25 ### Fixed - treat `:import` and `:export` statements as pure -## [3.0.2] - 2019-06-05 +## [3.0.2](https://github.com/postcss-modules-local-by-default/compare/v3.0.1...v3.0.2) - 2019-06-05 ### Fixed - better handle invalid syntax -## [3.0.1] - 2019-05-16 +## [3.0.1](https://github.com/postcss-modules-local-by-default/compare/v3.0.0...v3.0.1) - 2019-05-16 ### Fixed - adds safety check before accessing "rule parent" -## [3.0.0] - 2019-05-07 +## [3.0.0](https://github.com/postcss-modules-local-by-default/compare/v2.0.6...v3.0.0) - 2019-05-07 ### Features @@ -45,62 +45,62 @@ This project adheres to [Semantic Versioning](http://semver.org/). - don't localize imported values in selectors -## [2.0.6] - 2019-03-05 +## [2.0.6](https://github.com/postcss-modules-local-by-default/compare/v2.0.5...v2.0.6) - 2019-03-05 ### Fixed - handles properly selector with escaping characters (like: `.\31 a2b3c { color: red }`) -## [2.0.5] - 2019-02-06 +## [2.0.5](https://github.com/postcss-modules-local-by-default/compare/v2.0.4...v2.0.5) - 2019-02-06 ### Fixed - Path to `index.js` -## [2.0.4] - 2019-01-04 +## [2.0.4](https://github.com/postcss-modules-local-by-default/compare/v2.0.3...v2.0.4) - 2019-01-04 ### Fixed - Inappropriate modification of `steps` function arguments -## [2.0.3] - 2018-12-21 +## [2.0.3](https://github.com/postcss-modules-local-by-default/compare/v2.0.2...v2.0.3) - 2018-12-21 ### Fixed - Don't modify inappropriate animation keywords -## [2.0.2] - 2018-12-05 +## [2.0.2](https://github.com/postcss-modules-local-by-default/compare/v2.0.1...v2.0.2) - 2018-12-05 ### Fixed - Don't break unicode characters. -## [2.0.1] - 2018-11-23 +## [2.0.1](https://github.com/postcss-modules-local-by-default/compare/v2.0.0...v2.0.1) - 2018-11-23 ### Fixed - Handle uppercase `keyframes` at rule. -## [2.0.0] - 2018-11-23 +## [2.0.0](https://github.com/postcss-modules-local-by-default/compare/v1.3.1...v2.0.0) - 2018-11-23 ### Changed - Drop support `nodejs@4`. - Update `postcss` version to `7`. -## [0.0.11] - 2015-07-19 +## [0.0.11](https://github.com/postcss-modules-local-by-default/compare/v0.0.10...v0.0.11) - 2015-07-19 ### Fixed - Localisation of animation properties. -## [0.0.10] - 2015-06-17 +## [0.0.10](https://github.com/postcss-modules-local-by-default/compare/v0.0.9...v0.0.10) - 2015-06-17 ### Added - Localised at-rules. -## [0.0.9] - 2015-06-12 +## [0.0.9](https://github.com/postcss-modules-local-by-default/compare/v0.0.8...v0.0.9) - 2015-06-12 ### Changed @@ -110,7 +110,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Keyframe rules. -## [0.0.8] - 2015-06-11 +## [0.0.8](https://github.com/postcss-modules-local-by-default/compare/v0.0.7...v0.0.8) - 2015-06-11 ### Added @@ -120,31 +120,31 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Using global selectors outside of a global context now triggers warnings. -## [0.0.7] - 2015-05-30 +## [0.0.7](https://github.com/postcss-modules-local-by-default/compare/v0.0.6...v0.0.7) - 2015-05-30 ### Changed - Migrated to `css-selector-tokenizer`. -## [0.0.6] - 2015-05-28 +## [0.0.6](https://github.com/postcss-modules-local-by-default/compare/v0.0.5...v0.0.6) - 2015-05-28 ### Changed - Renamed project to `postcss-modules-local-by-default`. -## [0.0.5] - 2015-05-22 +## [0.0.5](https://github.com/postcss-modules-local-by-default/compare/v0.0.4...v0.0.5) - 2015-05-22 ### Added - Support for css-loader [inheritance](https://github.com/webpack/css-loader#inheriting) and [local imports](https://github.com/webpack/css-loader#importing-local-class-names). -## [0.0.4] - 2015-05-22 +## [0.0.4](https://github.com/postcss-modules-local-by-default/compare/v0.0.3...v0.0.4) - 2015-05-22 ### Changed - Hide global leak detection behind undocumented `lint` option until it's more robust. -## [0.0.3] - 2015-05-22 +## [0.0.3](https://github.com/postcss-modules-local-by-default/compare/v0.0.2...v0.0.3) - 2015-05-22 ### Changed @@ -154,7 +154,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Simple global leak detection. Non-local selectors like `input{}` and `[data-foobar]` now throw when not marked as global. -## [0.0.2] - 2015-05-14 +## [0.0.2](https://github.com/postcss-modules-local-by-default/compare/v0.0.1...v0.0.2) - 2015-05-14 ### Added @@ -166,17 +166,3 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Automatic local classes - Explicit global selectors with `:global` - -[unreleased]: https://github.com/postcss-modules-local-by-default/compare/v0.0.10...HEAD -[0.0.2]: https://github.com/postcss-modules-local-by-default/compare/v0.0.1...v0.0.2 -[0.0.3]: https://github.com/postcss-modules-local-by-default/compare/v0.0.2...v0.0.3 -[0.0.4]: https://github.com/postcss-modules-local-by-default/compare/v0.0.3...v0.0.4 -[0.0.5]: https://github.com/postcss-modules-local-by-default/compare/v0.0.4...v0.0.5 -[0.0.6]: https://github.com/postcss-modules-local-by-default/compare/v0.0.5...v0.0.6 -[0.0.7]: https://github.com/postcss-modules-local-by-default/compare/v0.0.6...v0.0.7 -[0.0.8]: https://github.com/postcss-modules-local-by-default/compare/v0.0.7...v0.0.8 -[0.0.9]: https://github.com/postcss-modules-local-by-default/compare/v0.0.8...v0.0.9 -[0.0.10]: https://github.com/postcss-modules-local-by-default/compare/v0.0.9...v0.0.10 -[0.0.11]: https://github.com/postcss-modules-local-by-default/compare/v0.0.10...v0.0.11 -[2.0.0]: https://github.com/postcss-modules-local-by-default/compare/v1.3.1...v2.0.0 -[2.0.1]: https://github.com/postcss-modules-local-by-default/compare/v2.0.0...v2.0.1