Skip to content

Commit 10b1f53

Browse files
committed
Fix CHANGELOG formatting
1 parent 1bdad23 commit 10b1f53

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

CHANGELOG.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
=== HEAD
1+
### HEAD
22

33
* Switch to Yarn
44

5-
=== 3.1.0 (October 11, 2017)
5+
### 3.1.0 (October 11, 2017)
66

77
* Allow both `/**` and `/*` for module definitions [#125](https://github.com/postcss/postcss-bem-linter/pull/125)
88

9-
=== 3.0.0 (July 21, 2017)
9+
### 3.0.0 (July 21, 2017)
1010

1111
* Update PostCSS to `^6.0.6` - Drops support for Node 0.12
1212
* Ignore underscore on implicitComponent to allow Scss partials [#115](https://github.com/postcss/postcss-bem-linter/pull/115)
@@ -15,101 +15,101 @@
1515
* Switch to Jest for unit tests
1616
* Use Airbnb ESLint configuration
1717

18-
=== 2.7.1 (June 06, 2017)
18+
### 2.7.1 (June 06, 2017)
1919

2020
* Fix issue with nested rules when using LESS syntax [#114](https://github.com/postcss/postcss-bem-linter/pull/114)
2121

22-
=== 2.7.0 (February 28, 2017)
22+
### 2.7.0 (February 28, 2017)
2323

2424
* Add implicitComponents and implicitUtilities option ([#93](https://github.com/postcss/postcss-bem-linter/pull/93))
2525

26-
=== 2.6.0 (September 26, 2016)
26+
### 2.6.0 (September 26, 2016)
2727

2828
* Allow component selector patterns without `{componentName}` interpolation.
2929

30-
=== 2.5.1 (May 1, 2016)
30+
### 2.5.1 (May 1, 2016)
3131

3232
* Add support for nested selectors in utility stylesheets.
3333

34-
=== 2.5.0 (April 27, 2016)
34+
### 2.5.0 (April 27, 2016)
3535

3636
* Add support for nested selectors.
3737

38-
=== 2.4.1 (March 28, 2016)
38+
### 2.4.1 (March 28, 2016)
3939

4040
* Fix preset `componentName` patterns.
4141

42-
=== 2.4.0 (March 3, 2016)
42+
### 2.4.0 (March 3, 2016)
4343

4444
* Allow chaining modifier classes in SUIT pattern.
4545
* Allow chaining state classes in SUIT pattern.
4646

47-
=== 2.3.3 (February 15, 2016)
47+
### 2.3.3 (February 15, 2016)
4848

4949
* Skip nodes that do not have `source` properties.
5050

51-
=== 2.3.2 (February 14, 2016)
51+
### 2.3.2 (February 14, 2016)
5252

5353
* Prevent failure if a PostCSS node lacks a `source` property.
5454

55-
=== 2.3.1 (February 9, 2016)
55+
### 2.3.1 (February 9, 2016)
5656

5757
* Ensure that `@keyframes` selectors are always skipped.
5858

59-
=== 2.3.0 (November 24, 2015)
59+
### 2.3.0 (November 24, 2015)
6060

6161
* Add ability to ignore custom properties via `postcss-bem-linter: ignore` comments and the `ignoreCustomProperties` pattern.
6262

63-
=== 2.2.0 (November 15, 2015)
63+
### 2.2.0 (November 15, 2015)
6464

6565
* Allow attribute selectors in BEM preset pattern.
6666
* Fix bug causing pseudo-classes with operators like `:nth-child(3n+1)` to cause problems.
6767
* Add flexibility (remove unnecessary strictness) in attribute part of preset patterns.
6868

69-
=== 2.1.0 (October 31, 2015)
69+
### 2.1.0 (October 31, 2015)
7070

7171
* Support string patterns for everything: `componentName`, `componentSelectors` (with one description, and with `initial` and `combined`), `utilitySelectors`, and `ignoreSelectors` (with a single value or an array).
7272

73-
=== 2.0.0 (October 17, 2015)
73+
### 2.0.0 (October 17, 2015)
7474

7575
* Add namespace option to BEM preset pattern.
7676
* Light breaking change: Improve strictness of SUIT preset pattern: enforce proper camelCasing.
7777

78-
=== 1.2.0 (October 12, 2015)
78+
### 1.2.0 (October 12, 2015)
7979

8080
* Support array of patterns for `ignoreSelectors`.
8181

82-
=== 1.1.0 (September 18, 2015)
82+
### 1.1.0 (September 18, 2015)
8383

8484
* Support selective overriding of a chosen preset's patterns.
8585
* Support `ignoreSelectors` pattern.
8686
* Support ignoring utility selectors with a preceding comment.
8787
* Add helpful error messages when user configuration is lacking patterns.
8888

89-
=== 1.0.1 (August 30, 2015)
89+
### 1.0.1 (August 30, 2015)
9090

9191
* Use PostCSS's improved warning API to provide more precise locations.
9292

93-
=== 1.0.0 (August 26, 2015)
93+
### 1.0.0 (August 26, 2015)
9494

9595
* Upgrade to PostCSS 5.
9696

97-
=== 0.6.0 (August 8, 2015)
97+
### 0.6.0 (August 8, 2015)
9898

9999
* Support multiple definitions per file.
100100
* Support comments to end definition enforcement.
101101
* Support verbose comment syntax, e.g. `/* postcss-bem-linter: define ComponentName */`.
102102

103-
=== 0.5.0 (August 5, 2015)
103+
### 0.5.0 (August 5, 2015)
104104

105105
* Add alternate signature for designating preset and preset options.
106106
* Remove checks that `:root` rules only contain custom-properties, and that the `:root` selector is not grouped or combined with other selectors. Outsourcing these checks to [stylelint](https://github.com/stylelint/stylelint).
107107

108-
=== 0.4.0 (June 23, 2015)
108+
### 0.4.0 (June 23, 2015)
109109

110110
* Support `/* postcss-bem-linter: ignore */` comments.
111111

112-
=== 0.3.0 (May 23, 2015)
112+
### 0.3.0 (May 23, 2015)
113113

114114
* Support BEM format and custom formats.
115115
* Make `strict mode` the default. Add `weak` mode.
@@ -119,15 +119,15 @@
119119
* Use postcss 4.1.x.
120120
* Allow adjoining attributes in SUITCSS selectors.
121121

122-
=== 0.2.0 (January 24, 2015)
122+
### 0.2.0 (January 24, 2015)
123123

124124
* Use postcss 4.0.x API.
125125

126-
=== 0.1.1 (November 22, 2014)
126+
### 0.1.1 (November 22, 2014)
127127

128128
* Skip `@keyframes` rules when validating selectors.
129129

130-
=== 0.1.0 (October 2, 2014)
130+
### 0.1.0 (October 2, 2014)
131131

132132
* Initial release. Ported from rework-suit-conformance.
133133
e1iv

0 commit comments

Comments
 (0)