[6a3a178] | 1 | # log4js-node changelog
|
---|
| 2 |
|
---|
| 3 | ## 6.3.0
|
---|
| 4 |
|
---|
| 5 | - [Add option to file appender to remove ANSI colours](https://github.com/log4js-node/log4js-node/pull/1001) - thanks [@BlueCocoa](https://github.com/BlueCocoa)
|
---|
| 6 | - [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)
|
---|
| 7 | - [Docs: better categories inheritance description](https://github.com/log4js-node/log4js-node/pull/1003) - thanks [@rnd-debug](https://github.com/rnd-debug)
|
---|
| 8 | - [Better jsdoc docs](https://github.com/log4js-node/log4js-node/pull/1004) - thanks [@wataash](https://github.com/wataash)
|
---|
| 9 | - [Typescript: access category field in Logger](https://github.com/log4js-node/log4js-node/pull/1006) - thanks [@rtvd](https://github.com/rtvd)
|
---|
| 10 | - [Docs: influxdb appender](https://github.com/log4js-node/log4js-node/pull/1014) - thanks [@rnd-debug](https://github.com/rnd-debug)
|
---|
| 11 | - [Support for fileSync appender in webpack](https://github.com/log4js-node/log4js-node/pull/1015) - thanks [@lauren-li](https://github.com/lauren-li)
|
---|
| 12 | - [Docs: UDP appender](https://github.com/log4js-node/log4js-node/pull/1018) - thanks [@iassasin](https://github.com/iassasin)
|
---|
| 13 | - [Style: spaces and tabs](https://github.com/log4js-node/log4js-node/pull/1016) - thanks [@abetomo](https://github.com/abetomo)
|
---|
| 14 |
|
---|
| 15 | ## 6.2.1
|
---|
| 16 |
|
---|
| 17 | - [Update streamroller to 2.2.4 to fix incorrect filename matching during log rotation](https://github.com/log4js-node/log4js-node/pull/996)
|
---|
| 18 |
|
---|
| 19 | ## 6.2.0
|
---|
| 20 |
|
---|
| 21 | - [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)
|
---|
| 22 | - [Update acorn (dev dep of a dep)](https://github.com/log4js-node/log4js-node/pull/992) - thanks Github Robots.
|
---|
| 23 |
|
---|
| 24 | ## 6.1.2
|
---|
| 25 |
|
---|
| 26 | - [Handle out-of-order appender loading](https://github.com/log4js-node/log4js-node/pull/986) - thanks [@mvastola](https://github.com/mvastola)
|
---|
| 27 |
|
---|
| 28 | ## 6.1.1
|
---|
| 29 |
|
---|
| 30 | - [Add guards for undefined shutdown callback](https://github.com/log4js-node/log4js-node/pull/972) - thanks [@aaron-edwards](https://github.com/aaron-edwards)
|
---|
| 31 | - [Ignore .bob files](https://github.com/log4js-node/log4js-node/pull/975) - thanks [@cesine](https://github.com/cesine)
|
---|
| 32 | - [Add mark method to type definitions](https://github.com/log4js-node/log4js-node/pull/984) - thanks [@techmunk](https://github.com/techmunk)
|
---|
| 33 |
|
---|
| 34 | ## 6.1.0
|
---|
| 35 |
|
---|
| 36 | - [Add pause event to dateFile appender](https://github.com/log4js-node/log4js-node/pull/965) - thanks [@shayantabatabaee](https://github.com/shayantabatabaee)
|
---|
| 37 | - [Add pause event to file appender](https://github.com/log4js-node/log4js-node/pull/938) - thanks [@shayantabatabaee](https://github.com/shayantabatabaee)
|
---|
| 38 | - [Add pause/resume event to docs](https://github.com/log4js-node/log4js-node/pull/966)
|
---|
| 39 |
|
---|
| 40 | ## 6.0.0
|
---|
| 41 |
|
---|
| 42 | - [Update streamroller to fix unhandled promise rejection](https://github.com/log4js-node/log4js-node/pull/962)
|
---|
| 43 | - [Updated date-format library](https://github.com/log4js-node/log4js-node/pull/960)
|
---|
| 44 |
|
---|
| 45 | ## 5.3.0
|
---|
| 46 |
|
---|
| 47 | - [Padding and truncation changes](https://github.com/log4js-node/log4js-node/pull/956)
|
---|
| 48 |
|
---|
| 49 | ## 5.2.2
|
---|
| 50 |
|
---|
| 51 | - [Update streamroller to fix overwriting old files when using date rolling](https://github.com/log4js-node/log4js-node/pull/951)
|
---|
| 52 |
|
---|
| 53 | ## 5.2.1
|
---|
| 54 |
|
---|
| 55 | - [Update streamroller to fix numToKeep not working with dateFile pattern that is all digits](https://github.com/log4js-node/log4js-node/pull/949)
|
---|
| 56 |
|
---|
| 57 | ## 5.2.0
|
---|
| 58 |
|
---|
| 59 | - [Update streamroller to 2.2.0 (copy and truncate when file is busy)](https://github.com/log4js-node/log4js-node/pull/948)
|
---|
| 60 |
|
---|
| 61 | ## 5.1.0
|
---|
| 62 |
|
---|
| 63 | - [Update streamroller to 2.1.0 (windows fixes)](https://github.com/log4js-node/log4js-node/pull/933)
|
---|
| 64 |
|
---|
| 65 | ## 5.0.0
|
---|
| 66 |
|
---|
| 67 | - [Update streamroller to 2.0.0 (remove support for node v6)](https://github.com/log4js-node/log4js-node/pull/922)
|
---|
| 68 | - [Update dependencies (mostly dev deps)](https://github.com/log4js-node/log4js-node/pull/923)
|
---|
| 69 | - [Fix error when cluster not available](https://github.com/log4js-node/log4js-node/pull/930)
|
---|
| 70 | - [Test coverage improvements](https://github.com/log4js-node/log4js-node/pull/925)
|
---|
| 71 |
|
---|
| 72 | ## 4.5.1
|
---|
| 73 |
|
---|
| 74 | - [Update streamroller 1.0.5 -> 1.0.6 (to fix overwriting old backup log files)](https://github.com/log4js-node/log4js-node/pull/918)
|
---|
| 75 | - [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.
|
---|
| 76 | - [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.
|
---|
| 77 |
|
---|
| 78 | ## 4.5.0
|
---|
| 79 |
|
---|
| 80 | - [Override call stack parsing](https://github.com/log4js-node/log4js-node/pull/914) - thanks [@rommni](https://github.com/rommni)
|
---|
| 81 | - [patternLayout filename depth token](https://github.com/log4js-node/log4js-node/pull/913) - thanks [@rommni](https://github.com/rommni)
|
---|
| 82 |
|
---|
| 83 | ## 4.4.0
|
---|
| 84 |
|
---|
| 85 | - [Add option to pass appender module in config](https://github.com/log4js-node/log4js-node/pull/833) - thanks [@kaxelson](https://github.com/kaxelson)
|
---|
| 86 | - [Added docs for passing appender module](https://github.com/log4js-node/log4js-node/pull/904)
|
---|
| 87 | - [Updated dependencies](https://github.com/log4js-node/log4js-node/pull/900)
|
---|
| 88 |
|
---|
| 89 | ## 4.3.2
|
---|
| 90 |
|
---|
| 91 | - [Types for enableCallStack](https://github.com/log4js-node/log4js-node/pull/897) - thanks [@citrusjunoss](https://github.com/citrusjunoss)
|
---|
| 92 |
|
---|
| 93 | ## 4.3.1
|
---|
| 94 |
|
---|
| 95 | - [Fix for maxLogSize in dateFile appender](https://github.com/log4js-node/log4js-node/pull/889)
|
---|
| 96 |
|
---|
| 97 | ## 4.3.0
|
---|
| 98 |
|
---|
| 99 | - [Feature: line number support](https://github.com/log4js-node/log4js-node/pull/879) - thanks [@victor0801x](https://github.com/victor0801x)
|
---|
| 100 | - [Fix for missing core appenders in webpack](https://github.com/log4js-node/log4js-node/pull/882)
|
---|
| 101 |
|
---|
| 102 | ## 4.2.0
|
---|
| 103 |
|
---|
| 104 | - [Feature: add appender and level inheritance](https://github.com/log4js-node/log4js-node/pull/863) - thanks [@pharapiak](https://github.com/pharapiak)
|
---|
| 105 | - [Feature: add response to context for connectLogger](https://github.com/log4js-node/log4js-node/pull/862) - thanks [@leak4mk0](https://github.com/leak4mk0)
|
---|
| 106 | - [Fix for broken sighup handler](https://github.com/log4js-node/log4js-node/pull/873)
|
---|
| 107 | - [Add missing types for Level](https://github.com/log4js-node/log4js-node/pull/872) - thanks [@Ivkaa](https://github.com/Ivkaa)
|
---|
| 108 | - [Typescript fixes for connect logger context](https://github.com/log4js-node/log4js-node/pull/876) - thanks [@leak4mk0](https://github.com/leak4mk0)
|
---|
| 109 | - [Upgrade to streamroller-1.0.5 to fix log rotation bug](https://github.com/log4js-node/log4js-node/pull/878)
|
---|
| 110 |
|
---|
| 111 | ## 4.1.1
|
---|
| 112 |
|
---|
| 113 | - [Various test fixes for node v12](https://github.com/log4js-node/log4js-node/pull/870)
|
---|
| 114 | - [Fix layout problem in node v12](https://github.com/log4js-node/log4js-node/pull/860) - thanks [@bjornstar](https://github.com/bjornstar)
|
---|
| 115 | - [Add missing types for addLevels](https://github.com/log4js-node/log4js-node/pull/867) - thanks [@Ivkaa](https://github.com/Ivkaa)
|
---|
| 116 | - [Allow any return type for layout function](https://github.com/log4js-node/log4js-node/pull/845) - thanks [@xinbenlv](https://github.com/xinbenlv)
|
---|
| 117 |
|
---|
| 118 | ## 4.1.0
|
---|
| 119 |
|
---|
| 120 | - Updated streamroller to 1.0.4, to fix a bug where the inital size of an existing file was ignored when appending
|
---|
| 121 | - [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.
|
---|
| 122 | - [Updated dependencies](https://github.com/log4js-node/log4js-node/pull/840)
|
---|
| 123 |
|
---|
| 124 | ## Previous versions
|
---|
| 125 |
|
---|
| 126 | Change information for older versions can be found by looking at the milestones in github.
|
---|