Skip to content

Releases: cloudydeno/deno-jmespath

v0.2.2: Sync with upstream

27 Mar 21:32
Compare
Choose a tag to compare

Tracks v0.1.10 ➡️ v0.2.1 from upstream. upstream's diff

Related releases:

Given that Deno doesn't need any toolchain configuration, the main benefits that are inherited are better types and code:

  • Review types
  • Split tests of extensions to spec into own module
  • prefer builtin trimLeft method

v0.2.1: Allow root reference, More flexible custom functions

06 Nov 23:11
Compare
Choose a tag to compare

Tracks v0.1.5 to v0.1.10 from upstream.

  • Access root JSONValue using $ symbol
  • Specify optional arguments for custom functions
  • Allow optional variadic arguments
  • Fix type checking for optional arguments

v0.2.0: Initial release for Deno

06 Nov 23:08
Compare
Choose a tag to compare

Compared the upstream, AST types are largely redone to reduce casting and unsafe code.