Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 18dcf8a

Browse files
committed
Move ref on new lines in the CHANGELOG
1 parent 0dfc887 commit 18dcf8a

File tree

1 file changed

+30
-15
lines changed

1 file changed

+30
-15
lines changed

CHANGELOG.md

+30-15
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@ The support of syntax without : and the warning message will be remove in the ne
3131

3232
# 1.6.0 - 2015-06-02
3333

34-
- Added: prevent mutability issues with frozen options objects ([#147](https://github.com/cssnext/cssnext/pull/147))
34+
- Added: prevent mutability issues with frozen options objects
35+
([#147](https://github.com/cssnext/cssnext/pull/147))
3536

3637
# 1.5.2 - 2015-05-27
3738

38-
- Fixed: support for autoprefixer 5.2 ([#131](https://github.com/cssnext/cssnext/issues/131))
39+
- Fixed: support for autoprefixer 5.2
40+
([#131](https://github.com/cssnext/cssnext/issues/131))
3941

4042
# 1.5.1 - 2015-05-25
4143

@@ -70,7 +72,8 @@ replacement of colors lib by chalk in 1.5.0
7072

7173
# 1.2.1 - 2015-03-02
7274

73-
- Fixed: remove some deprecation notice related to postcss 4.1 ([postcss/postcss#272](https://github.com/postcss/postcss/issues/272))
75+
- Fixed: remove some deprecation notice related to postcss 4.1
76+
([postcss#272](https://github.com/postcss/postcss/issues/272))
7477

7578
# 1.2.0 - 2015-04-02
7679

@@ -84,7 +87,8 @@ replacement of colors lib by chalk in 1.5.0
8487

8588
# 1.0.1 - 2015-02-18
8689

87-
- Fixed: cssnext binary doesn't exit on an error if --watch is enabled ([#69](https://github.com/cssnext/cssnext/pull/69))
90+
- Fixed: cssnext binary doesn't exit on an error if --watch is enabled
91+
([#69](https://github.com/cssnext/cssnext/pull/69))
8892

8993
# 1.0.0 - 2015-02-06
9094

@@ -121,7 +125,8 @@ cssnext({
121125

122126
# 0.6.6 - 2014-12-22
123127

124-
- Fixed: `Cannot find module 'exit'` error when an error came out ([#54](https://github.com/cssnext/cssnext/issues/54))
128+
- Fixed: `Cannot find module 'exit'` error when an error came out
129+
([#54](https://github.com/cssnext/cssnext/issues/54))
125130

126131
# 0.6.5 - 2014-12-16
127132

@@ -162,25 +167,32 @@ cssnext({
162167

163168
# 0.4.4 - 2014-11-11
164169

165-
- Fixed: bug introduced by `options` mutations ([ref](https://github.com/cssnext/gulp-cssnext/issues/1))
170+
- Fixed: bug introduced by `options` mutations
171+
([gulp-cssnext#1](https://github.com/cssnext/gulp-cssnext/issues/1))
166172

167173
# 0.4.3 - 2014-11-09
168174

169-
- Added: font-variant support ([ref](https://github.com/cssnext/cssnext/issues/42))
175+
- Added: font-variant support
176+
([#42](https://github.com/cssnext/cssnext/issues/42))
170177

171178
# 0.4.2 - 2014-11-02
172179

173-
- Fixed: support !important for custom properties ([ref](https://github.com/postcss/postcss-custom-properties/issues/12))
174-
- Added: echo a warning when using a non root custom properties ([ref](https://github.com/postcss/postcss-custom-properties/issues/13))
175-
- Added: cssnext can return a postcss instance of no string given ([ref](https://github.com/cssnext/cssnext/issues/3))
180+
- Fixed: support !important for custom properties
181+
([#12](https://github.com/postcss/postcss-custom-properties/issues/12))
182+
- Added: echo a warning when using a non root custom properties
183+
([#13](https://github.com/postcss/postcss-custom-properties/issues/13))
184+
- Added: cssnext can return a postcss instance of no string given
185+
([#3](https://github.com/cssnext/cssnext/issues/3))
176186

177187
# 0.4.1 - 2014-11-01
178188

179-
- Added: gray() support ([ref](https://github.com/cssnext/cssnext/issues/44))
189+
- Added: gray() support
190+
([#44](https://github.com/cssnext/cssnext/issues/44))
180191

181192
# 0.4.0 - 2014-10-23
182193

183-
- Changed: color feature has been exploded to multiples features ([issue](https://github.com/cssnext/cssnext/issues/40)).
194+
- Changed: color feature has been exploded to multiples features
195+
([#40](https://github.com/cssnext/cssnext/issues/40)).
184196

185197
Before
186198

@@ -213,7 +225,8 @@ var output = cssnext(input, {
213225
})
214226
```
215227

216-
- Changed: cssnext options are not passed to all plugins anymore. You know need to specify feature options by passing object to `features` properties ([issue](https://github.com/cssnext/cssnext/issues/39)).
228+
- Changed: cssnext options are not passed to all plugins anymore. You know need to specify feature options by passing object to `features` properties
229+
([#39](https://github.com/cssnext/cssnext/issues/39)).
217230

218231
Before
219232

@@ -243,15 +256,17 @@ This change have been made to avoid collision between options (of each features)
243256

244257
# 0.3.1 - 2014-08-27
245258

246-
- Fixed: nested custom properties usages ([#25](https://github.com/cssnext/cssnext/issues/25))
259+
- Fixed: nested custom properties usages
260+
([#25](https://github.com/cssnext/cssnext/issues/25))
247261

248262
# 0.3.0 - 2014-08-26
249263

250264
- Added: better custom properties fallbacks (thanks to postcss-custom-properties 0.3.0)
251265

252266
# 0.2.3 - 2014-08-26
253267

254-
- Fixed: support empty files ([#24](https://github.com/cssnext/cssnext/issues/24))
268+
- Fixed: support empty files
269+
([#24](https://github.com/cssnext/cssnext/issues/24))
255270

256271
# 0.2.2 - 2014-08-22
257272

0 commit comments

Comments
 (0)