1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-16 11:37:36 +02:00
ferret/CHANGELOG.md
2018-10-25 18:24:37 -04:00

2.0 KiB

Changelog

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