-
Notifications
You must be signed in to change notification settings - Fork 91
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: xmldom/xmldom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.7.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: xmldom/xmldom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.7.8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 10 files changed
- 2 contributors
Commits on Oct 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1f20aee - Browse repository at this point
Copy the full SHA 1f20aeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b28e631 - Browse repository at this point
Copy the full SHA b28e631View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ca016d - Browse repository at this point
Copy the full SHA 3ca016dView commit details
Commits on Oct 29, 2022
-
Merge pull request from GHSA-crh6-fp67-6883
* fix: Prevent inserting DOM nodes when they are not well-formed In case such a DOM would be created, the part that is not well formed will be transformed into text nodes, in which xml specific characters like `<` and `>` are encoded accordingly. In the upcoming version 0.9.0 those text nodes will no longer be added an an error will be thrown instead. This change can break your code, if you relied on this behavior, e.g. multiple root elements in the past. We consider it more important to align with the specs that we want to be aligned with, considering the potential security issues that might derive from people not being aware of the difference in behavior. Resolves GHSA-crh6-fp67-6883 Related Spec: https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity * fix: Prevent setting documentElement if node is not inserted.
Configuration menu - View commit details
-
Copy full SHA for c02f786 - Browse repository at this point
Copy the full SHA c02f786View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a3173d - Browse repository at this point
Copy the full SHA 8a3173dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe5b043 - Browse repository at this point
Copy the full SHA fe5b043View commit details
Commits on Oct 31, 2022
-
fix: Restore ES5 compatibility (#452)
by adding a ponyfill for `Array.prototype.find` to conventions and converting `let` to `var`
Configuration menu - View commit details
-
Copy full SHA for 74e25a6 - Browse repository at this point
Copy the full SHA 74e25a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d6e3a1 - Browse repository at this point
Copy the full SHA 0d6e3a1View 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 0.7.5...0.7.8