Skip to content

Releases: letsflow/jmespath

1.1.5-jasny.1

05 Mar 15:29
f60e65b

Choose a tag to compare

Update to upstream version v1.1.5

Added functions

  • get - Get object value by key
  • regex_count - Count regex matches

Full Changelog: v1.1.4-jasny.4...v1.1.5-jasny.1

1.1.4-jasny.4

20 Jan 14:49
4127a3c

Choose a tag to compare

Additional functions:

  • if - Conditional expression
  • range - Generate a range of numbers or prefixed strings
  • to_object - Convert an array of key-value pairs into an object
  • json_serialize - Serialize a JSON value to a string
  • json_parse - Parse a JSON string into a JSON object
  • sha256 - Calculate the SHA-256 hash of a string
  • sha512 - Calculate the SHA-512 hash of a string
  • uuid - Generate a UUID
  • regex_test - Test if a string matches a regular expression
  • regex_match - Return the first match of a regular expression in a string
  • regex_match_all - Return all matches of a regular expression in a string
  • regex_replace - Replace parts of a string matching a regular expression with a replacement string

Full Changelog: v1.1.4-jasny.3...v1.1.4-jasny.4

1.1.4-jasny.3

16 Jan 13:56
b6fb058

Choose a tag to compare

Fix using numeric literals in a function

1.1.4-jasny.2

16 Jan 13:29
b4228d0

Choose a tag to compare

What's Changed

  • Treat numbers in the root scope as number literals

Full Changelog: https://github.com/letsflow/jmespath/commits/v1.1.4-jasny.2