Martin Angers
b67d192c91
Add funding file
2021-05-19 11:03:18 -04:00
Martin Angers
bedb4e7a88
Resubmit build
2021-01-18 18:13:21 -05:00
Martin Angers
a29eef7e71
Update go versions in travis tests
2021-01-18 17:11:31 -05:00
Martin Angers
aa734f3932
add sourcehut build badge
2021-01-11 20:02:20 -05:00
Martin Angers
74649be271
fix go versions
2021-01-11 19:56:54 -05:00
Martin Angers
9d962837e1
try to fix build manifest
2021-01-11 19:24:59 -05:00
Martin Angers
7fc894a0ba
add other go versions to build manifest
2021-01-11 19:17:56 -05:00
Martin Angers
171b719dd6
add fedora build manifest
2021-01-11 19:07:57 -05:00
Martin Angers
f41c56001f
Cut new release
v1.6.1
2021-01-11 18:44:58 -05:00
Martin Angers
8a11cc402f
Ignore non-element nodes when inserting html in a selection
2021-01-11 18:43:18 -05:00
Martin Angers and GitHub
70a02e53e3
Merge pull request #364 from santosh653/master
...
AddingPowerSupport_CI/Testing
2020-12-08 08:09:26 -05:00
santosh653 and GitHub
3798c63c0d
Update .travis.yml
...
Excluding unsupported versions for Power., ie go <=1.12.x
2020-12-07 23:31:38 -05:00
santosh653 and GitHub
705a0066a5
Update .travis.yml
...
Adding power support & updating the go versions to >=1.13 as lower versions are not supported.,
2020-12-07 06:53:59 -05:00
Martin Angers and GitHub
a48bafac4b
Merge pull request #362 from vhodges/master
...
Update README.md, closes #361
2020-11-30 18:58:28 -05:00
Vince Hodges and GitHub
af965a4d72
Update README.md
2020-11-30 15:54:55 -08:00
Martin Angers
b3706f8903
update readme to prepare for new release
v1.6.0
2020-10-08 09:16:43 -04:00
Martin Angers and GitHub
7ebd145bd7
Merge pull request #348 from thiemok/context
...
Send context to parseHtml. Closes #178 .
2020-10-08 09:10:18 -04:00
Martin Angers
4a687a672f
add test cases to check html insertion order
2020-10-08 09:02:13 -04:00
thiemok
94c2530dd8
fix(manipulation): fix node insertion and caching issues
...
Node caching was still using the node type instead of the node name in a
few places. Updated those to also use the node name as the cache key.
ReplaceWithHtml and PrependHtml inserted parsed nodes in the wrong
order. Kept track of the correct parent to fix this.
Use correct parent flag for SetHtml
2020-10-07 20:04:45 +02:00
Martin Angers
5d7b0271f0
add tests to confirm erroneous behaviour
2020-10-07 10:54:01 -04:00
thiemok
d89086ead1
fix(manipulation): address issues from code review of #235
...
* SetHml remains unchanged, see comment on the isParent param of
eachNodeHtml
* Removed unused functions
* Added documentation on eachNodeHtml
* Fixed node parsing cache keys and added test
* Refactored some tests for clarity
2020-09-28 15:37:51 +02:00
David Wilkins and thiemok
99c8f1ecd5
Fixes #178 - Send context to parseHtml
2020-09-25 18:45:19 +02:00
Martin Angers and GitHub
c942deb265
Merge pull request #347 from AbhigyanKumar/patch-1
...
Go syntax added
2020-09-24 09:53:53 -04:00
Abhigyan Kumar and GitHub
0132bb8147
Go syntax
...
Go syntax colouring added.
2020-09-24 19:10:37 +05:30
Martin Angers
6f0f9d6b87
Merge branch 'eclipseo-fix_conversion_int_to_string'
2020-08-01 19:32:31 -04:00
Martin Angers
cd12820764
use strconv.Itoa instead of fmt.Sprintf
2020-08-01 19:32:09 -04:00
Robert-André Mauchin
51a0e1a4bb
Convert int to string using fmt.Sprintf
...
See https://github.com/golang/go/issues/32479
Fix #341 .
Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com >
2020-07-31 23:58:32 +02:00
Martin Angers and GitHub
89946c829f
Merge pull request #330 from foolin/master
...
add [Pagser] to Related Projects
2020-04-19 11:21:48 -04:00
foolin
8b2a6e25d5
fix an to a
2020-04-19 23:18:31 +08:00
foolin
538dd4a913
add [Pagser] to Related Projects
2020-04-19 23:04:27 +08:00
Martin Angers
844d6bd46b
doc: clarify how RemoveFiltered works
2020-02-24 18:34:32 -05:00
Martin Angers
1b16b92ddf
doc: add 1.5.1
v1.5.1
2020-02-04 18:10:22 -05:00
Martin Angers and GitHub
3d11372b35
Merge pull request #321 from akkumar/gomodupgrade
...
feat: upgrade gomod
2020-02-04 18:08:31 -05:00
Karthik K
bd23f0c6e0
feat: upgrade gomod
2020-02-04 13:00:44 +05:30
Martin Angers
56ba1e6f08
add Geziyor to related projects
2019-12-09 15:00:45 -05:00
Martin Angers
b17a2bbb6d
remove go1.1 from travis, consistently fails
2019-10-15 18:09:08 -04:00
Martin Angers
c70bac62f5
add Go versions to travis
2019-10-15 18:07:18 -04:00
Martin Angers and GitHub
8674076365
Merge pull request #310 from theophanous/colly-readme-patch
...
Updated colly project reference in README.md
2019-10-15 18:05:36 -04:00
Peter Theophanous and GitHub
6dcff85b2e
Updated colly project reference in README.md
2019-10-14 21:58:31 +01:00
Martin Angers and GitHub
3dcf72e6c1
Merge pull request #280 from slotix/master
...
README.md: Add "Dataflow kit" to related projects.
2019-01-09 18:07:04 -05:00
Dmitry Narizhnykh and GitHub
22fd749627
README.md: Add "Dataflow kit" to related projects.
2019-01-09 22:44:10 +01:00
Martin Angers and GitHub
9b813b2309
Merge pull request #277 from tauraamui/tauraamui-update-readme
...
Update README.md to include BerryCMS in related
2019-01-08 07:15:36 -05:00
Adam Prakash Lewis and GitHub
0255f16068
Update README.md to include BerryCMS in related
2019-01-08 09:36:23 +00:00
Martin Angers
2d2796f417
doc: 1.5 release with go modules
v1.5.0
2018-11-15 15:42:34 -05:00
Martin Angers and GitHub
80f0084f4c
Merge pull request #267 from Zaba505/master
...
Added Go Module support
2018-11-15 15:40:51 -05:00
Carson Derr
68fe358134
Add Go Module support
2018-11-14 19:30:47 -05:00
Martin Angers and GitHub
2af3d16e2b
Merge pull request #261 from msoap/patch-1
...
Added Go 1.11 on travis CI
2018-10-14 13:58:06 -04:00
Sergey Mudrik and GitHub
6c2cec4567
Added Go 1.11 on travis CI
2018-10-14 20:07:07 +03:00
Martin Angers
8311f594d7
readme: add ferret in projects using goquery
2018-10-02 20:21:05 -04:00
Martin Angers
dc2ec5c7ca
release 1.4.1
v1.4.1
2018-06-07 11:06:10 -04:00