mirror of
https://github.com/MontFerret/ferret.git
synced 2024-12-14 11:23:02 +02:00
2.4 KiB
2.4 KiB
Changelog
0.5.0
Added
- DateTime functions.
PAGINATION
function.SCROLL_TOP
andSCROLL_BOTTOM
functions.
Fixed
- Unable to define variables and make function calls before FILTER, SORT and etc statements.
- Unable to use params in LIMIT clause
INNER_HTML
returns outer HTML instead for dynamic elements.INNER_TEXT
returns HTML instead from dynamic elements.
0.4.0
Added
Fixed
- Unable to use string literals as object properties commit
0.3.0
Added
FROM_BASE64
function commit- Support for multi line strings commit
DOWNLOAD
function commit- Binary expressions commit
Fixed
KEEP
function does not perform deep cloning commit- WaitForNavigation callback can get called more than once commit
- Concurrent map iteration and map write commit
Breaking changes
- Renamed
.innerHtml
to.innerHTML
commit