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 Loading
base: 0.5.0
Choose a base ref
...
head repository: xmldom/xmldom Loading
compare: 0.6.0
Choose a head ref
  • 11 commits
  • 15 files changed
  • 7 contributors

Commits on Mar 9, 2021

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

Commits on Mar 10, 2021

  1. refactor!: Avoid empty namespace value like xmlns:ds="" (#168)

    * X3-88886: Signed Facturae XML not validated
    
    * avoid empty namespace url
    
    * avoid empty namespace url
    
    * avoid empty namespace url
    
    * Add test for prefixed xml tag without namespace
    
    Co-authored-by: Franck Depoortere <[email protected]>
    Co-authored-by: Eric Boureau <[email protected]>
    Co-authored-by: Christopher J. Brody <[email protected]>
    4 people committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    82b0481 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Update eslint -> ^7.22.0 - devDependencies (#185)

    Co-authored-by: Renovate Bot <[email protected]>
    renovate[bot] and renovate-bot committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    48c51b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb12247 View commit details
    Browse the repository at this point in the history
  3. fix: Escape < when serializing attribute values (#199)

    * fix: Escape `<` when serializing attribute values
    
    to produce well formed XML.
    
    > Well-formedness constraint: No `<` in Attribute Values
    > The replacement text of any entity referred to directly or indirectly in an attribute value must not contain a `<`.
    
    https://www.w3.org/TR/xml/#CleanAttrVals
    https://www.w3.org/TR/xml/#NT-AttValue
    
    fixes #198
    
    Co-authored-by: Chris Brody <[email protected]>
    karfau and brodycj committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    a681852 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. test(stryker): Replace line numbers by error index (#201)

    * test(stryker): Replace line numbers by error index
    
    so the snapshots match even when stryker mutates the files.
    
    * cleanup: Remove commented `console.error` statements
    
    since stryker tends to put code in front of them.
    (Latest version of test/error/reported.js` deals with those anyways, but I don't see a reason why we should ship those lines downstream.)
    
    * refactor: Less specific to lib/sax.js
    karfau committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    5869d76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af4642e View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Configuration menu
    Copy the full SHA
    b12106e View commit details
    Browse the repository at this point in the history
  2. Update eslint -> ^7.23.0 - devDependencies (#202)

    Co-authored-by: Renovate Bot <[email protected]>
    renovate[bot] and renovate-bot committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    8a92704 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

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

Commits on Apr 17, 2021

  1. xmldon version 0.6.0

    karfau committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    c80a161 View commit details
    Browse the repository at this point in the history
Loading