Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose a number of *Node related helper functions: AddAttr, AddChild, AddSibling, RemoveFromTree #38

Merged
merged 1 commit into from
Aug 27, 2020

Conversation

jf-tech
Copy link
Contributor

@jf-tech jf-tech commented Aug 27, 2020

Expose a number of *Node related helper functions: AddAttr, AddChild, AddSibling, RemoveFromTree

We have a use of those helpers, currently we simply cut and paste the code in our own repo.

Also added a bit more tests to make node.go coverage to reach 100%.

…hild`, `AddSibling`, `RemoveFromTree`

We have a use of those helpers, currently we simply cut and paste the code in our own repo.

Also added a bit more tests to make `node.go` coverage to reach 100%.
@jf-tech
Copy link
Contributor Author

jf-tech commented Aug 27, 2020

@zhengchun thx for all the helps you've given lately. This is the last PR from me for now, once it's in, can you cut a release so I can upgrade my dependency? Thx a lot!

@coveralls
Copy link

Coverage Status

Coverage increased (+1.2%) to 91.667% when pulling 2958a82 on jf-tech:jf-tech/expose into 8049e7d on antchfx:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage increased (+1.2%) to 91.667% when pulling 2958a82 on jf-tech:jf-tech/expose into 8049e7d on antchfx:master.

@zhengchun zhengchun merged commit 64ca73d into antchfx:master Aug 27, 2020
@zhengchun
Copy link
Contributor

zhengchun commented Aug 27, 2020

@jf-tech , I released a new version: v1.3.0, https://github.com/antchfx/xmlquery/releases/tag/v1.3.0 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants