Releases: MontFerret/ferret
Releases · MontFerret/ferret
v0.18.1
What's Changed
- chore: use fmt.Printf instead of fmt.Println(fmt.Sprintf(...)) by @testwill in #789
- Updated ANTLR and other dependencies. Upgraded Go version by @ziflex in #796
- refactor: remove io/ioutil by @ginglis13 in #792
New Contributors
- @testwill made their first contribution in #789
- @ginglis13 made their first contribution in #792
Full Changelog: v0.18.0...v0.18.1
v0.18.0
v0.17.0
v0.16.7
Fixed memory leak
Minor fix
Fixed date parser
- Fixed inability to parse custom date formats with
DATE
function. #720
Fixed handling text nodes by XPath parser
Fixed
- Panic during XPath execution by HTTP driver #715
Fixes
Fix for ternary operator
Fixed
- Logical precedence in ternary operator condition #704