Skip to content

Releases: samsullivan/jqless

v0.2.0

28 Jan 21:16
409a22b
Compare
Choose a tag to compare

Changelog

  • 409a22b feat: additional keyboard shortcuts; compact & raw output (#8)

v0.1.3

18 Jan 18:07
Compare
Choose a tag to compare

Changelog

  • 224dcde fix: goreleaser dist files are in jqless-build w/in gh actions
  • 327fe5a fix: setup cross-compiling to fix clipboard usage (#7)
  • 98666b9 fix: typo in github action

v0.1.2

18 Jan 06:14
Compare
Choose a tag to compare

Changelog

  • 6c85521 feat: cli flags for help/version
  • 0f12995 fix: skip bubbletea view if no file included

v0.1.1

17 Jan 09:11
Compare
Choose a tag to compare

Changelog

  • de1308d fix: clipboard package broken w/CGO_ENABLED=0
  • 7f39be3 fix: piped data only has size on first run of build

v0.1.0

17 Jan 08:33
Compare
Choose a tag to compare

Changelog

  • b71f8de feat: basic formatting of piped JSON data
  • e9bbdeb feat: better performance with async jq parsing (#1)
  • 049f331 feat: copy to clipboard and key bindings help text (#5)
  • 4409ce2 feat: implement first revision of UI (#4)
  • 72eb75c feat: include bubbles/textinput and gojq
  • 643d3ab feat: loading indicator and better startup time for large JSON payloads (#2)
  • b244238 feat: show error and last successful result
  • 5be3d48 feat: support filename argument as alternative to piped data
  • 9b0dcb6 fix: loading state when opening file / preparing viewport
  • 1aab598 fix: no error styling on help text border
  • be12596 refactor: more consistent use of message package