Tim Voronov
|
d7b923e4c3
|
Feature/#220 iframe support (#315)
* Refactored Virtual DOM structure
* Added new E2E tests
* Updated E2E Test Runner
|
2019-06-19 17:58:56 -04:00 |
|
Tim Voronov
|
6933798419
|
Bugfix/#295 arithmetic operators (#298)
* Some work
* Updated Add operator
* Updated Subtract operator
* Updated Subtract operator tests
* Added tests for multiplication
* Added division
* Updated the rest of operators
|
2019-05-19 12:12:11 -04:00 |
|
3timeslazy
|
acf2f13dcb
|
Linter Cleanups (#294)
* sync with MontFerret/ferret
* fix --param handling
When params is converted to map it uses strings.Split,
which slices a string into all substrings separated by :.
* remove impossible conditions nil != nil
* delete ineffectual assignments
* replace '+= 1' with '++'
* remove useless comparison with nil
* merge variable declarations
* remove bool comparison
* fix imports
* fix imports
* delete unused file
* use copy instead of loop
* delete unused DummyInterface
* remove unnecassary break statements
* tidy modules
|
2019-05-03 17:10:34 -04:00 |
|
Tim Voronov
|
1af8b37a0f
|
New type system (#232)
* New type system
* Fixed dot notation for HTML elements
|
2019-02-13 12:31:18 -05:00 |
|
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
|
3472630e6f
|
Bug/#142 clauses and statements (#148)
|
2018-10-28 01:45:26 -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 |
|
David Landry
|
5188c243f6
|
Swap var -> const
|
2018-10-05 18:26:49 -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
|
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
|
e02e861240
|
Hello world
|
2018-09-18 16:42:38 -04:00 |
|