-
Notifications
You must be signed in to change notification settings - Fork 183
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: beevik/etree
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: beevik/etree
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 7 files changed
- 3 contributors
Commits on Apr 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d21e1ce - Browse repository at this point
Copy the full SHA d21e1ceView commit details -
Add element NotNil function (#130)
NotNil returns the receiver element if it isn't nil; otherwise, it returns an unparented element with an empty string tag. This function simplifies the task of writing code to ignore not-found results from element queries.
Configuration menu - View commit details
-
Copy full SHA for f4e0a85 - Browse repository at this point
Copy the full SHA f4e0a85View commit details -
Add ValidateInput option to ReadSettings (#131)
ValidateInput forces all ReadFrom* methods to validate that the provided input is composed of well-formed XML before processing it. If invalid XML is detected, the ReadFrom* methods return an error. Because this option requires the input to be processed twice, it incurs a significant performance penalty.
Configuration menu - View commit details
-
Copy full SHA for 8bd2f9e - Browse repository at this point
Copy the full SHA 8bd2f9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8843636 - Browse repository at this point
Copy the full SHA 8843636View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65acdc1 - Browse repository at this point
Copy the full SHA 65acdc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc65111 - Browse repository at this point
Copy the full SHA fc65111View commit details -
When reading from a stream reader that consumes input as it reads, validation would fail because it would attempt to read the stream twice.
Configuration menu - View commit details
-
Copy full SHA for 26abf92 - Browse repository at this point
Copy the full SHA 26abf92View commit details -
Oldest supported version of go is now 1.16
It was previously go 1.13, but 1.13 does not support io.ReadAll, and I don't want to go through the hoops to make it backward compatible.
Configuration menu - View commit details
-
Copy full SHA for cda5fc4 - Browse repository at this point
Copy the full SHA cda5fc4View commit details
Commits on May 3, 2024
-
Add NextSibling and PrevSibling element functions
These functions make it easier to traverse sibling elements sharing the same parent element.
Configuration menu - View commit details
-
Copy full SHA for cc099d9 - Browse repository at this point
Copy the full SHA cc099d9View commit details
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4fe8b8c - Browse repository at this point
Copy the full SHA 4fe8b8cView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.3.0...v1.4.0