Tim Voronov
9756f0dc5a
Changed logic of iterator termination ( #330 )
2019-07-13 13:39:01 -04:00
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
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
3timeslazy
de703513e4
Linter Cleanup ( #276 )
...
* linter cleanup
* fix default case
2019-03-29 10:48:51 -04:00
Tim Voronov
376ad77404
Feature/#250 wait style ( #255 )
...
* Added support for parsed styles
* Added stdlib function.
* Added e2e tests
* Added e2e tests for STYLE_* functions
2019-03-13 14:51:30 -04:00
Tim Voronov
34c8c02258
Refactoring/externalized html ( #234 )
...
* Externalized HTML drivers
* Fixed unit tests
* Updated logging
* Added support to set default driver
* Updated GetIn and SetIn helpers
2019-02-19 18:10:18 -05:00
Tim Voronov
f8e061cc80
Move value specific Iterable and Iterator interfaces into core module ( #233 )
...
* Move value specific Iterable and Iterator interfaces into core module
* Update Makefile
Reverted test command
* Update collection.go
* Fixed wrong iterator usage
* Updated use of switch statements
2019-02-15 07:41:08 -05: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
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
Tim Voronov
549b4abd3b
Feature/#5 collect keyword alt ( #141 )
...
Implemented COLLECT key word
2018-10-24 21:30:05 -04:00
Tim Voronov
d3f1a2d88d
Fixed iterator_test
2018-10-08 11:29:31 -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
ec2d6a659b
Feature/#9 array functions ( #57 )
...
* #9 Added 'APPEND' function
* #9 Added 'FIRST' function
* #9 Added 'FLATTEN' function
* #9 Added 'INTERSECTION' function
* #9 Added 'LAST' function
* #9 Added 'MINUS' function
* #9 Added 'NTH' function
* #9 Added 'OUTERSECTION' function
* #9 Added 'POP' function
* #9 Added 'POSITION' function
* #9 Added 'PUSH' function
* Fixed nil pointer exception in value parser
* #9 Added 'REMOVE_NTH' function
* #9 Added 'REMOVE_VALUE' function
* #9 Added 'REMOVE_VALUES' function
* #9 Added 'REVERSE' function
* #9 Added 'SHIFT' function
* #9 Added 'SLICE' function
* Removed meme
* #9 Added 'SORTED' function
* #9 Added SORTED_UNIQUE function
* #9 Added 'UNION' function
* #9 Added 'UNION_DISTINCT' function
* #9 Added 'UNIQUE' function
* #9 Added 'UNSHIFT' function
* #9 Made more strict optional arg validation
* #9 Fixed linting errors
2018-10-05 21:27:34 -04:00
David Landry
8942a5e584
Missed updating a bunch of identifiers
2018-10-05 19:40:09 -04:00
David Landry
31cb7c2762
Fix increment-decrement errors
2018-10-05 17:38:12 -04:00
David Landry
90c2c702e4
Rename variables and methods to match styleguide
2018-10-05 17:38:12 -04:00
Tim Voronov
e6d692010c
stdlib.strings
...
Added string functions to standard library
2018-09-21 20:37:09 -04:00
Tim Voronov
e02e861240
Hello world
2018-09-18 16:42:38 -04:00