Skip to content

Commit cd03b71

Browse files
authored
Merge pull request #1370 from log4js-node/update-docs
docs: updated changelog for 6.8.0
2 parents cf8734e + 0d13791 commit cd03b71

File tree

1 file changed

+67
-39
lines changed

1 file changed

+67
-39
lines changed

Diff for: CHANGELOG.md

+67-39
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,38 @@
11
# log4js-node Changelog
22

3-
## 6.7.1
3+
## [6.8.0](https://github.com/log4js-node/log4js-node/milestone/92)
4+
5+
- [feat: added `log4js.isConfigured()` API](https://github.com/log4js-node/log4js-node/pull/1364) - thanks [@lamweili](https://github.com/lamweili)
6+
- [docs: added `log4js.isConfigured()`](https://github.com/log4js-node/log4js-node/pull/1369) - thanks [@lamweili](https://github.com/lamweili)
7+
- [feat(layout): support a specifier on %m](https://github.com/log4js-node/log4js-node/pull/1346) - thanks [@lamweili](https://github.com/lamweili)
8+
- [fix: tilde expansion for windows](https://github.com/log4js-node/log4js-node/pull/1363) - thanks [@lamweili](https://github.com/lamweili)
9+
- [docs: updated typescript usage](https://github.com/log4js-node/log4js-node/pull/1361) - thanks [@lamweili](https://github.com/lamweili)
10+
- [test: improved test for fileAppender](https://github.com/log4js-node/log4js-node/pull/1365) - thanks [@lamweili](https://github.com/lamweili)
11+
- [ci: generate coverage report in both text and html](https://github.com/log4js-node/log4js-node/pull/1368) - thanks [@lamweili](https://github.com/lamweili)
12+
- [ci: replaced deprecated github set-output](https://github.com/log4js-node/log4js-node/pull/1351) - thanks [@lamweili](https://github.com/lamweili)
13+
- [chore(deps): updated dependencies](https://github.com/log4js-node/log4js-node/pull/1367) - thanks [@lamweili](https://github.com/lamweili)
14+
- chore(deps): bump streamroller from 3.1.3 to 3.1.5
15+
- chore(deps): updated package-lock.json
16+
- [chore(deps-dev): updated dependencies](https://github.com/log4js-node/log4js-node/pull/1366) - thanks [@lamweili](https://github.com/lamweili)
17+
- chore(deps-dev): bump @commitlint/cli from 17.3.0 to 17.4.4
18+
- chore(deps-dev): bump @commitlint/config-conventional from 17.3.0 to 17.4.4
19+
- chore(deps-dev): bump eslint from 8.28.0 to 8.34.0
20+
- chore(deps-dev): bump eslint-config-prettier from 8.5.0 to 8.6.0
21+
- chore(deps-dev): bump eslint-import-resolver-node from 0.3.6 to 0.3.7
22+
- chore(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.27.5
23+
- chore(deps-dev): bump fs-extra from 10.1.0 to 11.1.0
24+
- chore(deps-dev): bump husky from 8.0.2 to 8.0.3
25+
- chore(deps-dev): bump prettier from 2.8.0 to 2.8.4
26+
- chore(deps-dev): bump tap from 16.3.2 to 16.3.4
27+
- chore(deps-dev): bump typescript from 4.9.3 to 4.9.5
28+
- chore(deps-dev): updated package-lock.json
29+
- [chore(deps-dev): bump json5 from 1.0.1 to 1.0.2](https://github.com/log4js-node/log4js-node/pull/1357) - thanks [@Dependabot](https://github.com/dependabot)
30+
31+
## [6.7.1](https://github.com/log4js-node/log4js-node/milestone/91)
432

533
- [type: updated Configuration.levels type to allow for custom log levels](https://github.com/log4js-node/log4js-node/pull/1348) - thanks [@lamweili](https://github.com/lamweili)
634
- [docs: fixed typo in `layouts.md`](https://github.com/log4js-node/log4js-node/pull/1338) - thanks [@dtslvr](https://github.com/dtslvr)
7-
- [chore(deps): updated dependencies](https://github.com/log4js-node/log4js-node/pull/1349) - thanks [@lamweili](https://github.com/lamweili)
35+
- [chore(deps-dev): updated dependencies](https://github.com/log4js-node/log4js-node/pull/1349) - thanks [@lamweili](https://github.com/lamweili)
836
- chore(deps-dev): bump @commitlint/cli from 17.1.2 to 17.3.0
937
- chore(deps-dev): bump @commitlint/config-conventional from 17.1.0 to 17.3.0
1038
- chore(deps-dev): bump eslint from 8.24.0 to 8.28.0
@@ -14,7 +42,7 @@
1442
- chore(deps-dev): bump typescript from 4.8.4 to 4.9.3
1543
- chore(deps-dev): updated package-lock.json
1644

17-
## 6.7.0
45+
## [6.7.0](https://github.com/log4js-node/log4js-node/milestone/90)
1846

1947
- [feat(log4js): if cb is passed to shutdown(), it must be a function or it will throw error immediately](https://github.com/log4js-node/log4js-node/pull/1334) - thanks [@lamweili](https://github.com/lamweili)
2048
- [feat: patternLayout function name, class name and function alias](https://github.com/log4js-node/log4js-node/pull/1316) - thanks [@l0ner](https://github.com/l0ner)
@@ -51,7 +79,7 @@
5179
- chore(deps): bump streamroller from 3.1.2 to 3.1.3
5280
- chore(deps): updated package-lock.json
5381

54-
## 6.6.1
82+
## [6.6.1](https://github.com/log4js-node/log4js-node/milestone/89)
5583

5684
- [fix: connectlogger nolog function](https://github.com/log4js-node/log4js-node/pull/1285) - thanks [@eyoboue](https://github.com/eyoboue)
5785
- [type: corrected AppenderModule interface and Recording interface](https://github.com/log4js-node/log4js-node/pull/1304) - thanks [@lamweili](https://github.com/lamweili)
@@ -78,7 +106,7 @@
78106
- chore(deps-dev): bump typescript from 4.7.2 to 4.7.4
79107
- chore(deps): updated package-lock.json
80108

81-
## 6.6.0
109+
## [6.6.0](https://github.com/log4js-node/log4js-node/milestone/87)
82110

83111
- [feat: adding function(req, res) support to connectLogger nolog](https://github.com/log4js-node/log4js-node/pull/1279) - thanks [@eyoboue](https://github.com/eyoboue)
84112
- [fix: ability to load CJS appenders (through .cjs extension) for ESM packages](https://github.com/log4js-node/log4js-node/pull/1280) - thanks [@lamweili](https://github.com/lamweili)
@@ -93,18 +121,18 @@
93121
- chore(deps): bump date-format from 4.0.10 to 4.0.11
94122
- chore(deps): updated package-lock.json
95123

96-
## 6.5.2
124+
## [6.5.2](https://github.com/log4js-node/log4js-node/milestone/86)
97125

98126
- [type: add LogEvent.serialise](https://github.com/log4js-node/log4js-node/pull/1260) - thanks [@marrowleaves](https://github.com/marrowleaves)
99127

100-
## 6.5.1
128+
## [6.5.1](https://github.com/log4js-node/log4js-node/milestone/85)
101129

102130
- [fix: fs.appendFileSync should use flag instead of flags](https://github.com/log4js-node/log4js-node/pull/1257) - thanks [@lamweili](https://github.com/lamweili)
103131
- [chore(deps): updated dependencies](https://github.com/log4js-node/log4js-node/pull/1258) - thanks [@lamweili](https://github.com/lamweili)
104132
- chore(deps): bump streamroller from 3.1.0 to 3.1.1
105133
- chore(deps): updated package-lock.json
106134

107-
## 6.5.0
135+
## [6.5.0](https://github.com/log4js-node/log4js-node/milestone/84)
108136

109137
- [feat: logger.log() to be synonym of logger.info()](https://github.com/log4js-node/log4js-node/pull/1254) - thanks [@lamweili](https://github.com/lamweili)
110138
- [feat: tilde expansion for filename](https://github.com/log4js-node/log4js-node/pull/1252) - thanks [@lamweili](https://github.com/lamweili)
@@ -117,7 +145,7 @@
117145
- chore(deps): bump streamroller from 3.0.9 to 3.1.0
118146
- chore(deps): updated package-lock.json
119147

120-
## 6.4.7
148+
## [6.4.7](https://github.com/log4js-node/log4js-node/milestone/83)
121149

122150
- [fix: dateFileAppender unable to use units in maxLogSize](https://github.com/log4js-node/log4js-node/pull/1243) - thanks [@lamweili](https://github.com/lamweili)
123151
- [type: added fileNameSep for FileAppender and DateFileAppender](https://github.com/log4js-node/log4js-node/pull/1241) - thanks [@lamweili](https://github.com/lamweili)
@@ -135,7 +163,7 @@
135163
- chore(deps-dev): bump tap from 16.0.1 to 16.1.0
136164
- chore(deps-dev): updated package-lock.json
137165

138-
## 6.4.6
166+
## [6.4.6](https://github.com/log4js-node/log4js-node/milestone/82)
139167

140168
- [chore(deps): updated dependencies](https://github.com/log4js-node/log4js-node/pull/1236) - thanks [@lamweili](https://github.com/lamweili)
141169
- chore(deps-dev): bump eslint from 8.13.0 to 8.14.0
@@ -147,7 +175,7 @@
147175
- chore(deps): bump fs-extra from 10.0.1 to 10.1.0
148176
- chore(deps): updated package-lock.json
149177

150-
## 6.4.5
178+
## [6.4.5](https://github.com/log4js-node/log4js-node/milestone/81)
151179

152180
- [fix: deserialise for enableCallStack features: filename, lineNumber, columnNumber, callStack](https://github.com/log4js-node/log4js-node/pull/1230) - thanks [@lamweili](https://github.com/lamweili)
153181
- [fix: fileDepth for ESM](https://github.com/log4js-node/log4js-node/pull/1224) - thanks [@lamweili](https://github.com/lamweili)
@@ -167,7 +195,7 @@
167195
- chore(deps-dev): updated package-lock.json
168196
- [chore(deps-dev): bump minimist from 1.2.5 to 1.2.6](https://github.com/log4js-node/log4js-node/pull/1227) - thanks [@Dependabot](https://github.com/dependabot)
169197

170-
## 6.4.4
198+
## [6.4.4](https://github.com/log4js-node/log4js-node/milestone/80)
171199

172200
- [fix: set logger.level on runtime will no longer wrongly reset useCallStack](https://github.com/log4js-node/log4js-node/pull/1217) - thanks [@lamweili](https://github.com/lamweili)
173201
- [docs: updated docs for broken links and inaccessible pages](https://github.com/log4js-node/log4js-node/pull/1219) - thanks [@lamweili](https://github.com/lamweili)
@@ -180,7 +208,7 @@
180208
- chore(deps-dev): bump prettier from 2.5.1 to 2.6.0
181209
- chore(deps): updated package-lock.json
182210

183-
## 6.4.3
211+
## [6.4.3](https://github.com/log4js-node/log4js-node/milestone/79)
184212

185213
- [fix: added filename validation](https://github.com/log4js-node/log4js-node/pull/1201) - thanks [@lamweili](https://github.com/lamweili)
186214
- [refactor: do not initialise default appenders as it will be done again by configure()](https://github.com/log4js-node/log4js-node/pull/1210) - thanks [@lamweili](https://github.com/lamweili)
@@ -206,7 +234,7 @@
206234
- chore(deps): bump streamroller from 3.0.4 to 3.0.5
207235
- chore(deps): updated package-lock.json
208236

209-
## 6.4.2
237+
## [6.4.2](https://github.com/log4js-node/log4js-node/milestone/78)
210238

211239
- [fix: fileSync appender to create directory recursively](https://github.com/log4js-node/log4js-node/pull/1191) - thanks [@lamweili](https://github.com/lamweili)
212240
- [fix: serialise() for NaN, Infinity, -Infinity and undefined](https://github.com/log4js-node/log4js-node/pull/1188) - thanks [@lamweili](https://github.com/lamweili)
@@ -233,7 +261,7 @@
233261
- [chore(deps): updated package-lock.json](https://github.com/log4js-node/log4js-node/pull/1174) - thanks [@lamweili](https://github.com/lamweili)
234262
- [chore(deps-dev): bump tap from 14.10.7 to 15.1.6](https://github.com/log4js-node/log4js-node/pull/1173) - thanks [@lamweili](https://github.com/lamweili)
235263

236-
## 6.4.1
264+
## [6.4.1](https://github.com/log4js-node/log4js-node/milestone/77)
237265

238266
- [fix: startup multiprocess even when no direct appenders](https://github.com/log4js-node/log4js-node/pull/1162) - thanks [@nicojs](https://github.com/nicojs)
239267
- [refactor: fixed eslint warnings](https://github.com/log4js-node/log4js-node/pull/1165) - thanks [@lamweili](https://github.com/lamweili)
@@ -244,7 +272,7 @@
244272
- [chore(deps): bump node-fetch from 2.6.6 to 2.6.7](https://github.com/log4js-node/log4js-node/pull/1167) - thanks [@Dependabot](https://github.com/dependabot)
245273
- [chore(deps-dev): bump typescript from 4.5.4 to 4.5.5](https://github.com/log4js-node/log4js-node/pull/1166) - thanks [@lamweili](https://github.com/lamweili)
246274

247-
## 6.4.0 - BREAKING CHANGE 💥
275+
## [6.4.0](https://github.com/log4js-node/log4js-node/milestone/76) - BREAKING CHANGE 💥
248276

249277
New default file permissions may cause external applications unable to read logs.
250278
A [manual code/configuration change](https://github.com/log4js-node/log4js-node/pull/1141#issuecomment-1076224470) is required.
@@ -312,7 +340,7 @@ A [manual code/configuration change](https://github.com/log4js-node/log4js-node/
312340
- [chore(deps): bump yargs-parser from 13.1.1 to 13.1.2](https://github.com/log4js-node/log4js-node/pull/1045) - thanks [@Dependabot](https://github.com/dependabot)
313341
- [chore(deps-dev): bump codecov from 3.6.5 to 3.7.1](https://github.com/log4js-node/log4js-node/pull/1033) - thanks [@Dependabot](https://github.com/dependabot)
314342

315-
## 6.3.0
343+
## [6.3.0](https://github.com/log4js-node/log4js-node/milestone/75)
316344

317345
- [Add option to file appender to remove ANSI colours](https://github.com/log4js-node/log4js-node/pull/1001) - thanks [@BlueCocoa](https://github.com/BlueCocoa)
318346
- [Do not create appender if no categories use it](https://github.com/log4js-node/log4js-node/pull/1002) - thanks [@rnd-debug](https://github.com/rnd-debug)
@@ -324,94 +352,94 @@ A [manual code/configuration change](https://github.com/log4js-node/log4js-node/
324352
- [Docs: UDP appender](https://github.com/log4js-node/log4js-node/pull/1018) - thanks [@iassasin](https://github.com/iassasin)
325353
- [Style: spaces and tabs](https://github.com/log4js-node/log4js-node/pull/1016) - thanks [@abetomo](https://github.com/abetomo)
326354

327-
## 6.2.1
355+
## [6.2.1](https://github.com/log4js-node/log4js-node/milestone/74)
328356

329357
- [Update streamroller to 2.2.4 to fix incorrect filename matching during log rotation](https://github.com/log4js-node/log4js-node/pull/996)
330358

331-
## 6.2.0
359+
## [6.2.0](https://github.com/log4js-node/log4js-node/milestone/73)
332360

333361
- [Add custom message end token to TCP appender](https://github.com/log4js-node/log4js-node/pull/994) - thanks [@rnd-debug](https://github.com/rnd-debug)
334362
- [Update acorn (dev dep of a dep)](https://github.com/log4js-node/log4js-node/pull/992) - thanks Github Robots.
335363

336-
## 6.1.2
364+
## [6.1.2](https://github.com/log4js-node/log4js-node/milestone/72)
337365

338366
- [Handle out-of-order appender loading](https://github.com/log4js-node/log4js-node/pull/986) - thanks [@mvastola](https://github.com/mvastola)
339367

340-
## 6.1.1
368+
## [6.1.1](https://github.com/log4js-node/log4js-node/milestone/71)
341369

342370
- [Add guards for undefined shutdown callback](https://github.com/log4js-node/log4js-node/pull/972) - thanks [@aaron-edwards](https://github.com/aaron-edwards)
343371
- [Ignore .bob files](https://github.com/log4js-node/log4js-node/pull/975) - thanks [@cesine](https://github.com/cesine)
344372
- [Add mark method to type definitions](https://github.com/log4js-node/log4js-node/pull/984) - thanks [@techmunk](https://github.com/techmunk)
345373

346-
## 6.1.0
374+
## [6.1.0](https://github.com/log4js-node/log4js-node/milestone/70)
347375

348376
- [Add pause event to dateFile appender](https://github.com/log4js-node/log4js-node/pull/965) - thanks [@shayantabatabaee](https://github.com/shayantabatabaee)
349377
- [Add pause event to file appender](https://github.com/log4js-node/log4js-node/pull/938) - thanks [@shayantabatabaee](https://github.com/shayantabatabaee)
350378
- [Add pause/resume event to docs](https://github.com/log4js-node/log4js-node/pull/966)
351379

352-
## 6.0.0
380+
## [6.0.0](https://github.com/log4js-node/log4js-node/milestone/69)
353381

354382
- [Update streamroller to fix unhandled promise rejection](https://github.com/log4js-node/log4js-node/pull/962)
355383
- [Updated date-format library](https://github.com/log4js-node/log4js-node/pull/960)
356384

357-
## 5.3.0
385+
## [5.3.0](https://github.com/log4js-node/log4js-node/milestone/68)
358386

359387
- [Padding and truncation changes](https://github.com/log4js-node/log4js-node/pull/956)
360388

361-
## 5.2.2
389+
## [5.2.2](https://github.com/log4js-node/log4js-node/milestone/67)
362390

363391
- [Update streamroller to fix overwriting old files when using date rolling](https://github.com/log4js-node/log4js-node/pull/951)
364392

365-
## 5.2.1
393+
## [5.2.1](https://github.com/log4js-node/log4js-node/milestone/66)
366394

367395
- [Update streamroller to fix numToKeep not working with dateFile pattern that is all digits](https://github.com/log4js-node/log4js-node/pull/949)
368396

369-
## 5.2.0
397+
## [5.2.0](https://github.com/log4js-node/log4js-node/milestone/65)
370398

371399
- [Update streamroller to 2.2.0 (copy and truncate when file is busy)](https://github.com/log4js-node/log4js-node/pull/948)
372400

373-
## 5.1.0
401+
## [5.1.0](https://github.com/log4js-node/log4js-node/milestone/64)
374402

375403
- [Update streamroller to 2.1.0 (windows fixes)](https://github.com/log4js-node/log4js-node/pull/933)
376404

377-
## 5.0.0
405+
## [5.0.0](https://github.com/log4js-node/log4js-node/milestone/61)
378406

379407
- [Update streamroller to 2.0.0 (remove support for node v6)](https://github.com/log4js-node/log4js-node/pull/922)
380408
- [Update dependencies (mostly dev deps)](https://github.com/log4js-node/log4js-node/pull/923)
381409
- [Fix error when cluster not available](https://github.com/log4js-node/log4js-node/pull/930)
382410
- [Test coverage improvements](https://github.com/log4js-node/log4js-node/pull/925)
383411

384-
## 4.5.1
412+
## [4.5.1](https://github.com/log4js-node/log4js-node/milestone/63)
385413

386414
- [Update streamroller 1.0.5 -> 1.0.6 (to fix overwriting old backup log files)](https://github.com/log4js-node/log4js-node/pull/918)
387415
- [Dependency update: lodash 4.17.4 (dependency of a dependency, not log4js)](https://github.com/log4js-node/log4js-node/pull/917) - thanks Github Automated Security Thing.
388416
- [Dependency update: lodash 4.4.0 -> 4.5.0 (dependency of a dependency, not log4js)](https://github.com/log4js-node/log4js-node/pull/915) - thanks Github Automated Security Thing.
389417

390-
## 4.5.0
418+
## [4.5.0](https://github.com/log4js-node/log4js-node/milestone/62)
391419

392420
- [Override call stack parsing](https://github.com/log4js-node/log4js-node/pull/914) - thanks [@rommni](https://github.com/rommni)
393421
- [patternLayout filename depth token](https://github.com/log4js-node/log4js-node/pull/913) - thanks [@rommni](https://github.com/rommni)
394422

395-
## 4.4.0
423+
## [4.4.0](https://github.com/log4js-node/log4js-node/milestone/60)
396424

397425
- [Add option to pass appender module in config](https://github.com/log4js-node/log4js-node/pull/833) - thanks [@kaxelson](https://github.com/kaxelson)
398426
- [Added docs for passing appender module](https://github.com/log4js-node/log4js-node/pull/904)
399427
- [Updated dependencies](https://github.com/log4js-node/log4js-node/pull/900)
400428

401-
## 4.3.2
429+
## [4.3.2](https://github.com/log4js-node/log4js-node/milestone/59)
402430

403431
- [Types for enableCallStack](https://github.com/log4js-node/log4js-node/pull/897) - thanks [@citrusjunoss](https://github.com/citrusjunoss)
404432

405-
## 4.3.1
433+
## [4.3.1](https://github.com/log4js-node/log4js-node/milestone/58)
406434

407435
- [Fix for maxLogSize in dateFile appender](https://github.com/log4js-node/log4js-node/pull/889)
408436

409-
## 4.3.0
437+
## [4.3.0](https://github.com/log4js-node/log4js-node/milestone/57)
410438

411439
- [Feature: line number support](https://github.com/log4js-node/log4js-node/pull/879) - thanks [@victor0801x](https://github.com/victor0801x)
412440
- [Fix for missing core appenders in webpack](https://github.com/log4js-node/log4js-node/pull/882)
413441

414-
## 4.2.0
442+
## [4.2.0](https://github.com/log4js-node/log4js-node/milestone/56)
415443

416444
- [Feature: add appender and level inheritance](https://github.com/log4js-node/log4js-node/pull/863) - thanks [@pharapiak](https://github.com/pharapiak)
417445
- [Feature: add response to context for connectLogger](https://github.com/log4js-node/log4js-node/pull/862) - thanks [@leak4mk0](https://github.com/leak4mk0)
@@ -420,19 +448,19 @@ A [manual code/configuration change](https://github.com/log4js-node/log4js-node/
420448
- [Typescript fixes for connect logger context](https://github.com/log4js-node/log4js-node/pull/876) - thanks [@leak4mk0](https://github.com/leak4mk0)
421449
- [Upgrade to streamroller-1.0.5 to fix log rotation bug](https://github.com/log4js-node/log4js-node/pull/878)
422450

423-
## 4.1.1
451+
## [4.1.1](https://github.com/log4js-node/log4js-node/milestone/55)
424452

425453
- [Various test fixes for node v12](https://github.com/log4js-node/log4js-node/pull/870)
426454
- [Fix layout problem in node v12](https://github.com/log4js-node/log4js-node/pull/860) - thanks [@bjornstar](https://github.com/bjornstar)
427455
- [Add missing types for addLevels](https://github.com/log4js-node/log4js-node/pull/867) - thanks [@Ivkaa](https://github.com/Ivkaa)
428456
- [Allow any return type for layout function](https://github.com/log4js-node/log4js-node/pull/845) - thanks [@xinbenlv](https://github.com/xinbenlv)
429457

430-
## 4.1.0
458+
## [4.1.0](https://github.com/log4js-node/log4js-node/milestone/54)
431459

432460
- Updated streamroller to 1.0.4, to fix a bug where the inital size of an existing file was ignored when appending
433461
- [Updated streamroller to 1.0.3](https://github.com/log4js-node/log4js-node/pull/841), to fix a crash bug if the date pattern was all digits.
434462
- [Updated dependencies](https://github.com/log4js-node/log4js-node/pull/840)
435463

436464
## Previous versions
437465

438-
Change information for older versions can be found by looking at the milestones in github.
466+
Change information for older versions can be found by looking at the [milestones](https://github.com/log4js-node/log4js-node/milestones) in github.

0 commit comments

Comments
 (0)