projen-pipelines 0.2.7 → 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 (56) hide show
  1. package/.jsii +4 -4
  2. package/lib/awscdk/base.js +1 -1
  3. package/lib/awscdk/bash.js +1 -1
  4. package/lib/awscdk/github.js +8 -8
  5. package/lib/awscdk/gitlab.js +1 -1
  6. package/lib/engines/github.js +3 -4
  7. package/lib/steps/artifact-steps.js +2 -2
  8. package/lib/steps/aws-assume-role.step.js +1 -1
  9. package/lib/steps/registries.js +2 -2
  10. package/lib/steps/step.js +4 -4
  11. package/node_modules/semver/README.md +14 -4
  12. package/node_modules/semver/bin/semver.js +2 -1
  13. package/node_modules/semver/classes/semver.js +22 -6
  14. package/node_modules/semver/functions/diff.js +5 -12
  15. package/node_modules/semver/internal/re.js +2 -0
  16. package/node_modules/semver/package.json +8 -7
  17. package/node_modules/spdx-license-ids/README.md +0 -1
  18. package/node_modules/spdx-license-ids/index.json +14 -0
  19. package/node_modules/spdx-license-ids/package.json +3 -13
  20. package/package.json +15 -14
  21. package/node_modules/color-convert/CHANGELOG.md +0 -54
  22. package/node_modules/get-pkg-repo/CHANGELOG.md +0 -17
  23. package/node_modules/get-pkg-repo/node_modules/cliui/CHANGELOG.md +0 -121
  24. package/node_modules/get-pkg-repo/node_modules/yargs/CHANGELOG.md +0 -88
  25. package/node_modules/js-tokens/CHANGELOG.md +0 -151
  26. package/node_modules/json-parse-better-errors/CHANGELOG.md +0 -46
  27. package/node_modules/json-parse-even-better-errors/CHANGELOG.md +0 -50
  28. package/node_modules/kind-of/CHANGELOG.md +0 -160
  29. package/node_modules/meow/node_modules/hosted-git-info/CHANGELOG.md +0 -151
  30. package/node_modules/q/CHANGES.md +0 -800
  31. package/node_modules/read-pkg/node_modules/hosted-git-info/CHANGELOG.md +0 -151
  32. package/node_modules/source-map/CHANGELOG.md +0 -301
  33. package/node_modules/standard-version/node_modules/cliui/CHANGELOG.md +0 -121
  34. package/node_modules/standard-version/node_modules/conventional-changelog/CHANGELOG.md +0 -933
  35. package/node_modules/standard-version/node_modules/conventional-changelog-angular/CHANGELOG.md +0 -408
  36. package/node_modules/standard-version/node_modules/conventional-changelog-atom/CHANGELOG.md +0 -192
  37. package/node_modules/standard-version/node_modules/conventional-changelog-codemirror/CHANGELOG.md +0 -197
  38. package/node_modules/standard-version/node_modules/conventional-changelog-conventionalcommits/CHANGELOG.md +0 -245
  39. package/node_modules/standard-version/node_modules/conventional-changelog-core/CHANGELOG.md +0 -573
  40. package/node_modules/standard-version/node_modules/conventional-changelog-ember/CHANGELOG.md +0 -249
  41. package/node_modules/standard-version/node_modules/conventional-changelog-eslint/CHANGELOG.md +0 -234
  42. package/node_modules/standard-version/node_modules/conventional-changelog-express/CHANGELOG.md +0 -148
  43. package/node_modules/standard-version/node_modules/conventional-changelog-jquery/CHANGELOG.md +0 -237
  44. package/node_modules/standard-version/node_modules/conventional-changelog-jshint/CHANGELOG.md +0 -208
  45. package/node_modules/standard-version/node_modules/conventional-changelog-preset-loader/CHANGELOG.md +0 -183
  46. package/node_modules/standard-version/node_modules/conventional-changelog-writer/CHANGELOG.md +0 -603
  47. package/node_modules/standard-version/node_modules/conventional-commits-filter/CHANGELOG.md +0 -119
  48. package/node_modules/standard-version/node_modules/conventional-commits-parser/CHANGELOG.md +0 -463
  49. package/node_modules/standard-version/node_modules/conventional-recommended-bump/CHANGELOG.md +0 -432
  50. package/node_modules/standard-version/node_modules/git-raw-commits/CHANGELOG.md +0 -182
  51. package/node_modules/standard-version/node_modules/git-semver-tags/CHANGELOG.md +0 -206
  52. package/node_modules/standard-version/node_modules/yargs/CHANGELOG.md +0 -88
  53. package/node_modules/stringify-package/CHANGELOG.md +0 -16
  54. package/node_modules/wrap-ansi/node_modules/color-convert/CHANGELOG.md +0 -54
  55. package/node_modules/y18n/CHANGELOG.md +0 -100
  56. package/node_modules/yargs-parser/CHANGELOG.md +0 -263
@@ -1,603 +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
- ### [5.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer-v5.0.0...conventional-changelog-writer-v5.0.1) (2021-12-29)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * **deps:** patch the handlebars package for CVE-2021-23369 ([1cfc3a1](https://github.com/conventional-changelog/conventional-changelog/commit/1cfc3a1600a11a61d1a9e8d3051d1101cfaa36f1))
12
-
13
- ## [5.0.0](https://www.github.com/conventional-changelog/conventional-changelog/compare/v4.1.0...v5.0.0) (2020-12-30)
14
-
15
-
16
- ### ⚠ BREAKING CHANGES
17
-
18
- * nested object properties no longer supported when sorting
19
-
20
- ### Bug Fixes
21
-
22
- * drop compare-func making sort consistent across node versions ([#729](https://www.github.com/conventional-changelog/conventional-changelog/issues/729)) ([e0081a8](https://www.github.com/conventional-changelog/conventional-changelog/commit/e0081a829133891e2def4a7b7ee5fa25f1440049))
23
-
24
- ## [4.1.0](https://www.github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.18...v4.1.0) (2020-12-29)
25
-
26
-
27
- ### Features
28
-
29
- * add helper for parsing array of commits ([#711](https://www.github.com/conventional-changelog/conventional-changelog/issues/711)) ([e869fe6](https://www.github.com/conventional-changelog/conventional-changelog/commit/e869fe67548b210508a9df0ce99180164b740e65))
30
-
31
- ## [4.0.18](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.17...conventional-changelog-writer@4.0.18) (2020-11-05)
32
-
33
-
34
- ### Bug Fixes
35
-
36
- * **deps:** update dependency through2 to v4 ([#657](https://github.com/conventional-changelog/conventional-changelog/issues/657)) ([7ae618c](https://github.com/conventional-changelog/conventional-changelog/commit/7ae618c81491841e5b1d796d3933aac0c54bc312))
37
-
38
-
39
-
40
-
41
-
42
- ## [4.0.17](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.16...conventional-changelog-writer@4.0.17) (2020-06-20)
43
-
44
-
45
- ### Bug Fixes
46
-
47
- * **deps:** update dependency compare-func to v2 ([#647](https://github.com/conventional-changelog/conventional-changelog/issues/647)) ([de4f630](https://github.com/conventional-changelog/conventional-changelog/commit/de4f6309403ca0d46b7c6235052f4dca61ea15bc))
48
-
49
-
50
-
51
-
52
-
53
- ## [4.0.16](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.15...conventional-changelog-writer@4.0.16) (2020-05-08)
54
-
55
-
56
- ### Bug Fixes
57
-
58
- * **deps:** address CVE in meow ([#642](https://github.com/conventional-changelog/conventional-changelog/issues/642)) ([46311d2](https://github.com/conventional-changelog/conventional-changelog/commit/46311d2932b367f370d06c4e447b8dcf4bc4e83f))
59
-
60
-
61
-
62
-
63
-
64
- ## [4.0.15](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.11...conventional-changelog-writer@4.0.15) (2020-05-08)
65
-
66
-
67
- ### Bug Fixes
68
-
69
- * **deps:** update yargs-parser to move off a flagged-vulnerable version. ([#635](https://github.com/conventional-changelog/conventional-changelog/issues/635)) ([aafc0f0](https://github.com/conventional-changelog/conventional-changelog/commit/aafc0f00412c3e4b23b8418300e5a570a48fe24d))
70
-
71
-
72
-
73
-
74
-
75
- ## [4.0.11](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.10...conventional-changelog-writer@4.0.11) (2019-11-14)
76
-
77
-
78
- ### Bug Fixes
79
-
80
- * add types for cli flags ([#551](https://github.com/conventional-changelog/conventional-changelog/issues/551)) ([bf1d64a](https://github.com/conventional-changelog/conventional-changelog/commit/bf1d64aeaf8f262d4b2beec02d2aebb78df7343b))
81
-
82
-
83
-
84
-
85
-
86
- ## [4.0.10](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.9...conventional-changelog-writer@4.0.10) (2019-10-24)
87
-
88
-
89
- ### Bug Fixes
90
-
91
- * **deps:** update lodash to fix security issues ([#535](https://github.com/conventional-changelog/conventional-changelog/issues/535)) ([ac43f51](https://github.com/conventional-changelog/conventional-changelog/commit/ac43f51de1f3b597c32f7f8442917a2d06199018))
92
-
93
-
94
-
95
-
96
-
97
- ## [4.0.8](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.7...conventional-changelog-writer@4.0.8) (2019-10-02)
98
-
99
- **Note:** Version bump only for package conventional-changelog-writer
100
-
101
-
102
-
103
-
104
-
105
- ## [4.0.7](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.6...conventional-changelog-writer@4.0.7) (2019-07-29)
106
-
107
- **Note:** Version bump only for package conventional-changelog-writer
108
-
109
-
110
-
111
-
112
-
113
- ## [4.0.6](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.5...conventional-changelog-writer@4.0.6) (2019-05-18)
114
-
115
-
116
- ### Bug Fixes
117
-
118
- * **deps:** update dependency semver to v6 ([#458](https://github.com/conventional-changelog/conventional-changelog/issues/458)) ([efaa7bb](https://github.com/conventional-changelog/conventional-changelog/commit/efaa7bb))
119
-
120
-
121
-
122
-
123
-
124
- ## [4.0.5](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.4...conventional-changelog-writer@4.0.5) (2019-04-11)
125
-
126
- **Note:** Version bump only for package conventional-changelog-writer
127
-
128
-
129
-
130
-
131
-
132
- ## [4.0.4](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.3...conventional-changelog-writer@4.0.4) (2019-04-10)
133
-
134
-
135
- ### Bug Fixes
136
-
137
- * **deps:** update dependency through2 to v3 ([#392](https://github.com/conventional-changelog/conventional-changelog/issues/392)) ([26fe91f](https://github.com/conventional-changelog/conventional-changelog/commit/26fe91f))
138
-
139
-
140
-
141
-
142
-
143
- ## [4.0.3](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.2...conventional-changelog-writer@4.0.3) (2019-02-14)
144
-
145
- **Note:** Version bump only for package conventional-changelog-writer
146
-
147
-
148
-
149
-
150
-
151
- ## [4.0.2](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.1...conventional-changelog-writer@4.0.2) (2018-11-01)
152
-
153
-
154
- ### Bug Fixes
155
-
156
- * bad release of conventional-changelog-writer ([b5da9af](https://github.com/conventional-changelog/conventional-changelog/commit/b5da9af))
157
-
158
-
159
-
160
-
161
-
162
- ## [4.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.0...conventional-changelog-writer@4.0.1) (2018-11-01)
163
-
164
-
165
- ### Bug Fixes
166
-
167
- * 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))
168
-
169
-
170
-
171
-
172
-
173
- <a name="4.0.0"></a>
174
- # [4.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@3.0.9...conventional-changelog-writer@4.0.0) (2018-05-29)
175
-
176
-
177
- ### Chores
178
-
179
- * **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))
180
-
181
-
182
- ### Code Refactoring
183
-
184
- * remove anchor from header templates ([#301](https://github.com/conventional-changelog/conventional-changelog/issues/301)) ([346f24f](https://github.com/conventional-changelog/conventional-changelog/commit/346f24f)), closes [#186](https://github.com/conventional-changelog/conventional-changelog/issues/186)
185
-
186
-
187
- ### BREAKING CHANGES
188
-
189
- * **package:** Set the package's minimum required Node version to be the oldest LTS
190
- currently supported by the Node Release working group. At this time,
191
- that is Node 6 (which is in its Maintenance LTS phase).
192
- * Anchor tags are removed from the changelog header templates. The
193
- rendered Markdown will no longer contain anchor tags proceeding the
194
- version number header that constitutes the changelog header. This means
195
- that consumers of rendered markdown will not be able to use a URL that
196
- has been constructed to contain a version number anchor tag reference,
197
- since the anchor tag won't exist in the rendered markdown.
198
-
199
- It's stronly recomended consumers use the full URL path to the release
200
- page for a given version, as that URL is a permalink to that verison,
201
- contains all relavent release information, and does not, otherwise, rely
202
- on the anchor tag being excessible from the current page view.
203
-
204
- As an example, for version `2.0.0` of a GitHub project, the following
205
- URL should be used:
206
- - https://github.com/conventional-changelog/releaser-tools/releases/tag/v2.0.0
207
-
208
-
209
-
210
-
211
- <a name="3.0.9"></a>
212
- ## [3.0.9](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@3.0.8...conventional-changelog-writer@3.0.9) (2018-03-28)
213
-
214
-
215
- ### Bug Fixes
216
-
217
- * revert previous change ([2f4530f](https://github.com/conventional-changelog/conventional-changelog/commit/2f4530f))
218
-
219
-
220
-
221
-
222
- <a name="3.0.8"></a>
223
- ## [3.0.8](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@3.0.7...conventional-changelog-writer@3.0.8) (2018-03-27)
224
-
225
-
226
-
227
-
228
- **Note:** Version bump only for package conventional-changelog-writer
229
-
230
- <a name="3.0.7"></a>
231
- ## [3.0.7](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@3.0.6...conventional-changelog-writer@3.0.7) (2018-03-27)
232
-
233
-
234
-
235
-
236
- **Note:** Version bump only for package conventional-changelog-writer
237
-
238
- <a name="3.0.6"></a>
239
- ## [3.0.6](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@3.0.5...conventional-changelog-writer@3.0.6) (2018-03-27)
240
-
241
-
242
-
243
-
244
- **Note:** Version bump only for package conventional-changelog-writer
245
-
246
- <a name="3.0.5"></a>
247
- ## [3.0.5](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@3.0.4...conventional-changelog-writer@3.0.5) (2018-03-22)
248
-
249
-
250
-
251
-
252
- **Note:** Version bump only for package conventional-changelog-writer
253
-
254
- <a name="3.0.4"></a>
255
- ## [3.0.4](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@3.0.3...conventional-changelog-writer@3.0.4) (2018-02-24)
256
-
257
-
258
-
259
-
260
- **Note:** Version bump only for package conventional-changelog-writer
261
-
262
- <a name="3.0.3"></a>
263
- ## [3.0.3](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@3.0.2...conventional-changelog-writer@3.0.3) (2018-02-20)
264
-
265
-
266
-
267
-
268
- **Note:** Version bump only for package conventional-changelog-writer
269
-
270
- <a name="3.0.2"></a>
271
- ## [3.0.2](https://github.com/conventional-changelog/conventional-changelog-writer/compare/conventional-changelog-writer@3.0.1...conventional-changelog-writer@3.0.2) (2018-02-13)
272
-
273
-
274
-
275
-
276
- **Note:** Version bump only for package conventional-changelog-writer
277
-
278
- <a name="3.0.1"></a>
279
- ## [3.0.1](https://github.com/conventional-changelog/conventional-changelog-writer/compare/conventional-changelog-writer@3.0.0...conventional-changelog-writer@3.0.1) (2018-02-13)
280
-
281
-
282
-
283
-
284
- **Note:** Version bump only for package conventional-changelog-writer
285
-
286
- <a name="3.0.0"></a>
287
- # [3.0.0](https://github.com/conventional-changelog/conventional-changelog-writer/compare/conventional-changelog-writer@2.0.3...conventional-changelog-writer@3.0.0) (2018-01-29)
288
-
289
-
290
- ### Bug Fixes
291
-
292
- * **writer:** normalize release headings ([#237](https://github.com/conventional-changelog/conventional-changelog-writer/issues/237)) ([9e87dc3](https://github.com/conventional-changelog/conventional-changelog-writer/commit/9e87dc3)), closes [/github.com/conventional-changelog/conventional-changelog/issues/214#issuecomment-326681934](https://github.com//github.com/conventional-changelog/conventional-changelog/issues/214/issues/issuecomment-326681934)
293
-
294
-
295
- ### BREAKING CHANGES
296
-
297
- * **writer:** Logic for generating release headings has been changed to make all
298
- heading levels the same (`##`/`h2`) for better compatibility with
299
- screen readers and parsers, and to conform to HTML semantics. Patch
300
- release titles are now wrapped in a `<small>` tag to maintain the
301
- visual hierarchy of the previous style.
302
-
303
- Fixes https://github.com/conventional-changelog/conventional-changelog/issues/214
304
-
305
-
306
-
307
-
308
- <a name="2.0.3"></a>
309
- ## [2.0.3](https://github.com/conventional-changelog/conventional-changelog-writer/compare/conventional-changelog-writer@2.0.2...conventional-changelog-writer@2.0.3) (2017-12-08)
310
-
311
-
312
-
313
-
314
- **Note:** Version bump only for package conventional-changelog-writer
315
-
316
- <a name="2.0.2"></a>
317
- ## [2.0.2](https://github.com/conventional-changelog/conventional-changelog-writer/compare/conventional-changelog-writer@2.0.1...conventional-changelog-writer@2.0.2) (2017-11-13)
318
-
319
-
320
-
321
-
322
- **Note:** Version bump only for package conventional-changelog-writer
323
-
324
- <a name="2.0.1"></a>
325
- ## [2.0.1](https://github.com/conventional-changelog/conventional-changelog-writer/compare/conventional-changelog-writer@2.0.0...conventional-changelog-writer@2.0.1) (2017-09-01)
326
-
327
- <a name="2.0.0"></a>
328
- # 2.0.0 (2017-07-17)
329
-
330
-
331
- ### Bug Fixes
332
-
333
- * **cli:** options format ([41c813b](https://github.com/conventional-changelog/conventional-changelog-writer/commit/41c813b))
334
- * **cli:** require file with absolute path ([fe2b5fe](https://github.com/conventional-changelog/conventional-changelog-writer/commit/fe2b5fe)), closes [#13](https://github.com/conventional-changelog/conventional-changelog-writer/issues/13)
335
- * **cli:** use absolute path to require context and options ([08808fe](https://github.com/conventional-changelog/conventional-changelog-writer/commit/08808fe))
336
- * **cli:** when it is not tty, it should exit if errors ([aa8708c](https://github.com/conventional-changelog/conventional-changelog-writer/commit/aa8708c))
337
- * **context:** auto link references if repoUrl ([d5d66f3](https://github.com/conventional-changelog/conventional-changelog-writer/commit/d5d66f3))
338
- * **context.version:** only valid a semver can decide `context.isPatch` ([8dbc53a](https://github.com/conventional-changelog/conventional-changelog-writer/commit/8dbc53a))
339
- * **date:** should use committerDate not authorDate ([fbdf73d](https://github.com/conventional-changelog/conventional-changelog-writer/commit/fbdf73d))
340
- * **deps:** concat-stream should be in devdeps ([e90881c](https://github.com/conventional-changelog/conventional-changelog-writer/commit/e90881c))
341
- * **deps:** require split2 ([59db605](https://github.com/conventional-changelog/conventional-changelog-writer/commit/59db605))
342
- * **doFlush:** correct logic ([38e3c03](https://github.com/conventional-changelog/conventional-changelog-writer/commit/38e3c03)), closes [#19](https://github.com/conventional-changelog/conventional-changelog-writer/issues/19)
343
- * **doFlush:** one it is the only potential release ([3d600cf](https://github.com/conventional-changelog/conventional-changelog-writer/commit/3d600cf))
344
- * **err:** catch any possible error ([c934f50](https://github.com/conventional-changelog/conventional-changelog-writer/commit/c934f50))
345
- * **error:** handle errors properly ([bde1200](https://github.com/conventional-changelog/conventional-changelog-writer/commit/bde1200))
346
- * **firstRelease:** correct logic ([ccc02e1](https://github.com/conventional-changelog/conventional-changelog-writer/commit/ccc02e1))
347
- * **functionify:** should not change falsy values ([1aed002](https://github.com/conventional-changelog/conventional-changelog-writer/commit/1aed002))
348
- * **generateOn:** should pass the transformed commit ([2b6cc6c](https://github.com/conventional-changelog/conventional-changelog-writer/commit/2b6cc6c))
349
- * **host:** auto removes "/" at the end of `options.host` ([2bdadf0](https://github.com/conventional-changelog/conventional-changelog-writer/commit/2bdadf0))
350
- * **keyCommit:** all fields of `keyCommit` overwrites `context` ([63296b5](https://github.com/conventional-changelog/conventional-changelog-writer/commit/63296b5)), closes [#5](https://github.com/conventional-changelog/conventional-changelog-writer/issues/5)
351
- * **linkReferences:** can be changed to `false` ([a56f9fd](https://github.com/conventional-changelog/conventional-changelog-writer/commit/a56f9fd))
352
- * **notes:** do not include reverted notes ([4e60fe2](https://github.com/conventional-changelog/conventional-changelog-writer/commit/4e60fe2))
353
- * **notesSort:** defaults to sort on `text` ([3511ffb](https://github.com/conventional-changelog/conventional-changelog-writer/commit/3511ffb))
354
- * **options:** only apply default transform in certain conditions ([6080181](https://github.com/conventional-changelog/conventional-changelog-writer/commit/6080181))
355
- * **partials:** only register if its a string ([915cbeb](https://github.com/conventional-changelog/conventional-changelog-writer/commit/915cbeb))
356
- * **reverse:** should be the other way ([b4156e3](https://github.com/conventional-changelog/conventional-changelog-writer/commit/b4156e3))
357
- * **template:** commit template markdown ([0949b5a](https://github.com/conventional-changelog/conventional-changelog-writer/commit/0949b5a))
358
- * linting ([33ac525](https://github.com/conventional-changelog/conventional-changelog-writer/commit/33ac525))
359
- * **template:** default commit template should handle unkown host ([d1ed4fc](https://github.com/conventional-changelog/conventional-changelog-writer/commit/d1ed4fc))
360
- * **template:** remove an extra newline in footer ([f6180c5](https://github.com/conventional-changelog/conventional-changelog-writer/commit/f6180c5))
361
- * **template:** should not html escape ([e4e33ae](https://github.com/conventional-changelog/conventional-changelog-writer/commit/e4e33ae))
362
- * **template:** tweak ([ef6996a](https://github.com/conventional-changelog/conventional-changelog-writer/commit/ef6996a))
363
- * **templates:** generate correct url if only host exists ([35f1799](https://github.com/conventional-changelog/conventional-changelog-writer/commit/35f1799))
364
- * **templates:** incase partial is empty also don't ignore default partials ([d90fb65](https://github.com/conventional-changelog/conventional-changelog-writer/commit/d90fb65))
365
- * **transform:** do not strip leading v ([8e2da57](https://github.com/conventional-changelog/conventional-changelog-writer/commit/8e2da57))
366
- * **transform:** should work if any field is missing ([fd413ed](https://github.com/conventional-changelog/conventional-changelog-writer/commit/fd413ed))
367
-
368
-
369
- ### Features
370
-
371
- * **defaults:** merge default options and make it less angular ([8e29f96](https://github.com/conventional-changelog/conventional-changelog-writer/commit/8e29f96)), closes [#3](https://github.com/conventional-changelog/conventional-changelog-writer/issues/3) [#4](https://github.com/conventional-changelog/conventional-changelog-writer/issues/4)
372
- * migrate repo to lerna mono-repo ([793e823](https://github.com/conventional-changelog/conventional-changelog-writer/commit/793e823))
373
- * **transform:** if returns a falsy value this commit is ignored ([9508ed6](https://github.com/conventional-changelog/conventional-changelog-writer/commit/9508ed6))
374
- * use new api of `references` and `notes` ([4d27326](https://github.com/conventional-changelog/conventional-changelog-writer/commit/4d27326))
375
- * **cli:** version can be passed directly as an input ([cadf7af](https://github.com/conventional-changelog/conventional-changelog-writer/commit/cadf7af))
376
- * **commit:** `raw` object is attached to `commit` ([2ea9f04](https://github.com/conventional-changelog/conventional-changelog-writer/commit/2ea9f04))
377
- * **commit.hbs:** scope can be missing ([82e0ffa](https://github.com/conventional-changelog/conventional-changelog-writer/commit/82e0ffa))
378
- * **commit.hbs:** use `header` if `subject` is missing ([5e475a0](https://github.com/conventional-changelog/conventional-changelog-writer/commit/5e475a0))
379
- * **compareFunc:** these values can be string or array ([464988c](https://github.com/conventional-changelog/conventional-changelog-writer/commit/464988c))
380
- * **compareFunc:** use module "compare-func" ([520014e](https://github.com/conventional-changelog/conventional-changelog-writer/commit/520014e))
381
- * **context:** expose `finalizeContext` to modify context at last ([d5545c0](https://github.com/conventional-changelog/conventional-changelog-writer/commit/d5545c0))
382
- * **context:** fallback to repoUrl ([dc9c626](https://github.com/conventional-changelog/conventional-changelog-writer/commit/dc9c626))
383
- * **context:** linkReferences has nothing to do with context.host ([1656df8](https://github.com/conventional-changelog/conventional-changelog-writer/commit/1656df8))
384
- * **debug:** convient function for debugging ([c041e35](https://github.com/conventional-changelog/conventional-changelog-writer/commit/c041e35))
385
- * **flush:** add `options.doFlush` to make it possible not to flush ([2fdf142](https://github.com/conventional-changelog/conventional-changelog-writer/commit/2fdf142))
386
- * **generate:** originalCommits as last argument ([797fa8c](https://github.com/conventional-changelog/conventional-changelog-writer/commit/797fa8c))
387
- * **generateOn:** also pass commits, context and options to the function ([a59c73c](https://github.com/conventional-changelog/conventional-changelog-writer/commit/a59c73c)), closes [ajoslin/conventional-changelog#135](https://github.com/ajoslin/conventional-changelog/issues/135)
388
- * **generateOn:** by default if `commit.version` is a valid semver ([19ad3b1](https://github.com/conventional-changelog/conventional-changelog-writer/commit/19ad3b1))
389
- * **generateOn:** if the commit is ignored fall back on the original ([be5723a](https://github.com/conventional-changelog/conventional-changelog-writer/commit/be5723a))
390
- * **generateOn:** log doesn't have to be generated once ([ff88a62](https://github.com/conventional-changelog/conventional-changelog-writer/commit/ff88a62))
391
- * **generateOn:** other type to disable ([9c50b90](https://github.com/conventional-changelog/conventional-changelog-writer/commit/9c50b90))
392
- * **includeDetails:** return an object that contains more details ([81e79f7](https://github.com/conventional-changelog/conventional-changelog-writer/commit/81e79f7))
393
- * **map:** change `options.replacements` to `options.map` ([d0a04ef](https://github.com/conventional-changelog/conventional-changelog-writer/commit/d0a04ef))
394
- * **maxSubjectLength:** added ([83c98b9](https://github.com/conventional-changelog/conventional-changelog-writer/commit/83c98b9))
395
- * **noteGroups:** remove and add note title transform ([abedbfd](https://github.com/conventional-changelog/conventional-changelog-writer/commit/abedbfd))
396
- * **notes:** attach the commit to the note ([af89d4a](https://github.com/conventional-changelog/conventional-changelog-writer/commit/af89d4a)), closes [#12](https://github.com/conventional-changelog/conventional-changelog-writer/issues/12)
397
- * **owner:** add owner context ([8d7b5d9](https://github.com/conventional-changelog/conventional-changelog-writer/commit/8d7b5d9)), closes [#7](https://github.com/conventional-changelog/conventional-changelog-writer/issues/7)
398
- * **reverse:** new options for commits that are poured reversely ([613651e](https://github.com/conventional-changelog/conventional-changelog-writer/commit/613651e))
399
- * **revert:** ignore reverted commits ([0f279ad](https://github.com/conventional-changelog/conventional-changelog-writer/commit/0f279ad))
400
- * **transform:** add a transform option ([b05dc2e](https://github.com/conventional-changelog/conventional-changelog-writer/commit/b05dc2e)), closes [#2](https://github.com/conventional-changelog/conventional-changelog-writer/issues/2)
401
- * **transform:** also pass context as an arg ([76b869d](https://github.com/conventional-changelog/conventional-changelog-writer/commit/76b869d))
402
- * **version:** is not a required field any more ([3790d8f](https://github.com/conventional-changelog/conventional-changelog-writer/commit/3790d8f))
403
- * **version:** strip leading v by default ([43c2c7e](https://github.com/conventional-changelog/conventional-changelog-writer/commit/43c2c7e))
404
-
405
-
406
- ### Performance Improvements
407
-
408
- * **get/set:** drop dot-prop and just use lodash ([601e580](https://github.com/conventional-changelog/conventional-changelog-writer/commit/601e580))
409
-
410
-
411
- ### BREAKING CHANGES
412
-
413
- * **context:** `context.host` cannot change the default of `context.linkReferences` because if the host is unknown, `context.host` is `undefined` and all links will just use `context.repository`.
414
- * The upstream must use the new api of `references` and `notes`.
415
-
416
- `closes` now becomes `references`
417
- The `notes` object is no longer a key-value object but an array of note object, such as
418
- ```js
419
- {
420
- title: 'BREAKING AMEND',
421
- text: 'some breaking change'
422
- }
423
- ```
424
- * **notes:** `includeDetails` will only include `log` and `keyCommit`.
425
- * **templates:** If `partials` is not empty, it should not ignore header, commit and footer partials.
426
- * **reverse:** when there is no commits left for the last block of logs it will still try to generate one. (Assume commits might be rebased or lost but still need a new version).
427
- * **noteGroups:** `options.noteGroups` is no longer available. Filter the notes from upstream or in `options.transform` instead.
428
- * **notes:** `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`.
429
- * **cli:** Previously version number has to be passed as a flag. As a version number is compulsory, it does not make sense for a flag to be compulsory. So if a version number is passed as an input it is still valid.
430
- * **transform:** `options.hashLength`, `options.maxSubjectLength` and `options.map` are deprecated in favour of `options.transform`.
431
- * **map:** `options.replacements` is now `options.map` and it can also take functions
432
- * **compareFunc:** commitGroupsCompareFn -> commitGroupsSort, commitsCompareFn -> commitsSort, noteGroupsCompareFn -> noteGroupsSort and notesCompareFn -> notesSort
433
- * **compareFunc:** Default compare functions no longer sort by lexicographical order. They use `localeCompare` instead
434
- * **version:** `version` is not a required field and it is moved to the `context` object. If version is found in the last commit, it will be overwritten.
435
-
436
- <a name="1.4.1"></a>
437
- ## [1.4.1](https://github.com/conventional-changelog/conventional-changelog-writer/compare/v1.4.0...v1.4.1) (2016-05-10)
438
-
439
-
440
- ### Bug Fixes
441
-
442
- * **context:** auto link references if repoUrl([30bb234](https://github.com/conventional-changelog/conventional-changelog-writer/commit/30bb234))
443
-
444
-
445
-
446
- <a name="1.4.0"></a>
447
- # [1.4.0](https://github.com/conventional-changelog/conventional-changelog-writer/compare/v1.3.0...v1.4.0) (2016-05-10)
448
-
449
-
450
- ### Features
451
-
452
- * **context:** fallback to repoUrl([e504682](https://github.com/conventional-changelog/conventional-changelog-writer/commit/e504682))
453
-
454
-
455
-
456
- <a name="1.3.0"></a>
457
- # [1.3.0](https://github.com/conventional-changelog/conventional-changelog-writer/compare/v1.2.1...v1.3.0) (2016-05-08)
458
-
459
-
460
- ### Features
461
-
462
- * **debug:** convient function for debugging([3b6233f](https://github.com/conventional-changelog/conventional-changelog-writer/commit/3b6233f))
463
-
464
-
465
-
466
- <a name="1.2.1"></a>
467
- ## [1.2.1](https://github.com/conventional-changelog/conventional-changelog-writer/compare/v1.2.0...v1.2.1) (2016-04-19)
468
-
469
-
470
- ### Bug Fixes
471
-
472
- * **templates:** generate correct url if only host exists ([bda0328](https://github.com/conventional-changelog/conventional-changelog-writer/commit/bda0328))
473
-
474
-
475
-
476
- <a name="1.2.0"></a>
477
- # [1.2.0](https://github.com/conventional-changelog/conventional-changelog-writer/compare/v1.1.1...v1.2.0) (2016-04-17)
478
-
479
-
480
- ### Features
481
-
482
- * **transform:** also pass context as an arg ([9bd984c](https://github.com/conventional-changelog/conventional-changelog-writer/commit/9bd984c))
483
-
484
-
485
-
486
- <a name="1.1.1"></a>
487
- ## [1.1.1](https://github.com/stevemao/conventional-changelog-writer/compare/v1.1.0...v1.1.1) (2016-02-29)
488
-
489
-
490
-
491
-
492
- <a name="1.1.0"></a>
493
- # [1.1.0](https://github.com/stevemao/conventional-changelog-writer/compare/v1.0.3...v1.1.0) (2016-02-08)
494
-
495
-
496
- ### Features
497
-
498
- * **generate:** originalCommits as last argument ([186bfb9](https://github.com/stevemao/conventional-changelog-writer/commit/186bfb9))
499
-
500
-
501
-
502
- <a name="1.0.3"></a>
503
- ## [1.0.3](https://github.com/stevemao/conventional-changelog-writer/compare/v1.0.2...v1.0.3) (2016-02-06)
504
-
505
-
506
- ### Bug Fixes
507
-
508
- * **firstRelease:** correct logic ([43552a2](https://github.com/stevemao/conventional-changelog-writer/commit/43552a2))
509
-
510
-
511
-
512
- <a name="1.0.2"></a>
513
- ## [1.0.2](https://github.com/stevemao/conventional-changelog-writer/compare/v1.0.1...v1.0.2) (2016-02-06)
514
-
515
-
516
- ### Bug Fixes
517
-
518
- * **doFlush:** one it is the only potential release ([cc3b5db](https://github.com/stevemao/conventional-changelog-writer/commit/cc3b5db))
519
-
520
-
521
-
522
- <a name="1.0.1"></a>
523
- ## [1.0.1](https://github.com/stevemao/conventional-changelog-writer/compare/v1.0.0...v1.0.1) (2016-02-06)
524
-
525
-
526
- ### Bug Fixes
527
-
528
- * **doFlush:** correct logic ([54d96cc](https://github.com/stevemao/conventional-changelog-writer/commit/54d96cc)), closes [#19](https://github.com/stevemao/conventional-changelog-writer/issues/19)
529
-
530
-
531
-
532
- <a name="1.0.0"></a>
533
- # [1.0.0](https://github.com/stevemao/conventional-changelog-writer/compare/v0.5.1...v1.0.0) (2016-02-05)
534
-
535
-
536
-
537
-
538
- <a name="0.5.1"></a>
539
- ## [0.5.1](https://github.com/stevemao/conventional-changelog-writer/compare/v0.5.0...v0.5.1) (2016-02-03)
540
-
541
-
542
- ### Bug Fixes
543
-
544
- * **context.version:** only valid a semver can decide `context.isPatch` ([59ed325](https://github.com/stevemao/conventional-changelog-writer/commit/59ed325))
545
-
546
-
547
-
548
- <a name="0.5.0"></a>
549
- # [0.5.0](https://github.com/stevemao/conventional-changelog-writer/compare/v0.4.2...v0.5.0) (2016-02-02)
550
-
551
-
552
- ### Features
553
-
554
- * **flush:** add `options.doFlush` to make it possible not to flush ([7850589](https://github.com/stevemao/conventional-changelog-writer/commit/7850589))
555
-
556
-
557
-
558
- <a name="0.4.2"></a>
559
- ## [0.4.2](https://github.com/stevemao/conventional-changelog-writer/compare/v0.4.1...v0.4.2) (2016-01-18)
560
-
561
-
562
- ### Features
563
-
564
- * **generateOn:** also pass commits, context and options to the function ([3146f66](https://github.com/stevemao/conventional-changelog-writer/commit/3146f66)), closes [ajoslin/conventional-changelog#135](https://github.com/ajoslin/conventional-changelog/issues/135)
565
-
566
-
567
-
568
- <a name="0.4.1"></a>
569
- ## [0.4.1](https://github.com/stevemao/conventional-changelog-writer/compare/v0.4.0...v0.4.1) (2015-09-30)
570
-
571
-
572
- ### Bug Fixes
573
-
574
- * **template:** default commit template should handle unkown host ([ef62bfd](https://github.com/stevemao/conventional-changelog-writer/commit/ef62bfd))
575
-
576
- ### Features
577
-
578
- * **context:** linkReferences has nothing to do with context.host ([f5883a6](https://github.com/stevemao/conventional-changelog-writer/commit/f5883a6))
579
-
580
-
581
- ### BREAKING CHANGES
582
-
583
- * `context.host` cannot change the default of `context.linkReferences` because if the host is unknown, `context.host` is `undefined` and all links will just use `context.repository`.
584
-
585
-
586
-
587
- <a name="0.4.0"></a>
588
- # [0.4.0](https://github.com/stevemao/conventional-changelog-writer/compare/v0.3.2...v0.4.0) (2015-09-23)
589
-
590
-
591
- ### Bug Fixes
592
-
593
- * **cli:** require file with absolute path ([e9d9702](https://github.com/stevemao/conventional-changelog-writer/commit/e9d9702)), closes [#13](https://github.com/stevemao/conventional-changelog-writer/issues/13)
594
- * **notesSort:** defaults to sort on `text` ([6d3d564](https://github.com/stevemao/conventional-changelog-writer/commit/6d3d564))
595
-
596
- ### Features
597
-
598
- * **notes:** attach the commit to the note ([2977336](https://github.com/stevemao/conventional-changelog-writer/commit/2977336)), closes [#12](https://github.com/stevemao/conventional-changelog-writer/issues/12)
599
-
600
-
601
- ### BREAKING CHANGES
602
-
603
- * `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`.