projen-pipelines 0.2.6 → 0.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/.jsii +61 -59
  2. package/API.md +76 -64
  3. package/lib/awscdk/base.d.ts +5 -1
  4. package/lib/awscdk/base.js +33 -28
  5. package/lib/awscdk/bash.js +5 -3
  6. package/lib/awscdk/github.js +11 -9
  7. package/lib/awscdk/gitlab.js +1 -1
  8. package/lib/engines/github.js +3 -4
  9. package/lib/steps/artifact-steps.js +2 -2
  10. package/lib/steps/aws-assume-role.step.js +1 -1
  11. package/lib/steps/registries.js +2 -2
  12. package/lib/steps/step.js +4 -4
  13. package/node_modules/semver/README.md +14 -4
  14. package/node_modules/semver/bin/semver.js +2 -1
  15. package/node_modules/semver/classes/semver.js +22 -6
  16. package/node_modules/semver/functions/diff.js +5 -12
  17. package/node_modules/semver/internal/re.js +2 -0
  18. package/node_modules/semver/package.json +8 -7
  19. package/node_modules/spdx-license-ids/README.md +0 -1
  20. package/node_modules/spdx-license-ids/index.json +14 -0
  21. package/node_modules/spdx-license-ids/package.json +3 -13
  22. package/package.json +15 -14
  23. package/node_modules/color-convert/CHANGELOG.md +0 -54
  24. package/node_modules/get-pkg-repo/CHANGELOG.md +0 -17
  25. package/node_modules/get-pkg-repo/node_modules/cliui/CHANGELOG.md +0 -121
  26. package/node_modules/get-pkg-repo/node_modules/yargs/CHANGELOG.md +0 -88
  27. package/node_modules/js-tokens/CHANGELOG.md +0 -151
  28. package/node_modules/json-parse-better-errors/CHANGELOG.md +0 -46
  29. package/node_modules/json-parse-even-better-errors/CHANGELOG.md +0 -50
  30. package/node_modules/kind-of/CHANGELOG.md +0 -160
  31. package/node_modules/meow/node_modules/hosted-git-info/CHANGELOG.md +0 -151
  32. package/node_modules/q/CHANGES.md +0 -800
  33. package/node_modules/read-pkg/node_modules/hosted-git-info/CHANGELOG.md +0 -151
  34. package/node_modules/source-map/CHANGELOG.md +0 -301
  35. package/node_modules/standard-version/node_modules/cliui/CHANGELOG.md +0 -121
  36. package/node_modules/standard-version/node_modules/conventional-changelog/CHANGELOG.md +0 -933
  37. package/node_modules/standard-version/node_modules/conventional-changelog-angular/CHANGELOG.md +0 -408
  38. package/node_modules/standard-version/node_modules/conventional-changelog-atom/CHANGELOG.md +0 -192
  39. package/node_modules/standard-version/node_modules/conventional-changelog-codemirror/CHANGELOG.md +0 -197
  40. package/node_modules/standard-version/node_modules/conventional-changelog-conventionalcommits/CHANGELOG.md +0 -245
  41. package/node_modules/standard-version/node_modules/conventional-changelog-core/CHANGELOG.md +0 -573
  42. package/node_modules/standard-version/node_modules/conventional-changelog-ember/CHANGELOG.md +0 -249
  43. package/node_modules/standard-version/node_modules/conventional-changelog-eslint/CHANGELOG.md +0 -234
  44. package/node_modules/standard-version/node_modules/conventional-changelog-express/CHANGELOG.md +0 -148
  45. package/node_modules/standard-version/node_modules/conventional-changelog-jquery/CHANGELOG.md +0 -237
  46. package/node_modules/standard-version/node_modules/conventional-changelog-jshint/CHANGELOG.md +0 -208
  47. package/node_modules/standard-version/node_modules/conventional-changelog-preset-loader/CHANGELOG.md +0 -183
  48. package/node_modules/standard-version/node_modules/conventional-changelog-writer/CHANGELOG.md +0 -603
  49. package/node_modules/standard-version/node_modules/conventional-commits-filter/CHANGELOG.md +0 -119
  50. package/node_modules/standard-version/node_modules/conventional-commits-parser/CHANGELOG.md +0 -463
  51. package/node_modules/standard-version/node_modules/conventional-recommended-bump/CHANGELOG.md +0 -432
  52. package/node_modules/standard-version/node_modules/git-raw-commits/CHANGELOG.md +0 -182
  53. package/node_modules/standard-version/node_modules/git-semver-tags/CHANGELOG.md +0 -206
  54. package/node_modules/standard-version/node_modules/yargs/CHANGELOG.md +0 -88
  55. package/node_modules/stringify-package/CHANGELOG.md +0 -16
  56. package/node_modules/wrap-ansi/node_modules/color-convert/CHANGELOG.md +0 -54
  57. package/node_modules/y18n/CHANGELOG.md +0 -100
  58. package/node_modules/yargs-parser/CHANGELOG.md +0 -263
@@ -1,933 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ### [3.1.25](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-v3.1.24...conventional-changelog-v3.1.25) (2021-12-24)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * **docs:** update list of available presets ([#871](https://github.com/conventional-changelog/conventional-changelog/issues/871)) ([2799851](https://github.com/conventional-changelog/conventional-changelog/commit/2799851f1915a42cb8498cf8959875badd07fd32))
12
-
13
- ## [3.1.24](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.23...conventional-changelog@3.1.24) (2020-11-05)
14
-
15
- **Note:** Version bump only for package conventional-changelog
16
-
17
-
18
-
19
-
20
-
21
- ## [3.1.23](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.22...conventional-changelog@3.1.23) (2020-08-12)
22
-
23
- **Note:** Version bump only for package conventional-changelog
24
-
25
-
26
-
27
-
28
-
29
- ## [3.1.22](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.21...conventional-changelog@3.1.22) (2020-06-20)
30
-
31
- **Note:** Version bump only for package conventional-changelog
32
-
33
-
34
-
35
-
36
-
37
- ## [3.1.21](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.20...conventional-changelog@3.1.21) (2020-05-08)
38
-
39
- **Note:** Version bump only for package conventional-changelog
40
-
41
-
42
-
43
-
44
-
45
- ## [3.1.20](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.16...conventional-changelog@3.1.20) (2020-05-08)
46
-
47
- **Note:** Version bump only for package conventional-changelog
48
-
49
-
50
-
51
-
52
-
53
- ## [3.1.16](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.15...conventional-changelog@3.1.16) (2019-11-21)
54
-
55
- **Note:** Version bump only for package conventional-changelog
56
-
57
-
58
-
59
-
60
-
61
- ## [3.1.15](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.14...conventional-changelog@3.1.15) (2019-11-14)
62
-
63
- **Note:** Version bump only for package conventional-changelog
64
-
65
-
66
-
67
-
68
-
69
- ## [3.1.14](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.13...conventional-changelog@3.1.14) (2019-11-07)
70
-
71
- **Note:** Version bump only for package conventional-changelog
72
-
73
-
74
-
75
-
76
-
77
- ## [3.1.13](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.12...conventional-changelog@3.1.13) (2019-10-24)
78
-
79
- **Note:** Version bump only for package conventional-changelog
80
-
81
-
82
-
83
-
84
-
85
- ## [3.1.11](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.10...conventional-changelog@3.1.11) (2019-10-02)
86
-
87
- **Note:** Version bump only for package conventional-changelog
88
-
89
-
90
-
91
-
92
-
93
- ## [3.1.10](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.9...conventional-changelog@3.1.10) (2019-07-29)
94
-
95
- **Note:** Version bump only for package conventional-changelog
96
-
97
-
98
-
99
-
100
-
101
- ## [3.1.9](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.8...conventional-changelog@3.1.9) (2019-05-18)
102
-
103
- **Note:** Version bump only for package conventional-changelog
104
-
105
-
106
-
107
-
108
-
109
- ## [3.1.8](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.7...conventional-changelog@3.1.8) (2019-05-05)
110
-
111
- **Note:** Version bump only for package conventional-changelog
112
-
113
-
114
-
115
-
116
-
117
- ## [3.1.7](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.6...conventional-changelog@3.1.7) (2019-05-02)
118
-
119
- **Note:** Version bump only for package conventional-changelog
120
-
121
-
122
-
123
-
124
-
125
- ## [3.1.6](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.5...conventional-changelog@3.1.6) (2019-05-02)
126
-
127
- **Note:** Version bump only for package conventional-changelog
128
-
129
-
130
-
131
-
132
-
133
- ## [3.1.5](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.4...conventional-changelog@3.1.5) (2019-04-26)
134
-
135
- **Note:** Version bump only for package conventional-changelog
136
-
137
-
138
-
139
-
140
-
141
- ## [3.1.4](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.3...conventional-changelog@3.1.4) (2019-04-24)
142
-
143
- **Note:** Version bump only for package conventional-changelog
144
-
145
-
146
-
147
-
148
-
149
- ## [3.1.3](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.2...conventional-changelog@3.1.3) (2019-04-11)
150
-
151
- **Note:** Version bump only for package conventional-changelog
152
-
153
-
154
-
155
-
156
-
157
- ## [3.1.2](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.1...conventional-changelog@3.1.2) (2019-04-11)
158
-
159
- **Note:** Version bump only for package conventional-changelog
160
-
161
-
162
-
163
-
164
-
165
- ## [3.1.1](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.0...conventional-changelog@3.1.1) (2019-04-11)
166
-
167
- **Note:** Version bump only for package conventional-changelog
168
-
169
-
170
-
171
-
172
-
173
- # [3.1.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.0.6...conventional-changelog@3.1.0) (2019-04-10)
174
-
175
-
176
- ### Features
177
-
178
- * conventionalcommits preset, preMajor config option ([#434](https://github.com/conventional-changelog/conventional-changelog/issues/434)) ([dde12fe](https://github.com/conventional-changelog/conventional-changelog/commit/dde12fe))
179
- * creating highly configurable preset, based on conventionalcommits.org ([#421](https://github.com/conventional-changelog/conventional-changelog/issues/421)) ([f2fb240](https://github.com/conventional-changelog/conventional-changelog/commit/f2fb240))
180
-
181
-
182
-
183
-
184
-
185
- ## [3.0.6](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.0.5...conventional-changelog@3.0.6) (2019-02-14)
186
-
187
- **Note:** Version bump only for package conventional-changelog
188
-
189
-
190
-
191
-
192
-
193
- ## [3.0.5](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.0.4...conventional-changelog@3.0.5) (2018-11-01)
194
-
195
- **Note:** Version bump only for package conventional-changelog
196
-
197
-
198
-
199
-
200
-
201
- ## [3.0.4](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.0.3...conventional-changelog@3.0.4) (2018-11-01)
202
-
203
- **Note:** Version bump only for package conventional-changelog
204
-
205
-
206
-
207
-
208
-
209
- ## [3.0.3](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.0.2...conventional-changelog@3.0.3) (2018-11-01)
210
-
211
- **Note:** Version bump only for package conventional-changelog
212
-
213
-
214
-
215
-
216
-
217
- ## [3.0.2](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.0.1...conventional-changelog@3.0.2) (2018-11-01)
218
-
219
- **Note:** Version bump only for package conventional-changelog
220
-
221
-
222
-
223
-
224
-
225
- ## [3.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.0.0...conventional-changelog@3.0.1) (2018-11-01)
226
-
227
- **Note:** Version bump only for package conventional-changelog
228
-
229
-
230
-
231
-
232
-
233
- # [3.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@2.0.3...conventional-changelog@3.0.0) (2018-11-01)
234
-
235
-
236
- ### Bug Fixes
237
-
238
- * Upgrade to Lerna 3, fix Node.js v11 error ([#385](https://github.com/conventional-changelog/conventional-changelog/issues/385)) ([cdef282](https://github.com/conventional-changelog/conventional-changelog/commit/cdef282))
239
-
240
-
241
- ### chore
242
-
243
- * force breaking change ([f6d506d](https://github.com/conventional-changelog/conventional-changelog/commit/f6d506d))
244
-
245
-
246
- ### BREAKING CHANGES
247
-
248
- * forcing a breaking semver change based on https://github.com/conventional-changelog/conventional-changelog/pull/385
249
-
250
-
251
-
252
-
253
-
254
- <a name="2.0.3"></a>
255
- ## [2.0.3](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@2.0.2...conventional-changelog@2.0.3) (2018-08-21)
256
-
257
-
258
-
259
-
260
- **Note:** Version bump only for package conventional-changelog
261
-
262
- <a name="2.0.2"></a>
263
- ## [2.0.2](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@2.0.1...conventional-changelog@2.0.2) (2018-08-21)
264
-
265
-
266
-
267
-
268
- **Note:** Version bump only for package conventional-changelog
269
-
270
- <a name="2.0.1"></a>
271
- ## [2.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@2.0.0...conventional-changelog@2.0.1) (2018-06-06)
272
-
273
-
274
-
275
-
276
- **Note:** Version bump only for package conventional-changelog
277
-
278
- <a name="2.0.0"></a>
279
- # [2.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@1.1.24...conventional-changelog@2.0.0) (2018-05-29)
280
-
281
-
282
- ### Chores
283
-
284
- * **package:** set Node requirement to oldest supported LTS ([#329](https://github.com/conventional-changelog/conventional-changelog/issues/329)) ([cae2fe0](https://github.com/conventional-changelog/conventional-changelog/commit/cae2fe0))
285
-
286
-
287
- ### BREAKING CHANGES
288
-
289
- * **package:** Set the package's minimum required Node version to be the oldest LTS
290
- currently supported by the Node Release working group. At this time,
291
- that is Node 6 (which is in its Maintenance LTS phase).
292
-
293
-
294
-
295
-
296
- <a name="1.1.24"></a>
297
- ## [1.1.24](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@1.1.23...conventional-changelog@1.1.24) (2018-04-16)
298
-
299
-
300
-
301
-
302
- **Note:** Version bump only for package conventional-changelog
303
-
304
- <a name="1.1.23"></a>
305
- ## [1.1.23](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@1.1.22...conventional-changelog@1.1.23) (2018-03-28)
306
-
307
-
308
-
309
-
310
- **Note:** Version bump only for package conventional-changelog
311
-
312
- <a name="1.1.22"></a>
313
- ## [1.1.22](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@1.1.21...conventional-changelog@1.1.22) (2018-03-27)
314
-
315
-
316
-
317
-
318
- **Note:** Version bump only for package conventional-changelog
319
-
320
- <a name="1.1.21"></a>
321
- ## [1.1.21](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@1.1.20...conventional-changelog@1.1.21) (2018-03-27)
322
-
323
-
324
-
325
-
326
- **Note:** Version bump only for package conventional-changelog
327
-
328
- <a name="1.1.20"></a>
329
- ## [1.1.20](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@1.1.19...conventional-changelog@1.1.20) (2018-03-27)
330
-
331
-
332
-
333
-
334
- **Note:** Version bump only for package conventional-changelog
335
-
336
- <a name="1.1.19"></a>
337
- ## [1.1.19](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@1.1.18...conventional-changelog@1.1.19) (2018-03-22)
338
-
339
-
340
-
341
-
342
- **Note:** Version bump only for package conventional-changelog
343
-
344
- <a name="1.1.18"></a>
345
- ## [1.1.18](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@1.1.17...conventional-changelog@1.1.18) (2018-03-03)
346
-
347
-
348
-
349
-
350
- **Note:** Version bump only for package conventional-changelog
351
-
352
- <a name="1.1.17"></a>
353
- ## [1.1.17](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@1.1.16...conventional-changelog@1.1.17) (2018-02-24)
354
-
355
-
356
-
357
-
358
- **Note:** Version bump only for package conventional-changelog
359
-
360
- <a name="1.1.16"></a>
361
- ## [1.1.16](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@1.1.15...conventional-changelog@1.1.16) (2018-02-20)
362
-
363
-
364
-
365
-
366
- **Note:** Version bump only for package conventional-changelog
367
-
368
- <a name="1.1.15"></a>
369
- ## [1.1.15](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@1.1.14...conventional-changelog@1.1.15) (2018-02-13)
370
-
371
-
372
-
373
-
374
- **Note:** Version bump only for package conventional-changelog
375
-
376
- <a name="1.1.14"></a>
377
- ## [1.1.14](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@1.1.13...conventional-changelog@1.1.14) (2018-02-13)
378
-
379
-
380
-
381
-
382
- **Note:** Version bump only for package conventional-changelog
383
-
384
- <a name="1.1.13"></a>
385
- ## [1.1.13](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@1.1.12...conventional-changelog@1.1.13) (2018-02-13)
386
-
387
-
388
-
389
-
390
- **Note:** Version bump only for package conventional-changelog
391
-
392
- <a name="1.1.12"></a>
393
- ## [1.1.12](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@1.1.11...conventional-changelog@1.1.12) (2018-02-12)
394
-
395
-
396
- ### Bug Fixes
397
-
398
- * **conventional-changelog:** support scoped presets ([0f08267](https://github.com/conventional-changelog/conventional-changelog/commit/0f08267))
399
-
400
-
401
-
402
-
403
- <a name="1.1.11"></a>
404
- ## [1.1.11](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@1.1.10...conventional-changelog@1.1.11) (2018-02-05)
405
-
406
-
407
-
408
-
409
- **Note:** Version bump only for package conventional-changelog
410
-
411
- <a name="1.1.10"></a>
412
- ## [1.1.10](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@1.1.9...conventional-changelog@1.1.10) (2018-01-29)
413
-
414
-
415
-
416
-
417
- **Note:** Version bump only for package conventional-changelog
418
-
419
- <a name="1.1.9"></a>
420
- ## [1.1.9](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@1.1.8...conventional-changelog@1.1.9) (2017-12-18)
421
-
422
-
423
-
424
-
425
- **Note:** Version bump only for package conventional-changelog
426
-
427
- <a name="1.1.8"></a>
428
- ## [1.1.8](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@1.1.7...conventional-changelog@1.1.8) (2017-12-08)
429
-
430
-
431
-
432
-
433
- **Note:** Version bump only for package conventional-changelog
434
-
435
- <a name="1.1.7"></a>
436
- ## [1.1.7](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@1.1.6...conventional-changelog@1.1.7) (2017-11-13)
437
-
438
-
439
-
440
-
441
- **Note:** Version bump only for package conventional-changelog
442
-
443
- <a name="1.1.6"></a>
444
- ## [1.1.6](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@1.1.5...conventional-changelog@1.1.6) (2017-10-01)
445
-
446
- <a name="1.1.5"></a>
447
- ## [1.1.5](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@1.1.4...conventional-changelog@1.1.5) (2017-09-01)
448
-
449
- <a name="1.1.4"></a>
450
- ## [1.1.4](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@1.1.3...conventional-changelog@1.1.4) (2017-07-17)
451
-
452
- <a name="1.1.3"></a>
453
- ## [1.1.3](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@1.1.2...conventional-changelog@1.1.3) (2017-03-11)
454
-
455
- <a name="1.1.0"></a>
456
- # [1.1.0](https://github.com/ajoslin/conventional-changelog/compare/v1.0.2...v1.1.0) (2016-02-13)
457
-
458
-
459
-
460
-
461
- <a name="1.0.2"></a>
462
- ## [1.0.2](https://github.com/ajoslin/conventional-changelog/compare/v1.0.1...v1.0.2) (2016-02-13)
463
-
464
-
465
-
466
-
467
- <a name="1.0.1"></a>
468
- ## [1.0.1](https://github.com/ajoslin/conventional-changelog/compare/v1.0.0...v1.0.1) (2016-02-05)
469
-
470
-
471
-
472
-
473
- <a name="1.0.0"></a>
474
- # [1.0.0](https://github.com/ajoslin/conventional-changelog/compare/v0.5.3...v1.0.0) (2016-02-05)
475
-
476
-
477
- ### Bug Fixes
478
-
479
- * **bin:** no cli anymore ([65a9f4b](https://github.com/ajoslin/conventional-changelog/commit/65a9f4b))
480
- * **cli:** print the stack if verbose ([81860ab](https://github.com/ajoslin/conventional-changelog/commit/81860ab))
481
-
482
- ### Features
483
-
484
- * **module:** broken down into smaller modules ([48580b0](https://github.com/ajoslin/conventional-changelog/commit/48580b0))
485
-
486
-
487
- ### BREAKING CHANGES
488
-
489
- * module: Presets have their own repos. cli and core have their own repos. This one is a pure wrapper. In the core, a new api `options.config` is added.
490
-
491
-
492
-
493
- <a name="0.5.3"></a>
494
- ## [0.5.3](https://github.com/ajoslin/conventional-changelog/compare/v0.5.2...v0.5.3) (2015-12-25)
495
-
496
-
497
- ### Bug Fixes
498
-
499
- * **defaults:** do not throw if no package.json found ([906a904](https://github.com/ajoslin/conventional-changelog/commit/906a904)), closes [#123](https://github.com/ajoslin/conventional-changelog/issues/123)
500
-
501
-
502
-
503
- <a name="0.5.2"></a>
504
- ## [0.5.2](https://github.com/ajoslin/conventional-changelog/compare/v0.5.1...v0.5.2) (2015-12-23)
505
-
506
-
507
- ### Features
508
-
509
- * **preset:** relax JSHint message requirements ([5aa5e32](https://github.com/ajoslin/conventional-changelog/commit/5aa5e32)), closes [#129](https://github.com/ajoslin/conventional-changelog/issues/129)
510
-
511
-
512
-
513
- <a name="0.5.1"></a>
514
- ## [0.5.1](https://github.com/ajoslin/conventional-changelog/compare/v0.5.0...v0.5.1) (2015-10-20)
515
-
516
-
517
- ### Bug Fixes
518
-
519
- * **options:** fix losing parserOpts without preset ([e6a9cf3](https://github.com/ajoslin/conventional-changelog/commit/e6a9cf3)), closes [#116](https://github.com/ajoslin/conventional-changelog/issues/116)
520
-
521
-
522
-
523
- <a name="0.5.0"></a>
524
- # [0.5.0](https://github.com/ajoslin/conventional-changelog/compare/v0.4.3...v0.5.0) (2015-09-30)
525
-
526
-
527
- ### Bug Fixes
528
-
529
- * **unknown-host:** fallback to use the whole repo url ([514c4e2](https://github.com/ajoslin/conventional-changelog/commit/514c4e2)), closes [#98](https://github.com/ajoslin/conventional-changelog/issues/98)
530
-
531
- ### Features
532
-
533
- * **dep:** bump conventional-changelog-writer to ^0.4.1 ([cbfb222](https://github.com/ajoslin/conventional-changelog/commit/cbfb222))
534
- * **pkg:** load closest package.json by default ([5942809](https://github.com/ajoslin/conventional-changelog/commit/5942809)), closes [#91](https://github.com/ajoslin/conventional-changelog/issues/91)
535
- * **template:** add `scope` to breaking changes ([d2fdd44](https://github.com/ajoslin/conventional-changelog/commit/d2fdd44)), closes [#93](https://github.com/ajoslin/conventional-changelog/issues/93)
536
-
537
-
538
- ### BREAKING CHANGES
539
-
540
- * dep: Use the new conventional-changelog-writer syntax. `notes` in `noteGroups` is not an array of simple string any more but object. You must use `note.text` to access the equivalent of previous `note`.
541
-
542
-
543
-
544
- <a name="0.4.3"></a>
545
- ## [0.4.3](https://github.com/ajoslin/conventional-changelog/compare/v0.4.2...v0.4.3) (2015-09-04)
546
-
547
-
548
- ### Bug Fixes
549
-
550
- * **cli:** require at the correct directory ([feceb8b](https://github.com/ajoslin/conventional-changelog/commit/feceb8b))
551
- * **cli:** require file with absolute path ([7f68b3e](https://github.com/ajoslin/conventional-changelog/commit/7f68b3e)), closes [#96](https://github.com/ajoslin/conventional-changelog/issues/96)
552
- * **error:** emit error if there is any async ([831c960](https://github.com/ajoslin/conventional-changelog/commit/831c960))
553
- * **preset:** if scope is * for angular it should be ignored ([91094c9](https://github.com/ajoslin/conventional-changelog/commit/91094c9))
554
- * **templates:** add a missing newline after notes ([e1ae4b2](https://github.com/ajoslin/conventional-changelog/commit/e1ae4b2))
555
-
556
-
557
-
558
- <a name="0.4.2"></a>
559
- ## [0.4.2](https://github.com/ajoslin/conventional-changelog/compare/v0.4.1...v0.4.2) (2015-08-17)
560
-
561
-
562
- ### Bug Fixes
563
-
564
- * **preset:** jshint may contain BREAKING CHANGE footer ([2683cee](https://github.com/ajoslin/conventional-changelog/commit/2683cee))
565
-
566
-
567
-
568
- <a name="0.4.1"></a>
569
- ## [0.4.1](https://github.com/ajoslin/conventional-changelog/compare/v0.4.0...v0.4.1) (2015-08-15)
570
-
571
-
572
- ### Features
573
-
574
- * **hosts:** add support for gitlab.com repositories ([bc1746b](https://github.com/ajoslin/conventional-changelog/commit/bc1746b)), closes [#86](https://github.com/ajoslin/conventional-changelog/issues/86) [#88](https://github.com/ajoslin/conventional-changelog/issues/88)
575
-
576
-
577
-
578
- <a name="0.4.0"></a>
579
- # [0.4.0](https://github.com/ajoslin/conventional-changelog/compare/v0.3.2...v0.4.0) (2015-08-15)
580
-
581
-
582
- ### Features
583
-
584
- * **preset:** add codemirror ([bc480f8](https://github.com/ajoslin/conventional-changelog/commit/bc480f8))
585
-
586
-
587
-
588
- <a name="0.3.2"></a>
589
- ## [0.3.2](https://github.com/ajoslin/conventional-changelog/compare/v0.3.1...v0.3.2) (2015-08-13)
590
-
591
-
592
- ### Bug Fixes
593
-
594
- * **pkg:** should always read package.json ([fcaac48](https://github.com/ajoslin/conventional-changelog/commit/fcaac48))
595
- * **preset:** should still work if preset is wrong ([bc8240e](https://github.com/ajoslin/conventional-changelog/commit/bc8240e))
596
-
597
- ### Features
598
-
599
- * **context:** attach your packageData ([7138206](https://github.com/ajoslin/conventional-changelog/commit/7138206))
600
-
601
-
602
-
603
- <a name="0.3.1"></a>
604
- ## [0.3.1](https://github.com/ajoslin/conventional-changelog/compare/v0.3.0...v0.3.1) (2015-08-11)
605
-
606
-
607
- ### Bug Fixes
608
-
609
- * **cli:** gracefully handle it if infile is ENOENT ([12f2889](https://github.com/ajoslin/conventional-changelog/commit/12f2889))
610
-
611
-
612
-
613
- <a name="0.3.0"></a>
614
- # [0.3.0](https://github.com/ajoslin/conventional-changelog/compare/v0.2.1...v0.3.0) (2015-08-09)
615
-
616
-
617
- ### Bug Fixes
618
-
619
- * **ember:** when cannot find header in pr ([9d833fd](https://github.com/ajoslin/conventional-changelog/commit/9d833fd))
620
- * **err:** better error handling ([7f0e3f5](https://github.com/ajoslin/conventional-changelog/commit/7f0e3f5))
621
- * **preset:** gitRawCommitsOpts should be counted ([2bb4b47](https://github.com/ajoslin/conventional-changelog/commit/2bb4b47))
622
- * **previousTag:** incase there is no commits in the first release ([8d9f363](https://github.com/ajoslin/conventional-changelog/commit/8d9f363))
623
-
624
- ### Features
625
-
626
- * **compareLink:** link version numbers to compare ([f0dbadb](https://github.com/ajoslin/conventional-changelog/commit/f0dbadb))
627
- * **context:** attach gitSemverTags ([ac098a3](https://github.com/ajoslin/conventional-changelog/commit/ac098a3)), closes [#79](https://github.com/ajoslin/conventional-changelog/issues/79)
628
- * **finalizeContext:** `context.previousVersion` defaults to a previous version of generated log ([a2df9ca](https://github.com/ajoslin/conventional-changelog/commit/a2df9ca))
629
- * **preset:** add ember ([0ccb8da](https://github.com/ajoslin/conventional-changelog/commit/0ccb8da))
630
- * **preset:** add express ([c4b20b1](https://github.com/ajoslin/conventional-changelog/commit/c4b20b1))
631
- * **preset:** add jscs ([1313d55](https://github.com/ajoslin/conventional-changelog/commit/1313d55))
632
-
633
-
634
- ### BREAKING CHANGES
635
-
636
- * `options.transform` is a function instead of a stream. This is more elegant and easier to handle any error.
637
-
638
-
639
- <a name="0.2.1"></a>
640
- ## 0.2.1 (2015-07-24)
641
-
642
-
643
- ### Features
644
-
645
- * **transform:** put the default from presets to core ([946c1da](https://github.com/ajoslin/conventional-changelog/commit/946c1da))
646
-
647
-
648
-
649
- <a name="0.2.0"></a>
650
- # 0.2.0 (2015-07-24)
651
-
652
-
653
- ### Features
654
-
655
- * **releaseCount:** replace allBlocks ([fd1ce9d](https://github.com/ajoslin/conventional-changelog/commit/fd1ce9d))
656
-
657
- ### Performance Improvements
658
-
659
- * **context:** use the parsed host type if possible ([305b3d5](https://github.com/ajoslin/conventional-changelog/commit/305b3d5))
660
-
661
-
662
- ### BREAKING CHANGES
663
-
664
- * `allBlocks` is removed. Use `releaseCount` instead.
665
-
666
-
667
-
668
- <a name="0.1.3"></a>
669
- ## 0.1.3 (2015-07-22)
670
-
671
-
672
- ### Bug Fixes
673
-
674
- * **preset:** work if more than two semver tags ([b8ad049](https://github.com/ajoslin/conventional-changelog/commit/b8ad049))
675
-
676
-
677
-
678
- <a name="0.1.2"></a>
679
- ## 0.1.2 (2015-07-22)
680
-
681
-
682
- ### Bug Fixes
683
-
684
- * **pkg.transform:** transform should be performed before normalizing pkgData ([7c59bfd](https://github.com/ajoslin/conventional-changelog/commit/7c59bfd))
685
- * **pkgRepo:** get version even if no `repo.type` ([1016e08](https://github.com/ajoslin/conventional-changelog/commit/1016e08)), closes [#74](https://github.com/ajoslin/conventional-changelog/issues/74) [#75](https://github.com/ajoslin/conventional-changelog/issues/75)
686
-
687
-
688
-
689
- <a name="0.1.0"></a>
690
- # 0.1.0 (2015-07-20)
691
-
692
- Stable version
693
-
694
-
695
-
696
- <a name="0.1.0-beta.3"></a>
697
- # 0.1.0-beta.3 (2015-07-17)
698
-
699
-
700
- ### Bug Fixes
701
-
702
- * **cli:** map pkg.path correctly ([c9a59a7](https://github.com/ajoslin/conventional-changelog/commit/c9a59a7))
703
-
704
-
705
-
706
- <a name="0.1.0-beta.2"></a>
707
- # 0.1.0-beta.2 (2015-07-17)
708
-
709
-
710
- ### Bug Fixes
711
-
712
- * **parserOpts:** options.warn should overwrite preset.parserOpts.warn ([94f40cf](https://github.com/ajoslin/conventional-changelog/commit/94f40cf))
713
- * **parserOpts:** preset.parserOpts should overwrite hostOpts ([8bb7451](https://github.com/ajoslin/conventional-changelog/commit/8bb7451))
714
- * **preset:** no length limit for eslint ([70b1a76](https://github.com/ajoslin/conventional-changelog/commit/70b1a76))
715
-
716
- ### Features
717
-
718
- * **pkg:** add a transform function ([e576563](https://github.com/ajoslin/conventional-changelog/commit/e576563))
719
- * **preset:** add atom ([714b694](https://github.com/ajoslin/conventional-changelog/commit/714b694))
720
- * **preset:** add eslint ([af37323](https://github.com/ajoslin/conventional-changelog/commit/af37323))
721
-
722
-
723
- ### BREAKING CHANGES
724
-
725
- * `options.pkg` is now an object. `options.pkg.path` is the path of the package.json and `options.pkg.transform` is the function to transform the package.json.
726
-
727
-
728
-
729
- <a name="0.1.0-beta.1"></a>
730
- # 0.1.0-beta.1 (2015-07-15)
731
-
732
-
733
- ### Bug Fixes
734
-
735
- * **stream:** is object mode if writerOpts.includeDetails is true ([38e3faa](https://github.com/ajoslin/conventional-changelog/commit/38e3faa))
736
-
737
- ### Features
738
-
739
- * **owner:** add context.owner support ([87d60b4](https://github.com/ajoslin/conventional-changelog/commit/87d60b4))
740
-
741
-
742
-
743
- <a name="0.1.0-alpha.3"></a>
744
- # 0.1.0-alpha.3 (2015-07-06)
745
-
746
-
747
- ### Bug Fixes
748
-
749
- * conventional-commits-writer -> conventional-changelog-writer ([aa6cbd6](https://github.com/ajoslin/conventional-changelog/commit/aa6cbd6))
750
- * **hosts:** spelling mistake of host bitbucket ([1e30d54](https://github.com/ajoslin/conventional-changelog/commit/1e30d54)), closes [#68](https://github.com/ajoslin/conventional-changelog/issues/68) [#69](https://github.com/ajoslin/conventional-changelog/issues/69)
751
-
752
- ### Features
753
-
754
- * **angular:** add new revert opts for the parser ([9e15f01](https://github.com/ajoslin/conventional-changelog/commit/9e15f01))
755
- * **preset:** add jshint ([384e6ce](https://github.com/ajoslin/conventional-changelog/commit/384e6ce))
756
-
757
-
758
-
759
- <a name="0.1.0-alpha.2"></a>
760
- # 0.1.0-alpha.2 (2015-06-29)
761
-
762
- Bump deps and fix https://github.com/ajoslin/conventional-changelog/issues/64
763
-
764
-
765
-
766
- <a name="0.1.0-alpha.1"></a>
767
- # 0.1.0-alpha.1 (2015-06-24)
768
-
769
-
770
- ### Bug Fixes
771
-
772
- * **err:** emit error if there is any in gitRawCommits and conventionalCommitsParser ([00ac3c1](https://github.com/ajoslin/conventional-changelog/commit/00ac3c1))
773
-
774
- ### Features
775
-
776
- * **cli:** first commit of cli ([d74b96b](https://github.com/ajoslin/conventional-changelog/commit/d74b96b)), closes [#31](https://github.com/ajoslin/conventional-changelog/issues/31)
777
- * **issuePrefixes:** default for the hosts ([b1c3ee9](https://github.com/ajoslin/conventional-changelog/commit/b1c3ee9)), closes [#59](https://github.com/ajoslin/conventional-changelog/issues/59) [#60](https://github.com/ajoslin/conventional-changelog/issues/60)
778
- * **rewrite:** rewrite this module ([7c48e0d](https://github.com/ajoslin/conventional-changelog/commit/7c48e0d)), closes [#50](https://github.com/ajoslin/conventional-changelog/issues/50) [#45](https://github.com/ajoslin/conventional-changelog/issues/45) [#40](https://github.com/ajoslin/conventional-changelog/issues/40) [#22](https://github.com/ajoslin/conventional-changelog/issues/22) [#13](https://github.com/ajoslin/conventional-changelog/issues/13) [#12](https://github.com/ajoslin/conventional-changelog/issues/12) [#54](https://github.com/ajoslin/conventional-changelog/issues/54) [#51](https://github.com/ajoslin/conventional-changelog/issues/51)
779
-
780
-
781
- ### BREAKING CHANGES
782
-
783
- * This module is rewritten so API is changed and it is not backward compatible. Please check docs and all the submodules including git-raw-commits, conventional-commits-parser and conventional-changelog-writer for more information.
784
-
785
-
786
-
787
- <a name"0.0.17"></a>
788
- ### 0.0.17 (2015-04-03)
789
-
790
-
791
- #### Bump deps
792
-
793
-
794
- <a name"0.0.16"></a>
795
- ### 0.0.16 (2015-03-19)
796
-
797
-
798
- #### Bug Fixes
799
-
800
- * **git:** generate the correct cmd of git log when there is no tags ([dcd7551f](https://github.com/ajoslin/conventional-changelog/commit/dcd7551f), closes [#47](https://github.com/ajoslin/conventional-changelog/issues/47), [#48](https://github.com/ajoslin/conventional-changelog/issues/48))
801
-
802
-
803
- <a name"0.0.15"></a>
804
- ### 0.0.15 (2015-03-19)
805
-
806
-
807
- #### Bug Fixes
808
-
809
- * **log:** correct out put for `options.from` and `options.to` ([31ddb112](https://github.com/ajoslin/conventional-changelog/commit/31ddb112), closes [#47](https://github.com/ajoslin/conventional-changelog/issues/47))
810
-
811
-
812
- <a name"0.0.14"></a>
813
- ### 0.0.14 (2015-03-14)
814
-
815
-
816
- #### Bug Fixes
817
-
818
- * **writeLog:** fix require statement for Writer ([a478f806](https://github.com/ajoslin/conventional-changelog/commit/a478f806))
819
-
820
-
821
- <a name"0.0.13"></a>
822
- ### 0.0.13 (2015-03-13)
823
-
824
-
825
- #### Bug Fixes
826
-
827
- * **first commit:** add first commit to changelog ([386cd404](https://github.com/ajoslin/conventional-changelog/commit/386cd404))
828
- * **git:** use --abbrev=0 to only get tag from same branch ([69cfb5c6](https://github.com/ajoslin/conventional-changelog/commit/69cfb5c6))
829
- * **header:** fix no `<a>` if options.repository is provided ([7cb5cb56](https://github.com/ajoslin/conventional-changelog/commit/7cb5cb56), closes [#26](https://github.com/ajoslin/conventional-changelog/issues/26))
830
- * **pkg:** handle the situation where package.json cannot be found ([518bc56e](https://github.com/ajoslin/conventional-changelog/commit/518bc56e))
831
- * **version:** default version is read from package.json properly ([f684b9be](https://github.com/ajoslin/conventional-changelog/commit/f684b9be))
832
-
833
-
834
- #### Features
835
-
836
- * **defaults:** version and repository are read from package.json ([cb1feb7d](https://github.com/ajoslin/conventional-changelog/commit/cb1feb7d), closes [#38](https://github.com/ajoslin/conventional-changelog/issues/38))
837
-
838
-
839
- ### 0.0.11 "reorder" (2014-05-28)
840
-
841
-
842
- #### Features
843
-
844
- * **changelog:** add versionText, patchVersionText options ([9d8e0548](https://github.com/ajoslin/conventional-changelog/commit/9d8e05480771f881c33e535f922401637f11861c))
845
-
846
-
847
- #### Breaking Changes
848
-
849
- *
850
- Removed versionLink and patchVersionLink options, and went back to the
851
- default title output from 0.0.9.
852
-
853
- If you wish to have a link to your version, simply customize the versionText
854
- and patchVersionText options.
855
-
856
- ([9d8e0548](https://github.com/ajoslin/conventional-changelog/commit/9d8e05480771f881c33e535f922401637f11861c))
857
-
858
-
859
- ### 0.0.10 "revise" (2014-05-28)
860
-
861
-
862
- #### Bug Fixes
863
-
864
- * **changelog:** put commit range into quotes so it can fetch commits with special characters ([76e2f185](https://github.com/ajoslin/conventional-changelog/commit/76e2f185b6542e7fe731c4666323fac68b9e2202), closes [#10](https://github.com/ajoslin/conventional-changelog/issues/10))
865
-
866
-
867
- #### Features
868
-
869
- * **changelog:** add support for scope with spaces ([b5e43b75](https://github.com/ajoslin/conventional-changelog/commit/b5e43b75c6caabc357e4bce0eb64316fbe153ecf), closes [#9](https://github.com/ajoslin/conventional-changelog/issues/9))
870
- * **git:** allow period-separated closing and lowercase closing ([6835af55](https://github.com/ajoslin/conventional-changelog/commit/6835af55d57b62ff6dcebf624f3c6108cbc36b8e))
871
- * **writer:** add tag hyperlink support ([9640cc27](https://github.com/ajoslin/conventional-changelog/commit/9640cc279ca9c513b1378eb55b5a7d576fd78bf5))
872
-
873
-
874
- <a name="0.0.9"></a>
875
- ### 0.0.9 "change" (2014-05-06)
876
-
877
-
878
- #### Bug Fixes
879
-
880
- * **changelog:** make sure breaking changes are separated by two newlines ([85152160](https://github.com/ajoslin/conventional-changelog/commit/8515216093eaa7f997dc506675d729a0e41578d6))
881
-
882
-
883
- #### Features
884
-
885
- * **changelog:** also add `Resolves #xx` to closes section ([06ff3ea9](https://github.com/ajoslin/conventional-changelog/commit/06ff3ea9b0c8baf2fae6167a99b6826a44a0c768))
886
-
887
-
888
- <a name="0.0.8"></a>
889
- ### 0.0.8 "refine" (2014-04-10)
890
-
891
-
892
- #### Features
893
-
894
- * **changelog:** change options.codename to options.subtitle ([a00fea52](https://github.com/ajoslin/conventional-changelog/commit/a00fea521667533809419af6a66b20ae4ce96e3b))
895
-
896
-
897
- <a name="0.0.7"></a>
898
- ### 0.0.7 "delta" (2014-04-10)
899
-
900
-
901
- #### Features
902
-
903
- * **changelog:** add options.codename ([01f40cb6](https://github.com/ajoslin/conventional-changelog/commit/01f40cb6efe2180ede9c1e520da76877eb895759))
904
-
905
-
906
- <a name="0.0.6"></a>
907
- ### 0.0.6 (2014-01-23)
908
-
909
- #### Bug Fixes
910
-
911
- * **git:** sort tags correctly ([7318bb05](https://github.com/ajoslin/conventional-changelog/commit/7318bb05d335bfa6886e816bec4fc57cd395c2c6))
912
-
913
- <a name="0.0.5"></a>
914
- ### 0.0.5 (2014-01-23)
915
-
916
- #### Miscellaneous
917
-
918
- * More specific errors given through done callback
919
- * Improved logging
920
-
921
- <a name="0.0.4"></a>
922
- ### 0.0.4 (2014-01-04)
923
-
924
- #### Bug Fixes
925
-
926
- * **version:** do not try to figure out version ([5c99b7279b97352a93eca0ee37f198783d64f423](https://github.com/ajoslin/conventional-changelog/commit/5c99b7279b97352a93eca0ee37f198783d64f423))
927
-
928
- <a name="0.0.2"></a>
929
- ### 0.0.2 (2014-01-04)
930
-
931
- #### Features
932
-
933
- * create conventional-changelog module ([dd1959d7b2c18846b12b088b47345a2a171c1309](https://github.com/ajoslin/conventional-changelog/commit/dd1959d7b2c18846b12b088b47345a2a171c1309))