JSLT v0.1.10 Release Notes
Release Date: 2020-06-21 // over 4 years ago-
๐ The main change in this release is the new pipe operator
|
, which allows you to set the context node explicitly. The most obvious use case for it is to select a source JSON object to do object matching, but it can be used for many other things, too. Many thanks to @ecerulm for contributing the implementation!Other changes:
- ๐ The
parse-url
function has been added, designed and implemented by @ecerulm - ๐ A bug in the parsing of escape sequences inside strings was fixed by @biochimia
- ๐ The