8000 Comparing 0.9.1...0.9.2 · xmldom/xmldom · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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.9.1
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.9.2
Choose a head ref
  • 4 commits
  • 8 files changed
  • 2 contributors

Commits on Sep 5, 2024

  1. fix: add missing type definitions (#721)

    Adds types for properties that are exported,
    but are missing in index.d.ts:
    
    - `Document.domElement`
    - `Element.tagName`
    
    Fixes #720
    Mathias-S authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    860279c View commit details
    Browse the repository at this point in the history
  2. feat: add Element.getElementsByClassName (#722)

    the method was previously implemented on the Document interface.
    
    
    https://developer.mozilla.org/en-US/docs/Web/API/Element/getElementsByClassName
    
    supersedes #584
    fixes #582
    karfau authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    5e69284 View commit details
    Browse the repository at this point in the history
  3. docs: prepare 0.9.2 (#723)

    karfau authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    9ec1fda View commit details
    Browse the repository at this point in the history
  4. 0.9.2

    karfau committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    b6d02cf View commit details
    Browse the repository at this point in the history
Loading
0