github itchyny/gojq v0.10.0
Release v0.10.0

latest releases: v0.12.15, v0.12.14, v0.12.13...
4 years ago
  • implement various functions (format, significand, modulemeta, halt_error)
  • implement input, inputs functions
  • implement stream option (--stream)
  • implement slicing with object (.[{"start": 1, "end": 2}])
  • implement NO_COLOR environment variable support
  • implement nul output option (-0, --nul-output)
  • implement exit status option (-e, --exit-status)
  • implement search field of module meta object
  • implement combination of --yaml-input and --slurp
  • improve string token lexer and support nested string interpolation
  • improve the exit code for jq compatibility
  • improve default module search paths for jq compatibility
  • improve documentation for the usage as a library
  • change methods of ModuleLoader optional, implement LoadModuleWithMeta and LoadJSONWithMeta
  • fix number normalization for JSON arguments (--argjson, --slurpfile)
  • fix 0/0 and infinite/infinite
  • fix error function against null

Don't miss a new gojq release

NewReleases is sending notifications on new releases.