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 |
|
Tim Voronov
|
291d07cbef
|
Feature/custom iterator (#173)
* Added CollectionIterator interface
* Added PAGINATION function
* Fixed LIMIT clause
* Fixed linting issues
|
2018-11-12 19:58:12 -05:00 |
|
Tim Voronov
|
3472630e6f
|
Bug/#142 clauses and statements (#148)
|
2018-10-28 01:45:26 -04:00 |
|
Artem Kartasov
|
e6fd33ac1d
|
add unit tests for runtime/expressions - block (#143)
|
2018-10-28 00:38:53 -04:00 |
|
Artem Kartasov
|
6e06652a5a
|
rename a test items description (#147)
|
2018-10-28 00:37:09 -04:00 |
|
Artem Kartasov
|
c25b8e3610
|
add unit tests for runtime/expressions - param (#145)
|
2018-10-28 00:36:30 -04:00 |
|
Artem Kartasov
|
8c95f3b12e
|
add unit test for runtime/expressions - return (#146)
|
2018-10-27 13:12:40 -04:00 |
|
Tim Voronov
|
549b4abd3b
|
Feature/#5 collect keyword alt (#141)
Implemented COLLECT key word
|
2018-10-24 21:30:05 -04:00 |
|
Tim Voronov
|
e5ca63bcdb
|
Bug/binary expression (#135)
Added boolean binary operator
|
2018-10-17 11:41:40 -04:00 |
|
Tim Voronov
|
05a7582bba
|
Feature/inner html element child (#82)
* SOme wokrd
* Renamed example
* Updated example
|
2018-10-08 20:20:40 -04:00 |
|
Tim Voronov
|
0dfd58dc89
|
Feature/#1 array comparison operators (#71)
* #1 Added ALL IN
* #1 Completed Array operator
* #1 Fixed linting issues
|
2018-10-07 17:54:02 -04:00 |
|
Tim Voronov
|
3f1ca554e2
|
Added DISTINCT clause as an iterator
|
2018-10-07 01:23:35 -04:00 |
|
David Landry
|
86083df180
|
Merge branch 'cleanup/fix-naming-convention' of github.com:davad/ferret into cleanup/fix-naming-convention
|
2018-10-05 18:27:09 -04:00 |
|
David Landry
|
5188c243f6
|
Swap var -> const
|
2018-10-05 18:26:49 -04:00 |
|
David Landry
|
138f39d727
|
Merge branch 'master' into cleanup/fix-naming-convention
|
2018-10-05 17:42:28 -04:00 |
|
David Landry
|
b970bf5a2b
|
Fix unused-parameter errors
|
2018-10-05 17:38:12 -04:00 |
|
David Landry
|
31c31247ac
|
Remove var-declaration errors
|
2018-10-05 17:38:12 -04:00 |
|
Tim Voronov
|
3cb811c636
|
Fixed hashing
|
2018-10-05 15:17:22 -04:00 |
|
Tim Voronov
|
91fc6a1f4a
|
#11 Added params
|
2018-09-28 21:04:16 -04:00 |
|
Tim Voronov
|
4df1949b91
|
#13 Added WAIT_ELEMENT function
|
2018-09-23 04:33:20 -04:00 |
|
Tim Voronov
|
aa5667f10b
|
#2 Added IN operator
|
2018-09-22 21:06:19 -04:00 |
|
Tim Voronov
|
8436fa7425
|
Updated operators
|
2018-09-22 20:28:33 -04:00 |
|
Tim Voronov
|
bbb9f7b68f
|
#4 Added range operator
|
2018-09-22 19:18:10 -04:00 |
|
Tim Voronov
|
d2484b8bfd
|
#3 added ternary operator
|
2018-09-22 11:24:35 -04:00 |
|
Tim Voronov
|
e02e861240
|
Hello world
|
2018-09-18 16:42:38 -04:00 |
|