Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ferret_darwin_x86_64.tar.gz | 2018-11-20 | 3.9 MB | |
ferret_linux_i386.tar.gz | 2018-11-20 | 3.5 MB | |
ferret_windows_x86_64.zip | 2018-11-20 | 3.7 MB | |
ferret_linux_arm64.tar.gz | 2018-11-20 | 3.4 MB | |
ferret_checksums.txt | 2018-11-20 | 736 Bytes | |
ferret_darwin_i386.tar.gz | 2018-11-20 | 3.7 MB | |
ferret_linux_armv6.tar.gz | 2018-11-20 | 3.5 MB | |
ferret_linux_x86_64.tar.gz | 2018-11-20 | 3.7 MB | |
ferret_windows_i386.zip | 2018-11-20 | 3.5 MB | |
README.md | 2018-11-20 | 1.7 kB | |
Totals: 10 Items | 28.8 MB | 0 |
Added
FMT
function #151.- DateTime functions #152, #153, #154, #156, #157, #165, #175, #182.
PAGINATION
function #173.SCROLL_TOP
,SCROLL_BOTTOM
andSCROLL_ELEMENT
functions #174.HOVER
function #178.- Panic recovery mechanism #158.
Fixed
- Unable to define variables and make function calls before FILTER, SORT and etc statements #148.
- Unable to use params in LIMIT clause #173.
RIGHT
should return substr counting from right rather than left #164.INNER_HTML
returns outer HTML instead for dynamic elements #170.INNER_TEXT
returns HTML instead from dynamic elements #170.
Breaking change:
- Name collision between
math
andutils
packages in standard library. RenamedLOG
toPRINT
#162.