Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

55 lines (30 loc) · 1.53 KB
  • Improve handling of bools, empty strings and falsy values
  • Convert project to TypeScript
  • Switch to peggy instead of PegJS
  • Update dependencies

1.5.0

  • Update dependencies (note that this release was not correctly tracked in GitHub)
  • Update dependencies
  • Just a release to Fix up the out-of-date changelog
  • Bugfix
  • Ensures that micro-jq conforms to jq's "spec" of constructing multiple objects when a field in an object constructor produces "multiple results".
  • Add the ability to iterate over objects with the iterator operator as described in the jq manual, in the same fashion as arrays can be iterated over.
  • Better support for slices, indexing, and improved composability #3
  • Update dependencies
  • Update dependencies
  • Bugfixes
  • Bugfixes

1.0.0 Initial Release

  • Initial release