projen 0.74.7 → 0.74.9

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 (151) hide show
  1. package/.jsii +17 -16
  2. package/docs/api/API.md +8 -8
  3. package/lib/awscdk/auto-discover.js +5 -5
  4. package/lib/awscdk/awscdk-app-java.js +1 -1
  5. package/lib/awscdk/awscdk-app-py.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +1 -1
  7. package/lib/awscdk/awscdk-construct.js +4 -4
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps-py.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +1 -1
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.d.ts +5 -4
  17. package/lib/awscdk/lambda-function.js +8 -7
  18. package/lib/build/build-workflow.js +1 -1
  19. package/lib/cdk/auto-discover-base.js +2 -2
  20. package/lib/cdk/construct-lib.js +1 -1
  21. package/lib/cdk/integration-test-base.js +1 -1
  22. package/lib/cdk/jsii-docgen.js +1 -1
  23. package/lib/cdk/jsii-project.js +3 -3
  24. package/lib/cdk8s/auto-discover.js +2 -2
  25. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  26. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  27. package/lib/cdk8s/cdk8s-construct.js +1 -1
  28. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  29. package/lib/cdk8s/cdk8s-deps.js +1 -1
  30. package/lib/cdk8s/integration-test.js +1 -1
  31. package/lib/cdktf/cdktf-construct.js +1 -1
  32. package/lib/circleci/circleci.js +1 -1
  33. package/lib/component.js +1 -1
  34. package/lib/dependencies.js +1 -1
  35. package/lib/dev-env.js +1 -1
  36. package/lib/docker-compose/docker-compose-service.js +1 -1
  37. package/lib/docker-compose/docker-compose.js +1 -1
  38. package/lib/file.js +1 -1
  39. package/lib/gitattributes.js +1 -1
  40. package/lib/github/actions-provider.js +1 -1
  41. package/lib/github/auto-approve.js +1 -1
  42. package/lib/github/auto-merge.js +1 -1
  43. package/lib/github/dependabot.js +1 -1
  44. package/lib/github/github-credentials.js +1 -1
  45. package/lib/github/github-project.js +1 -1
  46. package/lib/github/github.js +1 -1
  47. package/lib/github/mergify.js +1 -1
  48. package/lib/github/pr-template.js +1 -1
  49. package/lib/github/pull-request-lint.js +1 -1
  50. package/lib/github/stale.js +1 -1
  51. package/lib/github/task-workflow.js +1 -1
  52. package/lib/github/workflow-actions.js +1 -1
  53. package/lib/github/workflow-jobs.js +1 -1
  54. package/lib/github/workflows.js +1 -1
  55. package/lib/gitlab/configuration.js +1 -1
  56. package/lib/gitlab/gitlab-configuration.js +1 -1
  57. package/lib/gitlab/nested-configuration.js +1 -1
  58. package/lib/gitpod.js +1 -1
  59. package/lib/ignore-file.js +1 -1
  60. package/lib/ini.js +1 -1
  61. package/lib/java/java-project.js +1 -1
  62. package/lib/java/junit.js +1 -1
  63. package/lib/java/maven-compile.js +1 -1
  64. package/lib/java/maven-packaging.js +1 -1
  65. package/lib/java/maven-sample.js +1 -1
  66. package/lib/java/pom.js +1 -1
  67. package/lib/java/projenrc.js +1 -1
  68. package/lib/javascript/bundler.js +1 -1
  69. package/lib/javascript/eslint.js +1 -1
  70. package/lib/javascript/jest.js +4 -4
  71. package/lib/javascript/node-package.js +1 -1
  72. package/lib/javascript/node-project.js +1 -1
  73. package/lib/javascript/npm-config.js +1 -1
  74. package/lib/javascript/prettier.js +1 -1
  75. package/lib/javascript/projenrc.js +1 -1
  76. package/lib/javascript/typescript-config.js +2 -2
  77. package/lib/javascript/upgrade-dependencies.js +2 -2
  78. package/lib/json-patch.js +1 -1
  79. package/lib/json.js +1 -1
  80. package/lib/license.js +1 -1
  81. package/lib/logger.js +1 -1
  82. package/lib/makefile.js +1 -1
  83. package/lib/object-file.js +1 -1
  84. package/lib/project-build.js +1 -1
  85. package/lib/project.js +1 -1
  86. package/lib/projects.js +1 -1
  87. package/lib/projenrc-json.js +2 -2
  88. package/lib/projenrc.js +1 -1
  89. package/lib/python/pip.js +1 -1
  90. package/lib/python/poetry.js +2 -2
  91. package/lib/python/projenrc.js +1 -1
  92. package/lib/python/pytest-sample.js +1 -1
  93. package/lib/python/pytest.js +1 -1
  94. package/lib/python/python-project.js +1 -1
  95. package/lib/python/python-sample.js +1 -1
  96. package/lib/python/requirements-file.js +1 -1
  97. package/lib/python/setuppy.js +1 -1
  98. package/lib/python/setuptools.js +1 -1
  99. package/lib/python/venv.js +1 -1
  100. package/lib/readme.js +1 -1
  101. package/lib/release/publisher.d.ts +1 -1
  102. package/lib/release/publisher.js +3 -3
  103. package/lib/release/release-trigger.js +1 -1
  104. package/lib/release/release.d.ts +1 -1
  105. package/lib/release/release.js +2 -2
  106. package/lib/renovatebot.js +1 -1
  107. package/lib/sample-file.js +2 -2
  108. package/lib/semver.js +1 -1
  109. package/lib/source-code.js +1 -1
  110. package/lib/task-runtime.js +1 -1
  111. package/lib/task.js +1 -1
  112. package/lib/tasks.js +1 -1
  113. package/lib/testing.js +1 -1
  114. package/lib/textfile.js +1 -1
  115. package/lib/toml.js +1 -1
  116. package/lib/typescript/projenrc-ts.js +1 -1
  117. package/lib/typescript/projenrc.js +1 -1
  118. package/lib/typescript/typescript-typedoc.js +1 -1
  119. package/lib/typescript/typescript.js +3 -3
  120. package/lib/version.js +2 -2
  121. package/lib/vscode/devcontainer.js +1 -1
  122. package/lib/vscode/extensions.js +1 -1
  123. package/lib/vscode/launch-config.js +1 -1
  124. package/lib/vscode/settings.js +1 -1
  125. package/lib/vscode/vscode.js +1 -1
  126. package/lib/web/next.js +6 -6
  127. package/lib/web/postcss.js +1 -1
  128. package/lib/web/react.js +4 -4
  129. package/lib/web/tailwind.js +1 -1
  130. package/lib/xmlfile.js +1 -1
  131. package/lib/yaml.js +1 -1
  132. package/node_modules/resolve/.eslintrc +1 -1
  133. package/node_modules/resolve/package.json +4 -3
  134. package/node_modules/resolve/test/resolver/multirepo/package.json +1 -1
  135. package/node_modules/resolve/test/resolver.js +4 -2
  136. package/node_modules/resolve/test/resolver_sync.js +9 -5
  137. package/package.json +3 -3
  138. package/node_modules/@iarna/toml/CHANGELOG.md +0 -278
  139. package/node_modules/cliui/CHANGELOG.md +0 -139
  140. package/node_modules/color-convert/CHANGELOG.md +0 -54
  141. package/node_modules/esprima/ChangeLog +0 -235
  142. package/node_modules/interpret/CHANGELOG +0 -115
  143. package/node_modules/resolve/test/resolver/malformed_package_json/index.js +0 -0
  144. package/node_modules/resolve/test/resolver/malformed_package_json/package.json +0 -1
  145. package/node_modules/shelljs/CHANGELOG.md +0 -942
  146. package/node_modules/shx/CHANGELOG.md +0 -268
  147. package/node_modules/xmlbuilder2/CHANGELOG.md +0 -309
  148. package/node_modules/xmlbuilder2/node_modules/argparse/CHANGELOG.md +0 -185
  149. package/node_modules/xmlbuilder2/node_modules/js-yaml/CHANGELOG.md +0 -557
  150. package/node_modules/y18n/CHANGELOG.md +0 -100
  151. package/node_modules/yargs/node_modules/yargs-parser/CHANGELOG.md +0 -308
@@ -1,278 +0,0 @@
1
- # 2.2.5
2
-
3
- * Docs: Updated benchmark results. Add fast-toml to result list. Improved benchmark layout.
4
- * Update @sgarciac/bombadil and @ltd/j-toml in benchmarks and compliance tests.
5
- * Dev: Some dev dep updates that shouldn't have any impact.
6
-
7
- # 2.2.4
8
-
9
- * Bug fix: Plain date literals (not datetime) immediately followed by another statement (no whitespace or blank line) would crash. Fixes [#19](https://github.com/iarna/iarna-toml/issues/19) and [#23](https://github.com/iarna/iarna-toml/issues/23), thank you [@arnau](https://github.com/arnau) and [@jschaf](https://github.com/jschaf) for reporting this!
10
- * Bug fix: Hex literals with lowercase Es would throw errors. (Thank you [@DaeCatt](https://github.com/DaeCatt) for this fix!) Fixed [#20](https://github.com/iarna/iarna-toml/issues/20)
11
- * Some minor doc tweaks
12
- * Added Node 12 and 13 to Travis. (Node 6 is failing there now, mysteriously. It works on my machine™, shipping anyway. 🙃)
13
-
14
- # 2.2.3
15
-
16
- This release just updates the spec compliance tests and benchmark data to
17
- better represent @ltd/j-toml.
18
-
19
- # 2.2.2
20
-
21
- ## Fixes
22
-
23
- * Support parsing and stringifying objects with `__proto__` properties. ([@LongTengDao](https://github.com/LongTengDao))
24
-
25
- ## Misc
26
-
27
- * Updates for spec compliance and benchmarking:
28
- * @sgarciac/bombadil -> 2.1.0
29
- * toml -> 3.0.0
30
- * Added spec compliance and benchmarking for:
31
- * @ltd/j-toml
32
-
33
- # 2.2.1
34
-
35
- ## Fixes
36
-
37
- * Fix bug where keys with names matching javascript Object methods would
38
- error. Thanks [@LongTengDao](https://github.com/LongTengDao) for finding this!
39
- * Fix bug where a bundled version would fail if `util.inspect` wasn't
40
- provided. This was supposed to be guarded against, but there was a bug in
41
- the guard. Thanks [@agriffis](https://github.com/agriffis) for finding and fixing this!
42
-
43
- ## Misc
44
-
45
- * Update the version of bombadil for spec compliance and benchmarking purposes to 2.0.0
46
-
47
- ## Did you know?
48
-
49
- Node 6 and 8 are measurably slower than Node 6, 10 and 11, at least when it comes to parsing TOML!
50
-
51
- ![](https://pbs.twimg.com/media/DtDeVjmU4AE5apz.jpg)
52
-
53
- # 2.2.0
54
-
55
- ## Features
56
-
57
- * Typescript: Lots of improvements to our type definitions, many many to
58
- [@jorgegonzalez](https://github.com/jorgegonzalez) and [@momocow](https://github.com/momocow) for working through these.
59
-
60
- ## Fixes
61
-
62
- * Very large integers (>52bit) are stored as BigInts on runtimes that
63
- support them. BigInts are 128bits, but the TOML spec limits its integers
64
- to 64bits. We now limit our integers to 64bits
65
- as well.
66
- * Fix a bug in stringify where control characters were being emitted as unicode chars and not escape sequences.
67
-
68
- ## Misc
69
-
70
- * Moved our spec tests out to an external repo
71
- * Improved the styling of the spec compliance comparison
72
-
73
- # 2.1.1
74
-
75
- ## Fixes
76
-
77
- * Oops, type defs didn't end up in the tarball, ty [@jorgegonzalez](https://github.com/jorgegonzalez)‼
78
-
79
- # 2.1.0
80
-
81
- ## Features
82
-
83
- * Types for typescript support, thank you [@momocow](https://github.com/momocow)!
84
-
85
- ## Fixes
86
-
87
- * stringify: always strip invalid dates. This fixes a bug where an
88
- invalid date in an inline array would not be removed and would instead
89
- result in an error.
90
- * stringify: if an invalid type is found make sure it's thrown as an
91
- error object. Previously the type name was, unhelpfully, being thrown.
92
- * stringify: Multiline strings ending in a quote would generate invalid TOML.
93
- * parse: Error if a signed integer has a leading zero, eg, `-01` or `+01`.
94
- * parse: Error if \_ appears at the end of the integer part of a float, eg `1_.0`. \_ is only valid between _digits_.
95
-
96
- ## Fun
97
-
98
- * BurntSushi's comprehensive TOML 0.4.0 test suite is now used in addition to our existing test suite.
99
- * You can see exactly how the other JS TOML libraries stack up in testing
100
- against both BurntSushi's tests and my own in the new
101
- [TOML-SPEC-SUPPORT](TOML-SPEC-SUPPORT.md) doc.
102
-
103
- # 2.0.0
104
-
105
- With 2.0.0, @iarna/toml supports the TOML v0.5.0 specification. TOML 0.5.0
106
- brings some changes:
107
-
108
- * Delete characters (U+007F) are not allowed in plain strings. You can include them with
109
- escaped unicode characters, eg `\u007f`.
110
- * Integers are specified as being 64bit unsigned values. These are
111
- supported using `BigInt`s if you are using Node 10 or later.
112
- * Keys may be literal strings, that is, you can use single quoted strings to
113
- quote key names, so the following is now valid:
114
- 'a"b"c' = 123
115
- * The floating point values `nan`, `inf` and `-inf` are supported. The stringifier will no
116
- longer strip NaN, Infinity and -Infinity, instead serializing them as these new values..
117
- * Datetimes can separate the date and time with a space instead of a T, so
118
- `2017-12-01T00:00:00Z` can be written as `2017-12-01 00:00:00Z`.
119
- * Datetimes can be floating, that is, they can be represented without a timezone.
120
- These are represented in javascript as Date objects whose `isFloating` property is true and
121
- whose `toISOString` method will return a representation without a timezone.
122
- * Dates without times are now supported. Dates do not have timezones. Dates
123
- are represented in javascript as a Date object whose `isDate` property is true and
124
- whose `toISOString` method returns just the date.
125
- * Times without dates are now supported. Times do not have timezones. Times
126
- are represented in javascript as a Date object whose `isTime` property is true and
127
- whose `toISOString` method returns just the time.
128
- * Keys can now include dots to directly address deeper structures, so `a.b = 23` is
129
- the equivalent of `a = {b = 23}` or ```[a]
130
- b = 23```. These can be used both as keys to regular tables and inline tables.
131
- * Integers can now be specified in binary, octal and hexadecimal by prefixing the
132
- number with `0b`, `0o` and `0x` respectively. It is now illegal to left
133
- pad a decimal value with zeros.
134
-
135
- Some parser details were also fixed:
136
-
137
- * Negative zero (`-0.0`) and positive zero (`0.0`) are distinct floating point values.
138
- * Negative integer zero (`-0`) is not distinguished from positive zero (`0`).
139
-
140
- # 1.7.1
141
-
142
- Another 18% speed boost on our overall benchmarks! This time it came from
143
- switching from string comparisons to integer by converting each character to
144
- its respective code point. This also necessitated rewriting the boolean
145
- parser to actually parse character-by-character as it should. End-of-stream
146
- is now marked with a numeric value outside of the Unicode range, rather than
147
- a Symbol, meaning that the parser's char property is now monomorphic.
148
-
149
- Bug fix, previously, `'abc''def'''` was accepted (as the value: `abcdef`).
150
- Now it will correctly raise an error.
151
-
152
- Spec tests now run against bombadil as well (it fails some, which is unsurprising
153
- given its incomplete state).
154
-
155
- # 1.7.0
156
-
157
- This release features an overall 15% speed boost on our benchmarks. This
158
- came from a few things:
159
-
160
- * Date parsing was rewritten to not use regexps, resulting in a huge speed increase.
161
- * Strings of all kinds and bare keywords now use tight loops to collect characters when this will help.
162
- * Regexps in general were mostly removed. This didn't result in a speed
163
- change, but it did allow refactoring the parser to be a lot easier to
164
- follow.
165
- * The internal state tracking now uses a class and is constructed with a
166
- fixed set of properties, allowing v8's optimizer to be more effective.
167
-
168
- In the land of new features:
169
-
170
- * Errors in the syntax of your TOML will now have the `fromTOML` property
171
- set to true. This is in addition to the `line`, `col` and `pos`
172
- properties they already have.
173
-
174
- The main use of this is to make it possible to distinguish between errors
175
- in the TOML and errors in the parser code itself. This is of particular utility
176
- when testing parse errors.
177
-
178
- # 1.6.0
179
-
180
- **FIXES**
181
-
182
- * TOML.stringify: Allow toJSON properties that aren't functions, to align with JSON.stringify's behavior.
183
- * TOML.stringify: Don't use ever render keys as literal strings.
184
- * TOML.stringify: Don't try to escape control characters in literal strings.
185
-
186
- **FEATURES**
187
-
188
- * New Export: TOML.stringify.value, for encoding a stand alone inline value as TOML would. This produces
189
- a TOML fragment, not a complete valid document.
190
-
191
- # 1.5.6
192
-
193
- * String literals are NOT supported as key names.
194
- * Accessing a shallower table after accessing it more deeply is ok and no longer crashes, eg:
195
- ```toml
196
- [a.b]
197
- [a]
198
- ```
199
- * Unicode characters in the reserved range now crash.
200
- * Empty bare keys, eg `[.abc]` or `[]` now crash.
201
- * Multiline backslash trimming supports CRs.
202
- * Multiline post quote trimming supports CRs.
203
- * Strings may not contain bare control chars (0x00-0x1f), except for \n, \r and \t.
204
-
205
- # 1.5.5
206
-
207
- * Yet MORE README fixes. 🙃
208
-
209
- # 1.5.4
210
-
211
- * README fix
212
-
213
- # 1.5.3
214
-
215
- * Benchmarks!
216
- * More tests!
217
- * More complete LICENSE information (some dev files are from other, MIT
218
- licensed, projects, this is now more explicitly documented.)
219
-
220
- # 1.5.2
221
-
222
- * parse: Arrays with mixed types now throw errors, per the spec.
223
- * parse: Fix a parser bug that would result in errors when trying to parse arrays of numbers or dates
224
- that were not separated by a space from the closing ].
225
- * parse: Fix a bug in the error pretty printer that resulted in errors on
226
- the first line not getting the pretty print treatment.
227
- * stringify: Fix long standing bug where an array of Numbers, some of which required
228
- decimals, would be emitted in a way that parsers would treat as mixed
229
- Integer and Float values. Now if any Numbers in an array must be
230
- represented with a decimal then all will be emitted such that parsers will
231
- understand them to be Float.
232
-
233
- # 1.5.1
234
-
235
- * README fix
236
-
237
- # 1.5.0
238
-
239
- * A brand new TOML parser, from scratch, that performs like `toml-j0.4`
240
- without the crashes and with vastly better error messages.
241
- * 100% test coverage for both the new parser and the existing stringifier. Some subtle bugs squashed!
242
-
243
- # v1.4.2
244
-
245
- * Revert fallback due to its having issues with the same files. (New plan
246
- will be to write my own.)
247
-
248
- # v1.4.1
249
-
250
- * Depend on both `toml` and `toml-j0.4` with fallback from the latter to the
251
- former when the latter crashes.
252
-
253
- # v1.4.0
254
-
255
- * Ducktype dates to make them compatible with `moment` and other `Date` replacements.
256
-
257
- # v1.3.1
258
-
259
- * Update docs with new toml module.
260
-
261
- # v1.3.0
262
-
263
- * Switch from `toml` to `toml-j0.4`, which is between 20x and 200x faster.
264
- (The larger the input, the faster it is compared to `toml`).
265
-
266
- # v1.2.0
267
-
268
- * Return null when passed in null as the top level object.
269
- * Detect and skip invalid dates and numbers
270
-
271
- # v1.1.0
272
-
273
- * toJSON transformations are now honored (for everything except Date objects, as JSON represents them as strings).
274
- * Undefined/null values no longer result in exceptions, they now just result in the associated key being elided.
275
-
276
- # v1.0.1
277
-
278
- * Initial release
@@ -1,139 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
-
5
- ## [8.0.1](https://github.com/yargs/cliui/compare/v8.0.0...v8.0.1) (2022-10-01)
6
-
7
-
8
- ### Bug Fixes
9
-
10
- * **deps:** move rollup-plugin-ts to dev deps ([#124](https://github.com/yargs/cliui/issues/124)) ([7c8bd6b](https://github.com/yargs/cliui/commit/7c8bd6ba024d61e4eeae310c7959ab8ab6829081))
11
-
12
- ## [8.0.0](https://github.com/yargs/cliui/compare/v7.0.4...v8.0.0) (2022-09-30)
13
-
14
-
15
- ### ⚠ BREAKING CHANGES
16
-
17
- * **deps:** drop Node 10 to release CVE-2021-3807 patch (#122)
18
-
19
- ### Bug Fixes
20
-
21
- * **deps:** drop Node 10 to release CVE-2021-3807 patch ([#122](https://github.com/yargs/cliui/issues/122)) ([f156571](https://github.com/yargs/cliui/commit/f156571ce4f2ebf313335e3a53ad905589da5a30))
22
-
23
- ### [7.0.4](https://www.github.com/yargs/cliui/compare/v7.0.3...v7.0.4) (2020-11-08)
24
-
25
-
26
- ### Bug Fixes
27
-
28
- * **deno:** import UIOptions from definitions ([#97](https://www.github.com/yargs/cliui/issues/97)) ([f04f343](https://www.github.com/yargs/cliui/commit/f04f3439bc78114c7e90f82ff56f5acf16268ea8))
29
-
30
- ### [7.0.3](https://www.github.com/yargs/cliui/compare/v7.0.2...v7.0.3) (2020-10-16)
31
-
32
-
33
- ### Bug Fixes
34
-
35
- * **exports:** node 13.0 and 13.1 require the dotted object form _with_ a string fallback ([#93](https://www.github.com/yargs/cliui/issues/93)) ([eca16fc](https://www.github.com/yargs/cliui/commit/eca16fc05d26255df3280906c36d7f0e5b05c6e9))
36
-
37
- ### [7.0.2](https://www.github.com/yargs/cliui/compare/v7.0.1...v7.0.2) (2020-10-14)
38
-
39
-
40
- ### Bug Fixes
41
-
42
- * **exports:** node 13.0-13.6 require a string fallback ([#91](https://www.github.com/yargs/cliui/issues/91)) ([b529d7e](https://www.github.com/yargs/cliui/commit/b529d7e432901af1af7848b23ed6cf634497d961))
43
-
44
- ### [7.0.1](https://www.github.com/yargs/cliui/compare/v7.0.0...v7.0.1) (2020-08-16)
45
-
46
-
47
- ### Bug Fixes
48
-
49
- * **build:** main should be build/index.cjs ([dc29a3c](https://www.github.com/yargs/cliui/commit/dc29a3cc617a410aa850e06337b5954b04f2cb4d))
50
-
51
- ## [7.0.0](https://www.github.com/yargs/cliui/compare/v6.0.0...v7.0.0) (2020-08-16)
52
-
53
-
54
- ### ⚠ BREAKING CHANGES
55
-
56
- * tsc/ESM/Deno support (#82)
57
- * modernize deps and build (#80)
58
-
59
- ### Build System
60
-
61
- * modernize deps and build ([#80](https://www.github.com/yargs/cliui/issues/80)) ([339d08d](https://www.github.com/yargs/cliui/commit/339d08dc71b15a3928aeab09042af94db2f43743))
62
-
63
-
64
- ### Code Refactoring
65
-
66
- * tsc/ESM/Deno support ([#82](https://www.github.com/yargs/cliui/issues/82)) ([4b777a5](https://www.github.com/yargs/cliui/commit/4b777a5fe01c5d8958c6708695d6aab7dbe5706c))
67
-
68
- ## [6.0.0](https://www.github.com/yargs/cliui/compare/v5.0.0...v6.0.0) (2019-11-10)
69
-
70
-
71
- ### ⚠ BREAKING CHANGES
72
-
73
- * update deps, drop Node 6
74
-
75
- ### Code Refactoring
76
-
77
- * update deps, drop Node 6 ([62056df](https://www.github.com/yargs/cliui/commit/62056df))
78
-
79
- ## [5.0.0](https://github.com/yargs/cliui/compare/v4.1.0...v5.0.0) (2019-04-10)
80
-
81
-
82
- ### Bug Fixes
83
-
84
- * Update wrap-ansi to fix compatibility with latest versions of chalk. ([#60](https://github.com/yargs/cliui/issues/60)) ([7bf79ae](https://github.com/yargs/cliui/commit/7bf79ae))
85
-
86
-
87
- ### BREAKING CHANGES
88
-
89
- * Drop support for node < 6.
90
-
91
-
92
-
93
- <a name="4.1.0"></a>
94
- ## [4.1.0](https://github.com/yargs/cliui/compare/v4.0.0...v4.1.0) (2018-04-23)
95
-
96
-
97
- ### Features
98
-
99
- * add resetOutput method ([#57](https://github.com/yargs/cliui/issues/57)) ([7246902](https://github.com/yargs/cliui/commit/7246902))
100
-
101
-
102
-
103
- <a name="4.0.0"></a>
104
- ## [4.0.0](https://github.com/yargs/cliui/compare/v3.2.0...v4.0.0) (2017-12-18)
105
-
106
-
107
- ### Bug Fixes
108
-
109
- * downgrades strip-ansi to version 3.0.1 ([#54](https://github.com/yargs/cliui/issues/54)) ([5764c46](https://github.com/yargs/cliui/commit/5764c46))
110
- * set env variable FORCE_COLOR. ([#56](https://github.com/yargs/cliui/issues/56)) ([7350e36](https://github.com/yargs/cliui/commit/7350e36))
111
-
112
-
113
- ### Chores
114
-
115
- * drop support for node < 4 ([#53](https://github.com/yargs/cliui/issues/53)) ([b105376](https://github.com/yargs/cliui/commit/b105376))
116
-
117
-
118
- ### Features
119
-
120
- * add fallback for window width ([#45](https://github.com/yargs/cliui/issues/45)) ([d064922](https://github.com/yargs/cliui/commit/d064922))
121
-
122
-
123
- ### BREAKING CHANGES
124
-
125
- * officially drop support for Node < 4
126
-
127
-
128
-
129
- <a name="3.2.0"></a>
130
- ## [3.2.0](https://github.com/yargs/cliui/compare/v3.1.2...v3.2.0) (2016-04-11)
131
-
132
-
133
- ### Bug Fixes
134
-
135
- * reduces tarball size ([acc6c33](https://github.com/yargs/cliui/commit/acc6c33))
136
-
137
- ### Features
138
-
139
- * adds standard-version for release management ([ff84e32](https://github.com/yargs/cliui/commit/ff84e32))
@@ -1,54 +0,0 @@
1
- # 1.0.0 - 2016-01-07
2
-
3
- - Removed: unused speed test
4
- - Added: Automatic routing between previously unsupported conversions
5
- ([#27](https://github.com/Qix-/color-convert/pull/27))
6
- - Removed: `xxx2xxx()` and `xxx2xxxRaw()` functions
7
- ([#27](https://github.com/Qix-/color-convert/pull/27))
8
- - Removed: `convert()` class
9
- ([#27](https://github.com/Qix-/color-convert/pull/27))
10
- - Changed: all functions to lookup dictionary
11
- ([#27](https://github.com/Qix-/color-convert/pull/27))
12
- - Changed: `ansi` to `ansi256`
13
- ([#27](https://github.com/Qix-/color-convert/pull/27))
14
- - Fixed: argument grouping for functions requiring only one argument
15
- ([#27](https://github.com/Qix-/color-convert/pull/27))
16
-
17
- # 0.6.0 - 2015-07-23
18
-
19
- - Added: methods to handle
20
- [ANSI](https://en.wikipedia.org/wiki/ANSI_escape_code#Colors) 16/256 colors:
21
- - rgb2ansi16
22
- - rgb2ansi
23
- - hsl2ansi16
24
- - hsl2ansi
25
- - hsv2ansi16
26
- - hsv2ansi
27
- - hwb2ansi16
28
- - hwb2ansi
29
- - cmyk2ansi16
30
- - cmyk2ansi
31
- - keyword2ansi16
32
- - keyword2ansi
33
- - ansi162rgb
34
- - ansi162hsl
35
- - ansi162hsv
36
- - ansi162hwb
37
- - ansi162cmyk
38
- - ansi162keyword
39
- - ansi2rgb
40
- - ansi2hsl
41
- - ansi2hsv
42
- - ansi2hwb
43
- - ansi2cmyk
44
- - ansi2keyword
45
- ([#18](https://github.com/harthur/color-convert/pull/18))
46
-
47
- # 0.5.3 - 2015-06-02
48
-
49
- - Fixed: hsl2hsv does not return `NaN` anymore when using `[0,0,0]`
50
- ([#15](https://github.com/harthur/color-convert/issues/15))
51
-
52
- ---
53
-
54
- Check out commit logs for older releases