Releases: MontFerret/ferret
Releases · MontFerret/ferret
v0.13.0
v0.12.1
v0.12.0
v0.11.1
v0.11.0
Added
Updated
Fixed
v0.10.2
Changelog
84e74a0 Bump github.com/antchfx/xpath from 1.1.4 to 1.1.5 (#467)
6f0a0a5 Bump github.com/mafredri/cdp from 0.25.0 to 0.28.0 (#466)
b5a98ca Fix REPL welcome text (#472)
eae2b01 Fix the embedded mode example. (#474)
74e8fe7 Update install.sh
f426246 Update install.sh
4e8cce8 Updated CHANGELOG
73abfd8 Updated dependencies and travis config
a435e68 Updated go.sum
aaa7228 Updated install.sh
v0.10.1
v0.10.0
Added
- Response information to drivers. #391, #450
- Сompilation check whether parameter values are provided. #396
- Allowed HTTP response codes to HTTP driver. #398
- IO functions to standard library. #403, #405, #452
- Сompilation check whether a variable name is unique. #416
- Loading HTML page into memory. Supported by all drivers. #413
Fixed
- Fixes in HTTP driver. #390
- Inability to handle redirects correctly. #432
- XPath selector gives faulty output. #435
- Typos in README and comments. #446
PAGINATION
fails during redirects. #448
Changed
v0.9.0
Added
INPUT_CLEAR
function to clear input's value. #366- Support of tick for string literals. #367
- Support of default headers and cookies. #372
- Support of use of params in dot notation. #378
- Optional count param to
CLICK
function. #377 BLUR
function. #379
Fixed
- Tabs don't get closed on page load error. #359
CLICK
function does not allow to use element with a selector. #355- Unable to use member expression right after a function call. #368