1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-16 11:37:36 +02:00
ferret/pkg/runtime/values
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
..
array_test.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
array.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
binary.go Next (#214) 2018-12-21 23:14:41 -05:00
boolean_test.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
boolean.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
date_time_test.go Fixed hashing 2018-10-05 15:17:22 -04:00
date_time.go Feature/#8 datetime (#153) 2018-10-31 19:26:36 -04:00
float_test.go Fixed hashing 2018-10-05 15:17:22 -04:00
float.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
helpers.go Next (#214) 2018-12-21 23:14:41 -05:00
html.go Next (#214) 2018-12-21 23:14:41 -05:00
int_test.go Fixed hashing 2018-10-05 15:17:22 -04:00
int.go Switched from int to int64 (#188) 2018-11-30 19:31:08 -05:00
none.go Feature/#95 deepclone (#101) 2018-10-12 11:58:08 -04:00
object_test.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
object.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
string_test.go Fixed hashing 2018-10-05 15:17:22 -04:00
string.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00