Skip to content

Library support + SimpleYAML format + Better multi non JSON file input

Compare
Choose a tag to compare
@Blacksmoke16 Blacksmoke16 released this 27 Feb 03:02
· 41 commits to master since this release
fbe81cb

Dependency Upgrades

Additions

  • Adds the SimpleYAML format
    • Is the same as the YAML format, but doesn't support aliases and anchors; allowing for the input data to be streamed. Useful for large "simple" inputs

Changes

  • Convert input files individually to JSON if more than 1 is provided and the input format is not JSON
    • Better simulates jq behavior, especially with the --slurp option
  • Made some updates to OQ::Processor to allow supplying custom input arguments and/or IOs.
    • Allows oq to be used within an existing Crystal project in addition to as a binary

Fixes

  • Allow oq snap to access home and USB drives
  • Build oq snaps with the --release flag
  • Various doc updates/improvements