1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-16 11:37:36 +02:00
ferret/pkg/stdlib
Tim Voronov 5620be211c
Next (#214)
* Renamed DOCUMENT to PAGE

* Added PageLoadParams

* Added PageLoadParams

* Renamed LoadPageParams -> PageLoadParams

* Added support for context.Done() (#201)

* Bug/#189 operators precedence (#202)

* Fixed math operators precedence

* Fixed logical operators precedence

* Fixed array operator

* Added support for parentheses to enforce a different operator evaluation order

* Feature/#200 drivers (#209)

* Added new interfaces

* Renamed dynamic to cdp driver

* Renamed drivers

* Added ELEMENT_EXISTS function (#210)

* Renamed back PAGE to DOCUMENT (#211)

* Added Getter and Setter interfaces
2018-12-21 23:14:41 -05:00
..
arrays Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
collections Refactored types lib 2018-10-07 01:07:44 -04:00
datetime added DateCompare function (#182) 2018-11-19 19:49:34 -05:00
html Next (#214) 2018-12-21 23:14:41 -05:00
math Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
objects Feature/#106 fmt function (#151) 2018-10-29 16:57:39 -04:00
strings RIGHT() function should return substr counting from right rather than… (#164) 2018-11-07 10:04:18 -05:00
types Feature/#5 collect keyword alt (#141) 2018-10-24 21:30:05 -04:00
utils rename utils.LOG -> utils.PRINT (#162) 2018-11-05 19:31:26 -05:00
lib.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00