Skip to content

Commit 3315d59

Browse files
committed
2.1.0
* src: replace byline with custom splitter (Ryan Graham) * test: add color tag tests (Ryan Graham) * test: ensure test fixtures use consistent newlines (Ryan Graham) * test: replicate shell tests in JS (Ryan Graham) * test: add tests for truncated utf8 sequences (Ryan Graham) Signed-off-by: Ryan Graham <[email protected]>
1 parent 430807f commit 3315d59

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2018-12-14, Version 2.1.0
2+
=========================
3+
4+
* src: replace byline with custom splitter (Ryan Graham)
5+
6+
* test: add color tag tests (Ryan Graham)
7+
8+
* test: ensure test fixtures use consistent newlines (Ryan Graham)
9+
10+
* test: replicate shell tests in JS (Ryan Graham)
11+
12+
* test: add tests for truncated utf8 sequences (Ryan Graham)
13+
14+
115
2018-08-11, Version 2.0.0
216
=========================
317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strong-log-transformer",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Stream transformer that prefixes lines with timestamps and other things.",
55
"author": "Ryan Graham <[email protected]>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)