Skip to content
Permalink

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.8.5
Choose a base ref
...
head repository: xmldom/xmldom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.8.6
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Oct 31, 2022

  1. chore: Preconfigure branch and version in release script

    and only run lint in lib folder before release
    karfau committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    d7cfa2b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. fix: Properly check nodes before replacement (#457)

    which is slightly different from the checks required when inserting a node.
    Also fixes the missing `Document.ownerDocument`, which prevented proper deletion of childNodes from `Document`.
    
    fixes #455 (only on the master branch for now, I want to test if this
    also takes care of #456)
    
    https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity
    https://dom.spec.whatwg.org/#concept-node-replace
    karfau committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    b6ad6e9 View commit details
    Browse the repository at this point in the history
  2. 0.8.6

    karfau committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    238b1ea View commit details
    Browse the repository at this point in the history
Loading