1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-16 11:37:36 +02:00
Commit Graph

13 Commits

Author SHA1 Message Date
Tim Voronov
22382a0f61
Added namespace builder ()
* Added namespace builder

* Fixed linting issues

* Added extra check

* Updated e2e lib

* Renamed NamespaceBuilder to NamespaceContainer and changed func receivers

* Renamed NewLib to RegisterLib
2019-07-22 17:21:20 -04:00
Tim Voronov
d7b923e4c3
Feature/#220 iframe support ()
* Refactored Virtual DOM structure
* Added new E2E tests
* Updated E2E Test Runner
2019-06-19 17:58:56 -04:00
3timeslazy
acf2f13dcb Linter Cleanups ()
* 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 ()
* linter cleanup

* fix default case
2019-03-29 10:48:51 -04:00
Tim Voronov
376ad77404
Feature/#250 wait style ()
* 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
f8e061cc80
Move value specific Iterable and Iterator interfaces into core module ()
* 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 ()
* New type system

* Fixed dot notation for HTML elements
2019-02-13 12:31:18 -05:00
Tim Voronov
3472630e6f
Bug/#142 clauses and statements () 2018-10-28 01:45:26 -04:00
Tim Voronov
549b4abd3b
Feature/#5 collect keyword alt ()
Implemented COLLECT key word
2018-10-24 21:30:05 -04:00
3timeslazy
6df08a60cb Rewrite comments, closing 2018-10-14 13:06:27 -04:00
3timeslazy
f91fbf6f8c Feature/#95 deepclone ()
* rename method Clone to Copy

* added Cloneable interface

* added Value to Cloneable interface

* implemented Cloneable intefrace by array

* implemented Cloneable interface by Object

* unit tests for Object.Clone

* move core.IsCloneable to value.go

* change Clone function

* move IsClonable to package values
2018-10-12 11:58:08 -04:00
Tim Voronov
e64ad4ec0e
Feature/#33 wait class function ()
*  Lib cleanup. Added WAIT_CLASS and WAIT_CLASS_ALL functions

*  Fixed attr update

*  HTMLElement.WaitForClass

*  Updated HTMLDocument.WaitForClass
2018-10-06 22:33:39 -04:00
Tim Voronov
ec2d6a659b
Feature/#9 array functions ()
*  Added 'APPEND' function

*  Added 'FIRST' function

*  Added 'FLATTEN' function

*  Added 'INTERSECTION' function

*  Added 'LAST' function

*  Added 'MINUS' function

*  Added 'NTH' function

*  Added 'OUTERSECTION' function

*  Added 'POP' function

*  Added 'POSITION' function

*  Added 'PUSH' function

* Fixed nil pointer exception in value parser

*  Added 'REMOVE_NTH' function

*  Added 'REMOVE_VALUE' function

*  Added 'REMOVE_VALUES' function

*  Added 'REVERSE' function

*  Added 'SHIFT' function

*  Added 'SLICE' function

* Removed meme

*  Added 'SORTED' function

*  Added SORTED_UNIQUE function

*  Added 'UNION' function

*  Added 'UNION_DISTINCT' function

*  Added 'UNIQUE' function

*  Added 'UNSHIFT' function

*  Made more strict optional arg validation

*  Fixed linting errors
2018-10-05 21:27:34 -04:00