Skip to content

v0.2.1-re

Compare
Choose a tag to compare
@JFryy JFryy released this 31 Jul 00:37
· 9 commits to main since this release
f3d03dc

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.