Releases: sgreben/tj
Releases · sgreben/tj
7.0.0
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
6.0.1
6.0.0
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