|  | 
| 1 | 1 | # Change Log | 
|  | 2 | + | 
| 2 | 3 | All notable changes to this project will be documented in this file. | 
| 3 | 4 | This project adheres to [Semantic Versioning](http://semver.org/). | 
| 4 | 5 | 
 | 
| 5 | 6 | ## [3.0.3] - 2020-07-25 | 
|  | 7 | + | 
| 6 | 8 | ### Fixed | 
|  | 9 | + | 
| 7 | 10 | - treat `:import` and `:export` statements as pure | 
| 8 | 11 | 
 | 
| 9 | 12 | ## [3.0.2] - 2019-06-05 | 
|  | 13 | + | 
| 10 | 14 | ### Fixed | 
|  | 15 | + | 
| 11 | 16 | - better handle invalid syntax | 
| 12 | 17 | 
 | 
| 13 | 18 | ## [3.0.1] - 2019-05-16 | 
|  | 19 | + | 
| 14 | 20 | ### Fixed | 
|  | 21 | + | 
| 15 | 22 | - adds safety check before accessing "rule parent" | 
| 16 | 23 | 
 | 
| 17 | 24 | ## [3.0.0] - 2019-05-07 | 
|  | 25 | + | 
| 18 | 26 | ### Features | 
| 19 |  | -- don't localize imported values in selectors  | 
|  | 27 | + | 
|  | 28 | +- don't localize imported values in selectors | 
|  | 29 | + | 
| 20 | 30 | ### Changes | 
| 21 |  | -- don't localize imported values in selectors  | 
|  | 31 | + | 
|  | 32 | +- don't localize imported values in selectors | 
| 22 | 33 | 
 | 
| 23 | 34 | ## [2.0.6] - 2019-03-05 | 
|  | 35 | + | 
| 24 | 36 | ### Fixed | 
|  | 37 | + | 
| 25 | 38 | - handles properly selector with escaping characters (like: `.\31 a2b3c { color: red }`) | 
| 26 | 39 | 
 | 
| 27 | 40 | ## [2.0.5] - 2019-02-06 | 
|  | 41 | + | 
| 28 | 42 | ### Fixed | 
|  | 43 | + | 
| 29 | 44 | - Path to `index.js` | 
| 30 | 45 | 
 | 
| 31 | 46 | ## [2.0.4] - 2019-01-04 | 
|  | 47 | + | 
| 32 | 48 | ### Fixed | 
|  | 49 | + | 
| 33 | 50 | - Inappropriate modification of `steps` function arguments | 
| 34 | 51 | 
 | 
| 35 | 52 | ## [2.0.3] - 2018-12-21 | 
|  | 53 | + | 
| 36 | 54 | ### Fixed | 
|  | 55 | + | 
| 37 | 56 | - Don't modify inappropriate animation keywords | 
| 38 | 57 | 
 | 
| 39 | 58 | ## [2.0.2] - 2018-12-05 | 
|  | 59 | + | 
| 40 | 60 | ### Fixed | 
|  | 61 | + | 
| 41 | 62 | - Don't break unicode characters. | 
| 42 | 63 | 
 | 
| 43 | 64 | ## [2.0.1] - 2018-11-23 | 
|  | 65 | + | 
| 44 | 66 | ### Fixed | 
|  | 67 | + | 
| 45 | 68 | - Handle uppercase `keyframes` at rule. | 
| 46 | 69 | 
 | 
| 47 | 70 | ## [2.0.0] - 2018-11-23 | 
|  | 71 | + | 
| 48 | 72 | ### Changed | 
|  | 73 | + | 
| 49 | 74 | - Drop support `nodejs@4`. | 
| 50 | 75 | - Update `postcss` version to `7`. | 
| 51 | 76 | 
 | 
| 52 | 77 | ## [0.0.11] - 2015-07-19 | 
|  | 78 | + | 
| 53 | 79 | ### Fixed | 
|  | 80 | + | 
| 54 | 81 | - Localisation of animation properties. | 
| 55 | 82 | 
 | 
| 56 | 83 | ## [0.0.10] - 2015-06-17 | 
|  | 84 | + | 
| 57 | 85 | ### Added | 
|  | 86 | + | 
| 58 | 87 | - Localised at-rules. | 
| 59 | 88 | 
 | 
| 60 | 89 | ## [0.0.9] - 2015-06-12 | 
|  | 90 | + | 
| 61 | 91 | ### Changed | 
|  | 92 | + | 
| 62 | 93 | - Using global selectors outside of a global context no longer triggers warnings. Instead, this functionality will be provided by a CSS Modules linter. | 
| 63 | 94 | 
 | 
| 64 | 95 | ### Fixed | 
|  | 96 | + | 
| 65 | 97 | - Keyframe rules. | 
| 66 | 98 | 
 | 
| 67 | 99 | ## [0.0.8] - 2015-06-11 | 
|  | 100 | + | 
| 68 | 101 | ### Added | 
|  | 102 | + | 
| 69 | 103 | - Pure mode where only local scope is allowed. | 
| 70 | 104 | 
 | 
| 71 | 105 | ### Changed | 
|  | 106 | + | 
| 72 | 107 | - Using global selectors outside of a global context now triggers warnings. | 
| 73 | 108 | 
 | 
| 74 | 109 | ## [0.0.7] - 2015-05-30 | 
|  | 110 | + | 
| 75 | 111 | ### Changed | 
|  | 112 | + | 
| 76 | 113 | - Migrated to `css-selector-tokenizer`. | 
| 77 | 114 | 
 | 
| 78 | 115 | ## [0.0.6] - 2015-05-28 | 
|  | 116 | + | 
| 79 | 117 | ### Changed | 
|  | 118 | + | 
| 80 | 119 | - Renamed project to `postcss-modules-local-by-default`. | 
| 81 | 120 | 
 | 
| 82 | 121 | ## [0.0.5] - 2015-05-22 | 
|  | 122 | + | 
| 83 | 123 | ### Added | 
|  | 124 | + | 
| 84 | 125 | - 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). | 
| 85 | 126 | 
 | 
| 86 | 127 | ## [0.0.4] - 2015-05-22 | 
|  | 128 | + | 
| 87 | 129 | ### Changed | 
|  | 130 | + | 
| 88 | 131 | - Hide global leak detection behind undocumented `lint` option until it's more robust. | 
| 89 | 132 | 
 | 
| 90 | 133 | ## [0.0.3] - 2015-05-22 | 
|  | 134 | + | 
| 91 | 135 | ### Changed | 
|  | 136 | + | 
| 92 | 137 | - Transformer output now uses the new `:local(.identifier)` syntax. | 
| 93 | 138 | 
 | 
| 94 | 139 | ### Added | 
|  | 140 | + | 
| 95 | 141 | - Simple global leak detection. Non-local selectors like `input{}` and `[data-foobar]` now throw when not marked as global. | 
| 96 | 142 | 
 | 
| 97 | 143 | ## [0.0.2] - 2015-05-14 | 
|  | 144 | + | 
| 98 | 145 | ### Added | 
|  | 146 | + | 
| 99 | 147 | - Support for global selectors appended directly to locals, e.g. `.foo:global(.bar)` | 
| 100 | 148 | 
 | 
| 101 | 149 | ## 0.0.1 - 2015-05-12 | 
|  | 150 | + | 
| 102 | 151 | ### Added | 
|  | 152 | + | 
| 103 | 153 | - Automatic local classes | 
| 104 | 154 | - Explicit global selectors with `:global` | 
| 105 | 155 | 
 | 
| 106 | 156 | [unreleased]: https://github.com/postcss-modules-local-by-default/compare/v0.0.10...HEAD | 
| 107 |  | -[0.0.2]:      https://github.com/postcss-modules-local-by-default/compare/v0.0.1...v0.0.2 | 
| 108 |  | -[0.0.3]:      https://github.com/postcss-modules-local-by-default/compare/v0.0.2...v0.0.3 | 
| 109 |  | -[0.0.4]:      https://github.com/postcss-modules-local-by-default/compare/v0.0.3...v0.0.4 | 
| 110 |  | -[0.0.5]:      https://github.com/postcss-modules-local-by-default/compare/v0.0.4...v0.0.5 | 
| 111 |  | -[0.0.6]:      https://github.com/postcss-modules-local-by-default/compare/v0.0.5...v0.0.6 | 
| 112 |  | -[0.0.7]:      https://github.com/postcss-modules-local-by-default/compare/v0.0.6...v0.0.7 | 
| 113 |  | -[0.0.8]:      https://github.com/postcss-modules-local-by-default/compare/v0.0.7...v0.0.8 | 
| 114 |  | -[0.0.9]:      https://github.com/postcss-modules-local-by-default/compare/v0.0.8...v0.0.9 | 
| 115 |  | -[0.0.10]:      https://github.com/postcss-modules-local-by-default/compare/v0.0.9...v0.0.10 | 
| 116 |  | -[0.0.11]:      https://github.com/postcss-modules-local-by-default/compare/v0.0.10...v0.0.11 | 
| 117 |  | -[2.0.0]:      https://github.com/postcss-modules-local-by-default/compare/v1.3.1...v2.0.0 | 
| 118 |  | -[2.0.1]:      https://github.com/postcss-modules-local-by-default/compare/v2.0.0...v2.0.1 | 
|  | 157 | +[0.0.2]: https://github.com/postcss-modules-local-by-default/compare/v0.0.1...v0.0.2 | 
|  | 158 | +[0.0.3]: https://github.com/postcss-modules-local-by-default/compare/v0.0.2...v0.0.3 | 
|  | 159 | +[0.0.4]: https://github.com/postcss-modules-local-by-default/compare/v0.0.3...v0.0.4 | 
|  | 160 | +[0.0.5]: https://github.com/postcss-modules-local-by-default/compare/v0.0.4...v0.0.5 | 
|  | 161 | +[0.0.6]: https://github.com/postcss-modules-local-by-default/compare/v0.0.5...v0.0.6 | 
|  | 162 | +[0.0.7]: https://github.com/postcss-modules-local-by-default/compare/v0.0.6...v0.0.7 | 
|  | 163 | +[0.0.8]: https://github.com/postcss-modules-local-by-default/compare/v0.0.7...v0.0.8 | 
|  | 164 | +[0.0.9]: https://github.com/postcss-modules-local-by-default/compare/v0.0.8...v0.0.9 | 
|  | 165 | +[0.0.10]: https://github.com/postcss-modules-local-by-default/compare/v0.0.9...v0.0.10 | 
|  | 166 | +[0.0.11]: https://github.com/postcss-modules-local-by-default/compare/v0.0.10...v0.0.11 | 
|  | 167 | +[2.0.0]: https://github.com/postcss-modules-local-by-default/compare/v1.3.1...v2.0.0 | 
|  | 168 | +[2.0.1]: https://github.com/postcss-modules-local-by-default/compare/v2.0.0...v2.0.1 | 
0 commit comments