Skip to content

Commit 25a6a3e

Browse files
committed
Expand changelog
1 parent 572f2c1 commit 25a6a3e

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
This patch-level release includes a fix for a crash on attempt to uncolorize Symbol.
77
Thanks to @Alexsey for that first contribution in https://github.com/winstonjs/logform/pull/188.
88

9+
## Maintainability updates:
10+
Line break styles were changed to be LF (instead of CRLF) more consistently so that linter warnings
11+
aren't drowned out by notes about that.
12+
913
## Dependency updates by @dependabot
1014
* @babel/cli from 7.17.10 to 7.18.6 in https://github.com/winstonjs/logform/pull/187
1115
* @babel/core from 7.18.5 to 7.18.6 in https://github.com/winstonjs/logform/pull/185
@@ -31,7 +35,7 @@ Thanks to @Alexsey for that first contribution in https://github.com/winstonjs/l
3135

3236
This update, which also used up version number 2.3.1, pinned the version of the `colors` dependency
3337
due to vandalism by a developer of that package, as noted [here](https://www.bleepingcomputer.com/news/security/dev-corrupts-npm-libs-colors-and-faker-breaking-thousands-of-apps/).
34-
[As discussed in the `winston` package](https://github.com/winstonjs/winston/issues/2011), all users should update to this (or a later version, should one exist) ASAP.
38+
[As discussed in the `winston` package](https://github.com/winstonjs/winston/issues/2011), all users should update to this (or a later version, should one exist) ASAP.
3539

3640
### 2.3.0
3741
**2021/09/21**
@@ -40,8 +44,8 @@ due to vandalism by a developer of that package, as noted [here](https://www.ble
4044
- Removing some superfluous semicolons & commas lint
4145
- Avoid dynamic requires [#117]
4246
- Replace JSON stringify library "fast-safe-stringify" by "safe-stable-stringify" [#98]
43-
- More correctly format errors even if the “message” property is enumerable [#101]
44-
- Fix errors and ms export for browsers [#106]
47+
- More correctly format errors even if the “message” property is enumerable [#101]
48+
- Fix errors and ms export for browsers [#106]
4549

4650
### 2.2.0
4751
**2020/06/21**
@@ -54,7 +58,7 @@ due to vandalism by a developer of that package, as noted [here](https://www.ble
5458
### 2.1.2
5559
**2019/01/31**
5660

57-
- [#74] Remove all internal symbols before invoking `util.inspect`.
61+
- [#74] Remove all internal symbols before invoking `util.inspect`.
5862
- Related to [#31].
5963

6064
### 2.1.1
@@ -177,7 +181,7 @@ console.log(
177181

178182
- [#52] Add types field in package.json.
179183
- [#46], [#49] Changes for splat when there are no tokens present and no splat present.
180-
- [#47], [#53] Expose transpiled code for Browser-only scenarios.
184+
- [#47], [#53] Expose transpiled code for Browser-only scenarios.
181185

182186
### 1.9.1
183187
**2018/06/26**
@@ -232,7 +236,7 @@ console.log(
232236
### 1.4.0
233237
**2018/03/23**
234238

235-
- [#14] @iamkirkbater Added Initial Metadata Support.
239+
- [#14] @iamkirkbater Added Initial Metadata Support.
236240
- Correct JSDoc for printf.js. Fixes #10.
237241

238242
### 1.3.0

0 commit comments

Comments
 (0)