v0.2.9
There are no breaking changes.
Notable Fixes
#30 XPath functions can also be used via the get
keyword. XML support is now considered complete and on par with JSON. XML attributes are handled correctly and error reporting shows the proper XPath as well
#29 Windows path quirks fixed, and the IDE / plugin support has been tested on both Eclipse and IntelliJ
'Big Decimal' handled correctly
The Nashorn JS engine auto-converts JavaScript numbers into BigDecimal in some cases (high precision decimals, negative numbers etc). This is now handled correctly. Equality checks work as expected.
Enhancements
yaml
support with new keyword
Refer to the documentation.
text
support with new keyword
Which avoids auto-converting to JSON - especially relevant for GraphQL. Refer to the documentation.