Skip to content

Release v0.10.4

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 11:25
  • implement variable in object key (. as $x | { $x: 1 })
  • fix modify operator (|=) with try catch expression
  • fix optional operator (?) with alternative operator (//) in map_values function
  • fix normalizing numeric types for library users
  • export gojq.NewModuleLoader function for library users