Releases: MontFerret/ferret
Releases · MontFerret/ferret
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
v0.16.0
Added
- New
WAITFOR EVENT
syntax #590 - Support of optional chaining #634
- Tracing to CDP driver #648
- Support of errors suppression in function calls #652
- Support of error suppression in inline expressions #671
- Support of XPath selectors throughout drivers API #657
- Zero-allocation in
FOR
loops returningNONE
#673 - Ignorable
_
variable #673
Changed
Fixed
values.Parse
does not parse int64 #621- CPU leakage #635, 90792bc
- Nil pointer exception #636
- Use of deprecated CDP API methods #637
- HTTP driver makes multiple requests #642
- Log level is ignored aeb1247
Dependencies
- Upgraded github.com/mafredri/cdp
- Upgraded github.com/antchfx/xpath
- Upgraded github.com/PuerkitoBio/goquery
- Upgraded github.com/rs/zerolog