Skip to content

Releases: JFryy/qq

v0.2.2-r

01 Sep 04:35
Compare
Choose a tag to compare
version bump

v0.2.1-re

31 Jul 00:37
f3d03dc
Compare
Choose a tag to compare

Another re-release of qq in a very short span of time. Prior versions will be retroactively removed from v0.2.1 =< . Apologies for the frequent changes and releases that are core, a few integral changes were required for existing codecs and TUI functionality that had to be prioritized and was staggered in its release as there was a lot to cover. Total changes include:

  • type parsing for csv, gron, xml & more for datetime, float, int unmarshalling.
  • gron adjustments to handle gron -> ungron conversions without issue, bug fixed for parsing array values on unmarshal.
  • CSV changes to list of maps rather than matrix
  • CSV support for multiple delimiters (besides comma)
  • newline (text) format handling, simply splits new line into a query-able context
  • TUI fixed to support variable terminal size and truncate content
  • TUI updated to support scroll and page up/down for preview window
  • HTML parsing with qq - mostly identical to xml and fq's end result - some minor changes are required for edge-cases with more complex html content.

v0.2.0

18 Jul 15:53
Compare
Choose a tag to compare

qq v0.20

  • add html input parsing
  • fix version no. on published bin
  • adjust main marshaling functions for handling bytes with pointer

v0.1.6

30 Jun 20:47
Compare
Choose a tag to compare

General changes to meta marshaling/unmarhsaling functions in codec for performance/ease of use, dependency updates and removal of extraneous modules, adjustment to flag parsing.

v0.1.5 stable

29 Jun 01:06
Compare
Choose a tag to compare
v0.1.5-stable

.

v.0.1.5-alpha

27 Jun 04:31
Compare
Choose a tag to compare
  • Add GRON support
  • Chroma fallback for unsupported extensions

v0.1.3-alpha

26 Jun 03:51
Compare
Choose a tag to compare

Modifications for go install @latest & removal of replacement during local development.