Skip to content

Releases: jmespath-community/typescript-jmespath

JMESPath Community v1.1.0

15 Mar 20:50
Compare
Choose a tag to compare

This release is a fork of the excellent [port of JMESPath to TypeScript](https://github.com/nanoporetech/jmespath-ts] by @glenveegee.

This release implements JMESPath Community and is designed to iterate quickly with changes to the spec.
It includes the following changes:

  • No dependencies.
  • No known vulnerabilities at time of publishing.
  • Updated to recent versions of NodeJS while deprecating CommonJS modules.
  • Improved error handling.
  • 100% standards compliant, including error reporting, Unicode handling, and more.
  • String functions, including slicing strings.
  • Object manipulation functions.
  • Grouping
  • Arithmetic operations.

This release also standardizes some peculiarities like evaluating the right-hand-side of pipe expression against multi-select-list and multi-select-hash expressions.

Please refer to the specification for more details.

Downloads