2018-10-14 03:14:24 +02:00
## Changelog
2018-11-12 21:53:36 +02:00
### 0.5.0
#### Added
- DateTime functions.
2018-11-13 02:58:12 +02:00
- ``PAGINATION`` function.
2018-11-13 05:26:02 +02:00
- ``SCROLL_TOP`` and ``SCROLL_BOTTOM`` functions.
2018-11-12 21:53:36 +02:00
#### Fixed
- Unable to define variables and make function calls before FILTER, SORT and etc statements.
2018-11-13 02:58:12 +02:00
- Unable to use params in LIMIT clause
2018-11-12 21:53:36 +02:00
- ``INNER_HTML`` returns outer HTML instead for dynamic elements.
- ``INNER_TEXT`` returns HTML instead from dynamic elements.
2018-10-26 00:24:37 +02:00
### 0.4.0
#### Added
- ``COLLECT`` keyword [#141 ](https://github.com/MontFerret/ferret/pull/141 )
- ``VALUES`` function [#128 ](https://github.com/MontFerret/ferret/pull/128 )
- ``MERGE_RECURSIVE`` function [#140 ](https://github.com/MontFerret/ferret/pull/140 )
#### Fixed
- Unable to use string literals as object properties [commit ](https://github.com/MontFerret/ferret/commit/685c5872aaed42852ce32e7ab8b69b1a269185be )
2018-10-17 19:05:41 +02:00
### 0.3.0
#### Added
- ``FROM_BASE64`` function [commit ](https://github.com/MontFerret/ferret/commit/5db8df55db46336927ca32ab096569fa09df58d3 )
- Support for multi line strings [commit ](https://github.com/MontFerret/ferret/commit/cf70088fd84fa0e02887c0f34298793b98f96073 )
- ``DOWNLOAD`` function [commit ](https://github.com/MontFerret/ferret/commit/dd13878f80f340c4727d3ad5a6a70859dd958b92 )
- Binary expressions [commit ](https://github.com/MontFerret/ferret/commit/e5ca63bcdb83418b40792bc65bf83f58a0cb1b4e )
#### Fixed
- ``KEEP`` function does not perform deep cloning [commit ](https://github.com/MontFerret/ferret/commit/0f3128e8428cd3dc5377a2ead3134c1ae14cc9a0 )
- WaitForNavigation callback can get called more than once [commit ](https://github.com/MontFerret/ferret/commit/1d6a23fa967643a737cd052234d480052d3ec2d9 )
- Concurrent map iteration and map write [commit ](https://github.com/MontFerret/ferret/commit/1d6a23fa967643a737cd052234d480052d3ec2d9 )
2018-10-17 21:06:24 +02:00
#### Breaking changes
2018-10-17 19:05:41 +02:00
- Renamed ``.innerHtml`` to ``.innerHTML`` [commit ](https://github.com/MontFerret/ferret/commit/393980029976405d9e432faadd407e964c995fd4 )
2018-10-14 03:14:24 +02:00
### 0.2.0
#### Added
- Numeric functions [commit ](https://github.com/MontFerret/ferret/commit/5f94b77a39709846a922a3bf421f81e78c2b0c7e )
- ``PDF`` function [commit ](https://github.com/MontFerret/ferret/commit/2417be3f9da6db49dcee5ac6f061cc66142fbef5 )
- ``ZIP`` function [commit ](https://github.com/MontFerret/ferret/commit/5d0d9ec5374d42b0e882436955666c737d9dab0c )
2018-10-17 21:06:24 +02:00
- ``MERGE`` function [commit ](https://github.com/MontFerret/ferret/commit/446ce3ead5812fe105726bae16196fb7ce4a7185 )