You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@
6
6
This patch-level release includes a fix for a crash on attempt to uncolorize Symbol.
7
7
Thanks to @Alexsey for that first contribution in https://github.com/winstonjs/logform/pull/188.
8
8
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
+
9
13
## Dependency updates by @dependabot
10
14
*@babel/cli from 7.17.10 to 7.18.6 in https://github.com/winstonjs/logform/pull/187
11
15
*@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
31
35
32
36
This update, which also used up version number 2.3.1, pinned the version of the `colors` dependency
33
37
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.
35
39
36
40
### 2.3.0
37
41
**2021/09/21**
@@ -40,8 +44,8 @@ due to vandalism by a developer of that package, as noted [here](https://www.ble
40
44
- Removing some superfluous semicolons & commas lint
41
45
- Avoid dynamic requires [#117]
42
46
- 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]
45
49
46
50
### 2.2.0
47
51
**2020/06/21**
@@ -54,7 +58,7 @@ due to vandalism by a developer of that package, as noted [here](https://www.ble
54
58
### 2.1.2
55
59
**2019/01/31**
56
60
57
-
-[#74] Remove all internal symbols before invoking `util.inspect`.
61
+
-[#74] Remove all internal symbols before invoking `util.inspect`.
58
62
- Related to [#31].
59
63
60
64
### 2.1.1
@@ -177,7 +181,7 @@ console.log(
177
181
178
182
-[#52] Add types field in package.json.
179
183
-[#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.
0 commit comments