dependabot-preview[bot]
|
4346a91513
|
Bump golang.org/x/text from 0.3.3 to 0.3.6 (#612)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.3 to 0.3.6.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.3...v0.3.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2021-04-30 11:36:49 -04:00 |
|
Tim Voronov
|
eb5cef326f
|
Update CHANGELOG.md
|
2021-04-23 15:45:29 -04:00 |
|
Tim Voronov
|
ae352e2e6b
|
Fixed selection of text containing special characters (#619)
|
2021-04-23 15:36:53 -04:00 |
|
Tim Voronov
|
5119d62838
|
Feature/#478 keyboard events (#618)
* Added support of pressin special keys
* Linting
|
2021-04-23 10:42:31 -04:00 |
|
Tim Voronov
|
f16b6afe45
|
Update README.md
|
2021-04-22 15:13:27 -04:00 |
|
Tim Voronov
|
011fe0e6d7
|
Update README.md
|
2021-04-22 13:57:26 -04:00 |
|
Tim Voronov
|
f5c0e18639
|
Update README.md
|
2021-04-22 11:18:22 -04:00 |
|
Egor
|
b120aadf56
|
Update README.md (#615)
|
2021-04-19 16:01:33 -04:00 |
|
Vladimir Fetisov
|
7601c903d9
|
issue-607: add object(array)Literal into memberExpression (#616)
|
2021-04-19 13:55:24 -04:00 |
|
Tim Voronov
|
d9360af487
|
Draft of 0.15.0 release notes
|
2021-04-09 10:07:05 -04:00 |
|
Roman
|
46009da1e7
|
Fixes and changes 2 (#614)
* feat(core): added SourceErrorDetail
* fix(driver): fix sets user headers and cookies
* fix(driver): check users params on nil
* fix formating
* fix(tests): fix tests and change SourceErrorDetail
|
2021-04-09 09:58:42 -04:00 |
|
Tim Voronov
|
80c278ec6c
|
Added .Walk() method to Parser
|
2021-04-08 23:37:16 -04:00 |
|
Tim Voronov
|
60e6bd39bb
|
Updated license badge
|
2021-04-08 20:52:51 -04:00 |
|
Tim Voronov
|
8a772851f4
|
Removed old CLI (#608)
* Removed old CLI
* Added mini-CLI for e2e tests
|
2021-04-08 18:46:17 -04:00 |
|
Roman
|
08e9054ba4
|
setting Input charset (#609)
* feat(driver): add Charset param
* feat(driver): add convert to UTF8 by input charset
|
2021-04-08 18:35:29 -04:00 |
|
Tim Voronov
|
6645ff1521
|
Update README.md
|
2021-04-03 00:43:55 -04:00 |
|
Tim Voronov
|
3e34a5ec34
|
Added links to other projects
|
2021-04-01 17:12:03 -04:00 |
|
Tim Voronov
|
46c7dea9be
|
Removed documentation from README
|
2021-03-28 23:16:55 -04:00 |
|
Tim Voronov
|
d4e31a9966
|
Updated CHANGELOG
|
2021-03-27 13:13:01 -04:00 |
|
Tim Voronov
|
3ddd9b82a8
|
Bugfix/#597 headers panic (#602)
* Remodeled HTTPHeaders
* Remodeled HTTPCookies
* Fixed cookie.Expires
* Update documentation
|
2021-03-27 12:47:13 -04:00 |
|
Tim Voronov
|
d55bce325c
|
Bugfix/#597 headers panic (#598)
* Remodeled HTTPHeaders
* Remodeled HTTPCookies
|
2021-03-26 12:01:00 -04:00 |
|
John Bampton
|
b3adea3622
|
chore: fix grammar (#599)
|
2021-03-19 09:32:47 -04:00 |
|
Tim Voronov
|
2f5954eca3
|
Added docs about statusCodes
|
2021-03-06 01:25:37 -05:00 |
|
Tim Voronov
|
3efc7de346
|
Updated CHANGELOG for v0.14.0
|
2021-03-05 23:14:31 -05:00 |
|
Tim Voronov
|
f9cc8dfff0
|
Added ldflag for version
|
2021-03-05 21:10:44 -05:00 |
|
Tim Voronov
|
b3118ca983
|
Added DOCUMENT_EXISTS function (#594)
* Added DOCUMENT_EXISTS function
* Added addition unit tests
|
2021-03-05 12:25:07 -05:00 |
|
Tim Voronov
|
ae7b5ce557
|
Added additional unit tests for LIKE operator
|
2021-03-05 08:11:41 -05:00 |
|
Tim Voronov
|
6295919806
|
#593 handling non-200 status codes
|
2021-03-05 08:08:28 -05:00 |
|
Tim Voronov
|
79566c3b76
|
Added support of ignoring page resources (#592)
* Added support of ignoring page resources
* Updatd pipeline scripts
* Updated comments
|
2021-02-19 11:40:30 -05:00 |
|
Tim Voronov
|
c6a459e35c
|
Updated version of in build and release pipelines
|
2021-02-17 20:20:21 -05:00 |
|
Tim Voronov
|
ff8c15eb67
|
Feature/#577 spa routing (#584)
* Added support of getting URL dynamically
|
2021-02-16 09:49:26 -05:00 |
|
Tim Voronov
|
f4876c05a3
|
Added LIKE operator (#591)
* Added LIKE operator
|
2021-02-15 11:37:52 -05:00 |
|
Roman
|
8d7f1dae23
|
custom http transport (#586)
* feat(http): add options.HTTTransport and refactor driver init
* refactor(http): add new line
|
2021-01-22 15:00:01 -05:00 |
|
Roman
|
cd35437452
|
feat(runtime): check Kind() by 0 or Interface() panic (#587)
|
2021-01-22 14:59:02 -05:00 |
|
Tim Voronov
|
dd0e9ee8ae
|
Update install.sh
|
2021-01-19 17:55:21 -05:00 |
|
Tim Voronov
|
cd1b1cf5c7
|
Minor updates to #578
|
2021-01-19 15:23:32 -05:00 |
|
Y.Horie
|
f0097e984e
|
Add rand seed in RAND(min, max) #578 (#579)
|
2021-01-19 15:20:41 -05:00 |
|
Tim Voronov
|
526916efb6
|
Bugfix/#575 element children (#580)
* Fixed retreival of child elements
* Fixed formatting
* Set tree depth to 0
* Removed redundant code
|
2020-12-19 13:42:57 -05:00 |
|
Tim Voronov
|
06043b98e3
|
Create codeql-analysis.yml
|
2020-12-09 14:43:54 -05:00 |
|
Tim Voronov
|
4e78a4c14b
|
Update while.fql
|
2020-11-29 19:26:21 -05:00 |
|
Tim Voronov
|
e3ae015890
|
Created antlr symlink
|
2020-11-23 21:05:18 -05:00 |
|
Tim Voronov
|
6b8b070e62
|
Added antlr to shared env
|
2020-11-23 20:58:35 -05:00 |
|
Tim Voronov
|
39bb9c8580
|
Update release.yml
Updated ANTLR setup
|
2020-11-23 20:39:57 -05:00 |
|
Tim Voronov
|
9ca68ef6e7
|
Update release.yml
Added ANTLR setup to release config
|
2020-11-23 20:38:16 -05:00 |
|
Tim Voronov
|
3d06bc92d5
|
Updated go.sum and changelog
|
2020-11-23 20:23:04 -05:00 |
|
Tim Voronov
|
2baac62d1e
|
Bugfix/#559 html escaping (#573)
Added jettison for json encoding
|
2020-11-23 20:12:04 -05:00 |
|
dependabot-preview[bot]
|
40cb01b52b
|
Bump github.com/antchfx/xpath from 1.1.10 to 1.1.11 (#572)
Bumps [github.com/antchfx/xpath](https://github.com/antchfx/xpath) from 1.1.10 to 1.1.11.
- [Release notes](https://github.com/antchfx/xpath/releases)
- [Commits](https://github.com/antchfx/xpath/compare/v1.1.10...v1.1.11)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-11-23 11:54:16 -05:00 |
|
Tim Voronov
|
8629b57fa7
|
Added GetParentElement to HTMLElement struct (#571)
* Added GetParentElement to HTMLElement struct
* Fixed linter issue
* Fixed formatting
|
2020-11-20 23:09:12 -05:00 |
|
Tim Voronov
|
7eed93721c
|
Added support of computed styles (#570)
* Added support of computed styles
* Updated style updates
* Fixed linter issues
* Updated styles manipulation in static driver
* Updated e2e tests
* Updated methods
* Updated e2e tests
* Updated README
|
2020-11-20 20:09:21 -05:00 |
|
Tim Voronov
|
01088247e2
|
Added support of Element.nextElementSibling and Element.previousEleme… (#569)
* Added support of Element.nextElementSibling and Element.previousElementSibling
* Fixed linting issues
* Removed reedundant logger use
|
2020-11-13 21:48:00 -05:00 |
|