Releases: letsflow/jmespath
Releases · letsflow/jmespath
1.1.5-jasny.1
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
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
Fix using numeric literals in a function
1.1.4-jasny.2
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