Skip to content

Releases: jmespath-community/typescript-jmespath

JMESPath Community v1.1.4

27 Oct 07:37
Compare
Choose a tag to compare

This release patches vulnerabilities in somes dependencies and fixes the following issues:

  • #29: let expression now has access to custom registered functions.
  • #30: root node correctly returns a value that evaluates to 0.

Downloads

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