Skip to content

Releases: sgreben/tj

7.0.0

28 Apr 16:48
Compare
Choose a tag to compare
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

18 Feb 22:15
Compare
Choose a tag to compare
Fix .dockerignore

6.0.1

18 Feb 22:14
Compare
Choose a tag to compare
Support docker-get

6.0.0

02 Feb 17:52
Compare
Choose a tag to compare
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

28 Jan 22:57
Compare
Choose a tag to compare
Add -version, refactor main, simplify color

5.0.2

28 Jan 01:13
Compare
Choose a tag to compare
Cleanup

5.0.1

27 Jan 19:22
Compare
Choose a tag to compare
Add -delta-buffer, docker color example

5.0.0

27 Jan 15:36
Compare
Choose a tag to compare
Remove -plain, add preset templates, add color output and scales

4.0.2

26 Jan 18:09
Compare
Choose a tag to compare
Cleanup

4.0.1

26 Jan 16:44
Compare
Choose a tag to compare
Cleanup