Tim Voronov
f4876c05a3
Added LIKE operator ( #591 )
...
* Added LIKE operator
2021-02-15 11:37:52 -05:00
Tim Voronov
2baac62d1e
Bugfix/#559 html escaping ( #573 )
...
Added jettison for json encoding
2020-11-23 20:12:04 -05:00
Tim Voronov
24d8eedd4c
Feature/doc markup ( #543 )
...
* Added release notes
* #509 fixedOCOD typo
* Updated values
* Updated comments
* Changed stdlib docs format
* Changed format of array in docs
* Use 'any' instead of 'value' in docs
* New format for optional params
* Updated docs for testing package
* Added namespace information
2020-08-07 21:49:29 -04:00
Vladimir Fetisov
cbb4311b65
add strconv.Unquote into DecodeURIComponent ( #499 )
2020-05-07 22:34:21 -04:00
Vladimir Fetisov
9dd35add2c
#496_fix_RandomToken_on_Windows ( #497 )
2020-05-04 20:46:07 -04:00
Tim Voronov
978108eca0
Added functions with correct names ( #461 )
2020-03-10 21:29:06 -04:00
John Bampton
568c48ea71
Fix typos ( #446 )
2020-02-01 23:44:31 -05:00
3timeslazy
ad2ec2e817
build core.Functions with map
2019-10-15 21:06:48 +03:00
3timeslazy
83dc0d2811
make core.Functions a struct
2019-10-15 11:40:36 +03:00
Tim Voronov
22382a0f61
Added namespace builder ( #336 )
...
* 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
2cfd1040a9
Added missed UA setting ( #318 )
...
* Added misset UA setting
* Update doc_ua.fql
* Delete ferret_embedding_basic.go
2019-06-25 12:51:51 -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
1af8b37a0f
New type system ( #232 )
...
* New type system
* Fixed dot notation for HTML elements
2019-02-13 12:31:18 -05:00
kiinoo
528b60df24
RIGHT() function should return substr counting from right rather than… ( #164 )
2018-11-07 10:04:18 -05:00
3timeslazy
d8ae6cca8b
Feature/#8 datetime ( #152 )
2018-10-30 15:59:18 -04:00
3timeslazy
f6e465d556
Feature/#106 fmt function ( #151 )
2018-10-29 16:57:39 -04:00
3timeslazy
b097527cd3
change comment ( #150 )
2018-10-28 14:15:54 -04:00
Tim Voronov
1d6a23fa96
Refactoring/new event broker ( #127 )
...
* Refactored EventBroker
* Improved event loop cancellation
2018-10-15 17:17:15 -04:00
3timeslazy
6df08a60cb
Rewrite comments, closing #118
2018-10-14 13:06:27 -04:00
Paul
5db8df55db
Implement FROM_BASE64 function ( #115 )
2018-10-14 11:45:06 -04:00
SumLare
c97e12d90f
Add like function test
2018-10-07 15:29:09 +03:00
SumLare
0a3e488af9
Add like function implementation
2018-10-07 15:22:04 +03:00
Tim Voronov
e64ad4ec0e
Feature/#33 wait class function ( #63 )
...
* #33 Lib cleanup. Added WAIT_CLASS and WAIT_CLASS_ALL functions
* #33 Fixed attr update
* #33 HTMLElement.WaitForClass
* #33 Updated HTMLDocument.WaitForClass
2018-10-06 22:33:39 -04:00
Pangoraw
fde8bfcc5d
Update functions descriptions for regexp
2018-10-06 09:53:44 +02:00
David Landry
8942a5e584
Missed updating a bunch of identifiers
2018-10-05 19:40:09 -04:00
David Landry
90c2c702e4
Rename variables and methods to match styleguide
2018-10-05 17:38:12 -04:00
Tim Voronov
81d70fc1f8
Fixed dead lock
2018-09-25 18:06:45 -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