[6a3a178] | 1 | # Streamroller Changelog
|
---|
| 2 |
|
---|
| 3 | ## 2.2.4
|
---|
| 4 |
|
---|
| 5 | - [Fix for incorrect filename matching](https://github.com/log4js-node/streamroller/pull/61) - thanks [@rnd-debug](https://github.com/rnd-debug)
|
---|
| 6 |
|
---|
| 7 | ## 2.2.3
|
---|
| 8 |
|
---|
| 9 | - [Fix for unhandled promise rejection during cleanup](https://github.com/log4js-node/streamroller/pull/56)
|
---|
| 10 |
|
---|
| 11 | ## 2.2.2
|
---|
| 12 |
|
---|
| 13 | - [Fix for overwriting current file when using date rotation](https://github.com/log4js-node/streamroller/pull/54)
|
---|
| 14 |
|
---|
| 15 | ## 2.2.1
|
---|
| 16 |
|
---|
| 17 | - Fix for num to keep not working when date pattern is all digits (forgot to do a PR for this one)
|
---|
| 18 |
|
---|
| 19 | ## 2.2.0
|
---|
| 20 |
|
---|
| 21 | - [Fallback to copy and truncate when file is busy](https://github.com/log4js-node/streamroller/pull/53)
|
---|
| 22 |
|
---|
| 23 | ## 2.1.0
|
---|
| 24 |
|
---|
| 25 | - [Improve Windows support (closing streams)](https://github.com/log4js-node/streamroller/pull/52)
|
---|
| 26 |
|
---|
| 27 | ## 2.0.0
|
---|
| 28 |
|
---|
| 29 | - [Remove support for node v6](https://github.com/log4js-node/streamroller/pull/44)
|
---|
| 30 | - [Replace lodash with native alternatives](https://github.com/log4js-node/streamroller/pull/45) - thanks [@devoto13](https://github.com/devoto13)
|
---|
| 31 | - [Simplify filename formatting and parsing](https://github.com/log4js-node/streamroller/pull/46)
|
---|
| 32 | - [Removed async lib from main code](https://github.com/log4js-node/streamroller/pull/47)
|
---|
| 33 | - [Fix timezone issues in tests](https://github.com/log4js-node/streamroller/pull/48) - thanks [@devoto13](https://github.com/devoto13)
|
---|
| 34 | - [Fix for flag values that need existing file size](https://github.com/log4js-node/streamroller/pull/49)
|
---|
| 35 | - [Refactor for better readability](https://github.com/log4js-node/streamroller/pull/50)
|
---|
| 36 | - [Removed async lib from test code](https://github.com/log4js-node/streamroller/pull/51)
|
---|
| 37 |
|
---|
| 38 | ## 1.0.6
|
---|
| 39 |
|
---|
| 40 | - [Fix for overwriting old backup files](https://github.com/log4js-node/streamroller/pull/43)
|
---|
| 41 | - Updated lodash to 4.17.14
|
---|
| 42 |
|
---|
| 43 | ## 1.0.5
|
---|
| 44 |
|
---|
| 45 | - [Updated dependencies](https://github.com/log4js-node/streamroller/pull/38)
|
---|
| 46 | - [Fix for initial file date when appending to existing file](https://github.com/log4js-node/streamroller/pull/40)
|
---|
| 47 |
|
---|
| 48 | ## 1.0.4
|
---|
| 49 |
|
---|
| 50 | - [Fix for initial size when appending to existing file](https://github.com/log4js-node/streamroller/pull/35)
|
---|
| 51 |
|
---|
| 52 | ## 1.0.3
|
---|
| 53 |
|
---|
| 54 | - [Fix for crash when pattern is all digits](https://github.com/log4js-node/streamroller/pull/33)
|
---|
| 55 |
|
---|
| 56 | ## 1.0.2
|
---|
| 57 |
|
---|
| 58 | - is exactly the same as 1.0.1, due to me being an idiot and not pulling before I pushed
|
---|
| 59 |
|
---|
| 60 | ## Previous versions
|
---|
| 61 |
|
---|
| 62 | Previous release details are available by browsing the milestones in github.
|
---|