-
-
Notifications
You must be signed in to change notification settings - Fork 320
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 22 files changed
- 5 contributors
Commits on Feb 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 00916e2 - Browse repository at this point
Copy the full SHA 00916e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4311158 - Browse repository at this point
Copy the full SHA 4311158View commit details -
Configuration menu - View commit details
-
Copy full SHA for efd45cf - Browse repository at this point
Copy the full SHA efd45cfView commit details
Commits on Feb 26, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 5b6000a - Browse repository at this point
Copy the full SHA 5b6000aView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 56107fe - Browse repository at this point
Copy the full SHA 56107feView commit details
Commits on Mar 5, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for af4f1d2 - Browse repository at this point
Copy the full SHA af4f1d2View commit details
Commits on Mar 13, 2025
-
ci: build with Node 18.x (#734)
The version was missing in the range from 14 to 22.
Configuration menu - View commit details
-
Copy full SHA for 6ed9ea2 - Browse repository at this point
Copy the full SHA 6ed9ea2View commit details
Commits on Mar 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7351cdf - Browse repository at this point
Copy the full SHA 7351cdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d39239 - Browse repository at this point
Copy the full SHA 1d39239View commit details
There are no files selected for viewing