Download Latest Version ferret_windows_x86_64.zip (4.3 MB)
Email in envelope

Get an email when there's a new version of Ferret

Home / v0.6.0
Name Modified Size InfoDownloads / Week
Parent folder
ferret_checksums.txt 2018-12-25 371 Bytes
ferret_darwin_x86_64.tar.gz 2018-12-25 3.9 MB
ferret_linux_arm64.tar.gz 2018-12-25 3.4 MB
ferret_linux_x86_64.tar.gz 2018-12-25 3.7 MB
ferret_windows_x86_64.zip 2018-12-25 3.7 MB
README.md 2018-12-25 1.2 kB
Totals: 6 Items   14.7 MB 0

Added

  • Added support for context.Done() to interrupt an execution #201.
  • Added support for custom HTML drivers #209.
  • Added support for dot notation access and assignments for custom types #214
  • Added ELEMENT_EXISTS(doc, selector) -> Boolean function #210.

    LET exists = ELEMENT_EXISTS(doc, ".nav") - Added PageLoadParams to DOCUMENT function #214.

    LET doc = DOCUMENT("https://www.google.com/", { dynamic: true, timeout: 10000 })

Fixed

  • Math operators precedence #202.
  • Memory leak in DOWNLOAD function #213.

Breaking change

  • (Embedded) Removed builtin drivers initialization in Program #198. The initialization must be done via context manually.
Source: README.md, updated 2018-12-25