Skip to content

Commit 54749b6

Browse files
authored
Merge pull request #188 from Scrum/milestone-0.1.6
Milestone 0.1.6
2 parents 266c0b0 + 5b1c683 commit 54749b6

File tree

9 files changed

+7125
-7547
lines changed

9 files changed

+7125
-7547
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@ insert_final_newline = true
1111
[{package.json,*.yml}]
1212
indent_size = 2
1313

14+
[changelog.md]
15+
insert_final_newline = false
16+
1417
[*.md]
1518
trim_trailing_whitespace = false

.npmignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
node_modules/
2-
src/
1+
node_modules
2+
src
33
.gitignore
44
.travis.yml
5-
coverage/
5+
coverage

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
sudo: false
22
language: node_js
33
node_js:
4+
- "10"
45
- "9"
56
- "8"
67
- "7"
78
- "6"
8-
- "5"
9-
- "4"
109

1110
after_script:
1211
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
environment:
22
matrix:
3+
- nodejs_version: "10"
34
- nodejs_version: "9"
45
- nodejs_version: "8"
56
- nodejs_version: "7"
67
- nodejs_version: "6"
7-
- nodejs_version: "5"
8-
- nodejs_version: "4"
98

109
version: "{build}"
1110
build: off

changelog.md

Lines changed: 15 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
<a name="0.1.5"></a>
1+
## <small>0.1.6 (2018-08-16)</small>
2+
3+
* ci: bump node version ([93f7fb3](https://github.com/scrum/postcss-at-rules-variables/commit/93f7fb3))
4+
* ci: drop old node for appveyor ([44dfbc4](https://github.com/scrum/postcss-at-rules-variables/commit/44dfbc4))
5+
* perf: add rules for changelog file ([f5db350](https://github.com/scrum/postcss-at-rules-variables/commit/f5db350))
6+
* perf: drop support old node ([171486f](https://github.com/scrum/postcss-at-rules-variables/commit/171486f))
7+
* perf: remove last slash ([8147769](https://github.com/scrum/postcss-at-rules-variables/commit/8147769))
8+
* build: bum husky to next version ([bd8647f](https://github.com/scrum/postcss-at-rules-variables/commit/bd8647f))
9+
* build: update changelog ([6543879](https://github.com/scrum/postcss-at-rules-variables/commit/6543879))
10+
* build: update depDev ([61a5052](https://github.com/scrum/postcss-at-rules-variables/commit/61a5052))
11+
* style: remove last line ([4ed6d48](https://github.com/scrum/postcss-at-rules-variables/commit/4ed6d48))
12+
* docs: change xo link ([266c0b0](https://github.com/scrum/postcss-at-rules-variables/commit/266c0b0))
13+
14+
15+
216
## <small>0.1.5 (2018-04-03)</small>
317

418
* 0.1.5 ([a3117bc](https://github.com/scrum/postcss-at-rules-variables/commit/a3117bc))
@@ -13,7 +27,6 @@
1327

1428

1529

16-
<a name="0.1.4"></a>
1730
## <small>0.1.4 (2018-01-22)</small>
1831

1932
* 0.1.4 ([c39cf5a](https://github.com/scrum/postcss-at-rules-variables/commit/c39cf5a))
@@ -24,7 +37,6 @@
2437

2538

2639

27-
<a name="0.1.3"></a>
2840
## <small>0.1.3 (2018-01-17)</small>
2941

3042
* 0.1.3 ([15a0bae](https://github.com/scrum/postcss-at-rules-variables/commit/15a0bae))
@@ -43,7 +55,6 @@
4355

4456

4557

46-
<a name="0.1.2"></a>
4758
## <small>0.1.2 (2017-12-08)</small>
4859

4960
* 0.1.1 ([4d9efd4](https://github.com/scrum/postcss-at-rules-variables/commit/4d9efd4))
@@ -67,7 +78,6 @@
6778

6879

6980

70-
<a name="0.1.0"></a>
7181
## 0.1.0 (2017-04-05)
7282

7383
* 0.1.0 ([aecb563](https://github.com/scrum/postcss-at-rules-variables/commit/aecb563))
@@ -89,7 +99,6 @@
8999

90100

91101

92-
<a name="0.0.27"></a>
93102
## <small>0.0.27 (2017-02-01)</small>
94103

95104
* 0.0.27 ([9aa8e49](https://github.com/scrum/postcss-at-rules-variables/commit/9aa8e49))
@@ -119,7 +128,6 @@
119128

120129

121130

122-
<a name="0.0.26"></a>
123131
## <small>0.0.26 (2016-12-02)</small>
124132

125133
* 0.0.26 ([fade640](https://github.com/scrum/postcss-at-rules-variables/commit/fade640))
@@ -157,7 +165,6 @@
157165

158166

159167

160-
<a name="0.0.25"></a>
161168
## <small>0.0.25 (2016-07-06)</small>
162169

163170
* bump ([0e5e944](https://github.com/scrum/postcss-at-rules-variables/commit/0e5e944))
@@ -175,7 +182,6 @@
175182

176183

177184

178-
<a name="0.0.24"></a>
179185
## <small>0.0.24 (2016-06-22)</small>
180186

181187
* Added babel minify preset ([3e0217a](https://github.com/scrum/postcss-at-rules-variables/commit/3e0217a))
@@ -191,7 +197,6 @@
191197

192198

193199

194-
<a name="0.0.23"></a>
195200
## <small>0.0.23 (2016-06-14)</small>
196201

197202
* added node 6 ([619448e](https://github.com/scrum/postcss-at-rules-variables/commit/619448e))
@@ -208,7 +213,6 @@
208213

209214

210215

211-
<a name="0.0.22"></a>
212216
## <small>0.0.22 (2016-05-24)</small>
213217

214218
* Fixed #56, change xo to eslint, Fixed #61, added eslint-plugin-xo, Fixed #60, added eslint-formatter ([c3886dc](https://github.com/scrum/postcss-at-rules-variables/commit/c3886dc)), closes [#56](https://github.com/scrum/postcss-at-rules-variables/issues/56) [#61](https://github.com/scrum/postcss-at-rules-variables/issues/61) [#60](https://github.com/scrum/postcss-at-rules-variables/issues/60)
@@ -224,7 +228,6 @@
224228

225229

226230

227-
<a name="0.0.21"></a>
228231
## <small>0.0.21 (2016-04-07)</small>
229232

230233
* bump ([9e39e4a](https://github.com/scrum/postcss-at-rules-variables/commit/9e39e4a))
@@ -236,7 +239,6 @@
236239

237240

238241

239-
<a name="0.0.20"></a>
240242
## <small>0.0.20 (2016-04-07)</small>
241243

242244
* bump ([7452ad8](https://github.com/scrum/postcss-at-rules-variables/commit/7452ad8))
@@ -253,7 +255,6 @@
253255

254256

255257

256-
<a name="0.0.19"></a>
257258
## <small>0.0.19 (2016-04-02)</small>
258259

259260
* bump ([f2bf4b0](https://github.com/scrum/postcss-at-rules-variables/commit/f2bf4b0))
@@ -271,7 +272,6 @@
271272

272273

273274

274-
<a name="0.0.18"></a>
275275
## <small>0.0.18 (2016-03-18)</small>
276276

277277
* Added test after transpiling ([12f0c0f](https://github.com/scrum/postcss-at-rules-variables/commit/12f0c0f))
@@ -291,7 +291,6 @@
291291

292292

293293

294-
<a name="0.0.17"></a>
295294
## <small>0.0.17 (2016-03-15)</small>
296295

297296
* bump ([5f180c7](https://github.com/scrum/postcss-at-rules-variables/commit/5f180c7))
@@ -309,7 +308,6 @@
309308

310309

311310

312-
<a name="0.0.16"></a>
313311
## <small>0.0.16 (2016-02-08)</small>
314312

315313
* bump ([973e102](https://github.com/scrum/postcss-at-rules-variables/commit/973e102))
@@ -322,7 +320,6 @@
322320

323321

324322

325-
<a name="0.0.15"></a>
326323
## <small>0.0.15 (2016-02-01)</small>
327324

328325
* bump ([387a2f3](https://github.com/scrum/postcss-at-rules-variables/commit/387a2f3))
@@ -331,7 +328,6 @@
331328

332329

333330

334-
<a name="0.0.14"></a>
335331
## <small>0.0.14 (2016-01-22)</small>
336332

337333
* add changelog ([085a478](https://github.com/scrum/postcss-at-rules-variables/commit/085a478))
@@ -347,15 +343,13 @@
347343

348344

349345

350-
<a name="0.0.11"></a>
351346
## <small>0.0.11 (2015-12-02)</small>
352347

353348
* again migrate es2015+ ([6c8c7d1](https://github.com/scrum/postcss-at-rules-variables/commit/6c8c7d1))
354349
* tests migrate es2015+ ([0a65e08](https://github.com/scrum/postcss-at-rules-variables/commit/0a65e08))
355350

356351

357352

358-
<a name="0.0.10"></a>
359353
## <small>0.0.10 (2015-12-01)</small>
360354

361355
* update coveralls ([ad764da](https://github.com/scrum/postcss-at-rules-variables/commit/ad764da))
@@ -364,21 +358,18 @@
364358

365359

366360

367-
<a name="0.0.9"></a>
368361
## <small>0.0.9 (2015-12-01)</small>
369362

370363
* update readme ([dca5e05](https://github.com/scrum/postcss-at-rules-variables/commit/dca5e05))
371364

372365

373366

374-
<a name="0.0.8"></a>
375367
## <small>0.0.8 (2015-12-01)</small>
376368

377369
* v0.0.7 ([ff96c1f](https://github.com/scrum/postcss-at-rules-variables/commit/ff96c1f))
378370

379371

380372

381-
<a name="0.0.7"></a>
382373
## <small>0.0.7 (2015-12-01)</small>
383374

384375
* +coveralls ([8bec3dd](https://github.com/scrum/postcss-at-rules-variables/commit/8bec3dd))

license

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
SOFTWARE.
22-

0 commit comments

Comments
 (0)