Skip to content

Commit 4934a89

Browse files
docs: changelog
1 parent aa9902f commit 4934a89

File tree

1 file changed

+23
-37
lines changed

1 file changed

+23
-37
lines changed

CHANGELOG.md

+23-37
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,39 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## [4.0.0-rc.1] - 2020-09-22
6+
## [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
77

88
### BREAKING CHANGE
99

1010
- update `icss-utils` for PostCSS 8 compatibility
1111

12-
## [4.0.0-rc.0] - 2020-09-18
12+
## [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
1313

1414
### BREAKING CHANGE
1515

1616
- minimum supported `Node.js` version is `>= 10.13.0 || >= 12.13.0 || >= 14`
1717
- minimum supported `postcss` version is `^8.0.3`
1818
- `postcss` was moved to `peerDependencies`, you need to install `postcss` in your project before use the plugin
1919

20-
## [3.0.3] - 2020-07-25
20+
## [3.0.3](https://github.com/postcss-modules-local-by-default/compare/v3.0.2...v3.0.3) - 2020-07-25
2121

2222
### Fixed
2323

2424
- treat `:import` and `:export` statements as pure
2525

26-
## [3.0.2] - 2019-06-05
26+
## [3.0.2](https://github.com/postcss-modules-local-by-default/compare/v3.0.1...v3.0.2) - 2019-06-05
2727

2828
### Fixed
2929

3030
- better handle invalid syntax
3131

32-
## [3.0.1] - 2019-05-16
32+
## [3.0.1](https://github.com/postcss-modules-local-by-default/compare/v3.0.0...v3.0.1) - 2019-05-16
3333

3434
### Fixed
3535

3636
- adds safety check before accessing "rule parent"
3737

38-
## [3.0.0] - 2019-05-07
38+
## [3.0.0](https://github.com/postcss-modules-local-by-default/compare/v2.0.6...v3.0.0) - 2019-05-07
3939

4040
### Features
4141

@@ -45,62 +45,62 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4545

4646
- don't localize imported values in selectors
4747

48-
## [2.0.6] - 2019-03-05
48+
## [2.0.6](https://github.com/postcss-modules-local-by-default/compare/v2.0.5...v2.0.6) - 2019-03-05
4949

5050
### Fixed
5151

5252
- handles properly selector with escaping characters (like: `.\31 a2b3c { color: red }`)
5353

54-
## [2.0.5] - 2019-02-06
54+
## [2.0.5](https://github.com/postcss-modules-local-by-default/compare/v2.0.4...v2.0.5) - 2019-02-06
5555

5656
### Fixed
5757

5858
- Path to `index.js`
5959

60-
## [2.0.4] - 2019-01-04
60+
## [2.0.4](https://github.com/postcss-modules-local-by-default/compare/v2.0.3...v2.0.4) - 2019-01-04
6161

6262
### Fixed
6363

6464
- Inappropriate modification of `steps` function arguments
6565

66-
## [2.0.3] - 2018-12-21
66+
## [2.0.3](https://github.com/postcss-modules-local-by-default/compare/v2.0.2...v2.0.3) - 2018-12-21
6767

6868
### Fixed
6969

7070
- Don't modify inappropriate animation keywords
7171

72-
## [2.0.2] - 2018-12-05
72+
## [2.0.2](https://github.com/postcss-modules-local-by-default/compare/v2.0.1...v2.0.2) - 2018-12-05
7373

7474
### Fixed
7575

7676
- Don't break unicode characters.
7777

78-
## [2.0.1] - 2018-11-23
78+
## [2.0.1](https://github.com/postcss-modules-local-by-default/compare/v2.0.0...v2.0.1) - 2018-11-23
7979

8080
### Fixed
8181

8282
- Handle uppercase `keyframes` at rule.
8383

84-
## [2.0.0] - 2018-11-23
84+
## [2.0.0](https://github.com/postcss-modules-local-by-default/compare/v1.3.1...v2.0.0) - 2018-11-23
8585

8686
### Changed
8787

8888
- Drop support `nodejs@4`.
8989
- Update `postcss` version to `7`.
9090

91-
## [0.0.11] - 2015-07-19
91+
## [0.0.11](https://github.com/postcss-modules-local-by-default/compare/v0.0.10...v0.0.11) - 2015-07-19
9292

9393
### Fixed
9494

9595
- Localisation of animation properties.
9696

97-
## [0.0.10] - 2015-06-17
97+
## [0.0.10](https://github.com/postcss-modules-local-by-default/compare/v0.0.9...v0.0.10) - 2015-06-17
9898

9999
### Added
100100

101101
- Localised at-rules.
102102

103-
## [0.0.9] - 2015-06-12
103+
## [0.0.9](https://github.com/postcss-modules-local-by-default/compare/v0.0.8...v0.0.9) - 2015-06-12
104104

105105
### Changed
106106

@@ -110,7 +110,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
110110

111111
- Keyframe rules.
112112

113-
## [0.0.8] - 2015-06-11
113+
## [0.0.8](https://github.com/postcss-modules-local-by-default/compare/v0.0.7...v0.0.8) - 2015-06-11
114114

115115
### Added
116116

@@ -120,31 +120,31 @@ This project adheres to [Semantic Versioning](http://semver.org/).
120120

121121
- Using global selectors outside of a global context now triggers warnings.
122122

123-
## [0.0.7] - 2015-05-30
123+
## [0.0.7](https://github.com/postcss-modules-local-by-default/compare/v0.0.6...v0.0.7) - 2015-05-30
124124

125125
### Changed
126126

127127
- Migrated to `css-selector-tokenizer`.
128128

129-
## [0.0.6] - 2015-05-28
129+
## [0.0.6](https://github.com/postcss-modules-local-by-default/compare/v0.0.5...v0.0.6) - 2015-05-28
130130

131131
### Changed
132132

133133
- Renamed project to `postcss-modules-local-by-default`.
134134

135-
## [0.0.5] - 2015-05-22
135+
## [0.0.5](https://github.com/postcss-modules-local-by-default/compare/v0.0.4...v0.0.5) - 2015-05-22
136136

137137
### Added
138138

139139
- 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).
140140

141-
## [0.0.4] - 2015-05-22
141+
## [0.0.4](https://github.com/postcss-modules-local-by-default/compare/v0.0.3...v0.0.4) - 2015-05-22
142142

143143
### Changed
144144

145145
- Hide global leak detection behind undocumented `lint` option until it's more robust.
146146

147-
## [0.0.3] - 2015-05-22
147+
## [0.0.3](https://github.com/postcss-modules-local-by-default/compare/v0.0.2...v0.0.3) - 2015-05-22
148148

149149
### Changed
150150

@@ -154,7 +154,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
154154

155155
- Simple global leak detection. Non-local selectors like `input{}` and `[data-foobar]` now throw when not marked as global.
156156

157-
## [0.0.2] - 2015-05-14
157+
## [0.0.2](https://github.com/postcss-modules-local-by-default/compare/v0.0.1...v0.0.2) - 2015-05-14
158158

159159
### Added
160160

@@ -166,17 +166,3 @@ This project adheres to [Semantic Versioning](http://semver.org/).
166166

167167
- Automatic local classes
168168
- Explicit global selectors with `:global`
169-
170-
[unreleased]: https://github.com/postcss-modules-local-by-default/compare/v0.0.10...HEAD
171-
[0.0.2]: https://github.com/postcss-modules-local-by-default/compare/v0.0.1...v0.0.2
172-
[0.0.3]: https://github.com/postcss-modules-local-by-default/compare/v0.0.2...v0.0.3
173-
[0.0.4]: https://github.com/postcss-modules-local-by-default/compare/v0.0.3...v0.0.4
174-
[0.0.5]: https://github.com/postcss-modules-local-by-default/compare/v0.0.4...v0.0.5
175-
[0.0.6]: https://github.com/postcss-modules-local-by-default/compare/v0.0.5...v0.0.6
176-
[0.0.7]: https://github.com/postcss-modules-local-by-default/compare/v0.0.6...v0.0.7
177-
[0.0.8]: https://github.com/postcss-modules-local-by-default/compare/v0.0.7...v0.0.8
178-
[0.0.9]: https://github.com/postcss-modules-local-by-default/compare/v0.0.8...v0.0.9
179-
[0.0.10]: https://github.com/postcss-modules-local-by-default/compare/v0.0.9...v0.0.10
180-
[0.0.11]: https://github.com/postcss-modules-local-by-default/compare/v0.0.10...v0.0.11
181-
[2.0.0]: https://github.com/postcss-modules-local-by-default/compare/v1.3.1...v2.0.0
182-
[2.0.1]: https://github.com/postcss-modules-local-by-default/compare/v2.0.0...v2.0.1

0 commit comments

Comments
 (0)