Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: sgreben/tj

Tags

7.0.0

Toggle 7.0.0's commit message
Breaking changes:

- Use UTC timezone by default (instead of local)
- *Delta* builtin templates now print string deltas
- .tar.gz releases for osx and linux instead of .zip

Additions:

- ISO8601 builtin time format
- DeltaColor builtin template
- *DeltaNanos* builtin templates that print nanoseconds (like *Delta* did previously)
- 32-bit and ARM releases

6.0.2

Toggle 6.0.2's commit message
Fix .dockerignore

6.0.1

Toggle 6.0.1's commit message
Support docker-get

6.0.0

Toggle 6.0.0's commit message
Breaking changes:

- Rename -delta-buffer to -match-buffer
- Rename -readjson to -read-json
- Rename -jsontemplate to -match-template
- Rename -start to -regex / -match-regex
- Rename -timeformat to -time-format
- Rename .JSONText to .MatchText
- Replace .StartText, .StartObject by .Start
- Literals (no "{{") given to -match / -match-template are automatically surrounded by {{}}

Additions:
- Add JSON stream parsing (one-object-per-line format no longer required)
- Add -match-condition
- Add -time-zone
- Add -scale-{sqr,cube,sqrt,cubert}
- Add Text and TimeColor preset templates

Internal:
- Refactor main to avoid duplicating logic between JSON/line input

5.0.3

Toggle 5.0.3's commit message
Add -version, refactor main, simplify color

5.0.2

Toggle 5.0.2's commit message
Cleanup

5.0.1

Toggle 5.0.1's commit message
Add -delta-buffer, docker color example

5.0.0

Toggle 5.0.0's commit message
Remove -plain, add preset templates, add color output and scales

4.0.2

Toggle 4.0.2's commit message
Cleanup

4.0.1

Toggle 4.0.1's commit message
Cleanup