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.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.8.2
Choose a head ref
  • 20 commits
  • 24 files changed
  • 4 contributors

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    9c2f64b View commit details
    Browse the repository at this point in the history
  2. feat: Add minimal Object.assign ponyfill (#379)

    since we can not rely on it being present in all supported runtimes.
    Even though the interface is the same as `Object.assign`,
    it behaves slightly differently from the one provided by browsers (see tests).
    
    This was extracted from #338 to support development in #367
    karfau authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    7c28171 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    e1da89f View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    31bbf71 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. Configuration menu
    Copy the full SHA
    366e8da View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. test: Add executable examples for node and typescript (#317)

    In the context of the threads in #214 I'm have added executable examples and test them as github actions to make sure they don't break.
    karfau authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    2fbc649 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    387e61a View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Configuration menu
    Copy the full SHA
    c4ac005 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. Configuration menu
    Copy the full SHA
    3a60d30 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. chore(deps): update dependency np to v7.6.1 (#388)

    Co-authored-by: Renovate Bot <[email protected]>
    renovate[bot] and renovate-bot authored Mar 20, 2022
    Configuration menu
    Copy the full SHA
    ebfacf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b50e498 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. Configuration menu
    Copy the full SHA
    69d8a73 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump minimist from 1.2.5 to 1.2.6 (#391)

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 26, 2022
    Configuration menu
    Copy the full SHA
    a9de911 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    672767d View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. Configuration menu
    Copy the full SHA
    f75887e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c6dad9 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Configuration menu
    Copy the full SHA
    c234c4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f1f743 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9900d10 View commit details
    Browse the repository at this point in the history
  4. 0.8.2

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