1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-14 11:23:02 +02:00
ferret/CHANGELOG.md
2018-11-12 22:26:02 -05:00

2.4 KiB

Changelog

0.5.0

Added

  • DateTime functions.
  • PAGINATION function.
  • SCROLL_TOP and SCROLL_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

  • COLLECT keyword #141
  • VALUES function #128
  • MERGE_RECURSIVE function #140

Fixed

  • Unable to use string literals as object properties commit

0.3.0

Added

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

0.2.0

Added