Maybe the most notable update here is the support for newline-delimited JSON (also known as NDJSON or JSON-lines) as input to jqp
.
Example input:
{"name": "Gilbert", "wins": [["straight", "7♣"], ["one pair", "10♥"]]}
{"name": "Alexa", "wins": [["two pair", "4♠"], ["two pair", "9♠"]]}
{"name": "May", "wins": []}
{"name": "Deloise", "wins": [["three of a kind", "5♣"]]}
jqp
:
Also some new catppuccin 🎨 themes added by @noahmayr (see catppuccin-macchiato
in use in above screenshot) and a nice way to save jqp
output to the clipboard when no file is provided when saving the output @rvictorino.
What's Changed
- feat(save): save to clipboard on empty output file path by @rvictorino in #49
- update chroma and add catppuccin color themes by @noahmayr in #51
- feat: add support for NDJSON/JSONL by @noahgorstein in #55
- fix: only log to stderr if there's an error reading the config file by @noahgorstein in #56
- chore: increase version to 0.6.0 by @noahgorstein in #57
- docs: 0.6.0 updates by @noahgorstein in #58
New Contributors
- @rvictorino made their first contribution in #49
- @noahmayr made their first contribution in #51
Full Changelog: v0.5.0...v0.6.0