Ferret Versions Save

Declarative web scraping

v0.16.0-rc.7

2 years ago

Fixed parsing new line character.

v0.16.0-rc.6

2 years ago

Fixed memory leak.

v0.16.0-rc.5

2 years ago

v0.16.0-rc.4

2 years ago

v0.16.0-rc.3

2 years ago

v0.16.0-rc.2

2 years ago

v0.16.0-rc.1

2 years ago

v0.15.0

3 years ago

Added

  • Support of document charset in HTTP driver #609
  • Walk method to FQL Parser 80c278e
  • Possibility to send keyboard events like 'Enter' or 'Shift' #618

Changed

  • Moved CLI to a separate repository #608

Fixed

  • Passing headers and cookies to HTTP driver #614
  • Reading property of anyonymous object #616
  • Clearing input text containing special characteers #619

v0.14.1

3 years ago

Fixed

  • Parsing HTTP headers and cookies #598
  • Parsing cookie expiration datetime #602

v0.14.0

3 years ago

Added

  • Support of History API #584
  • Support of custom http transport in HTTP driver #586
  • LIKE operator #591
  • Support of ignoring page resources #592
  • Support of handling non-200 status codes in HTTP driver #593
  • DOCUMENT_EXISTS function #594

Fixed

  • RAND(0,100) always same result #579
  • Element.children always returns empty array #580
  • Passing parameters with a nested nil structure leads to panic #587