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: NaturalIntelligence/fast-xml-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.8
Choose a base ref
...
head repository: NaturalIntelligence/fast-xml-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.9
Choose a head ref
  • 9 commits
  • 22 files changed
  • 5 contributors

Commits on Feb 25, 2025

  1. Configuration menu
    Copy the full SHA
    00916e2 View commit details
    Browse the repository at this point in the history
  2. Update node.js.yml

    amitguptagwl authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    4311158 View commit details
    Browse the repository at this point in the history
  3. Update node.js.yml

    amitguptagwl authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    efd45cf View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. fix: support numeric entities with values over 0xFFFF (#726)

    Numeric entities over U+FFFF would be truncated to their lower two bytes
    due to use of `String.fromCharCode` which only returns a UTF-16 single
    code unit. Replacing the relevant calls with `String.fromCodePoint`
    addresses the problem.
    mcdurdin authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    5b6000a View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    56107fe View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. fix: update benchmark so it's buildable (#731)

    - move files from .js to .mjs so they are usable as modules
    - shim __dirname using fileURLToPath
    - add a benchmark/README.md explaining the build process (such as it is)
    - update CONTRIBUTING.md to link to the new README.md
    - fix backslashes in CONTRIBUTING.md
    
    Fixes: #730
    srl295 authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    af4f1d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. ci: build with Node 18.x (#734)

    The version was missing in the range from 14 to 22.
    tbouffard authored Mar 13, 2025
    Configuration menu
    Copy the full SHA
    6ed9ea2 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. update release info

    amitguptagwl committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    7351cdf View commit details
    Browse the repository at this point in the history
  2. Update README

    amitguptagwl committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    1d39239 View commit details
    Browse the repository at this point in the history
Loading