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.5.10
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.5.11
Choose a head ref
  • 7 commits
  • 14 files changed
  • 1 contributor

Commits on Apr 3, 2026

  1. performance improvement

    - replace substr with direct char code comparison
    - improve tagExpWithClosingIndex
    amitguptagwl committed Apr 3, 2026
    Configuration menu
    Copy the full SHA
    000de2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    217c46a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c8651f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69da9ba View commit details
    Browse the repository at this point in the history
  5. reduce multilevel property reference

    - this.options to options
    - move htmlEntity flag to build time
    amitguptagwl committed Apr 3, 2026
    Configuration menu
    Copy the full SHA
    f20e2bf View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2026

  1. Integrate ExpressionSet

    amitguptagwl committed Apr 7, 2026
    Configuration menu
    Copy the full SHA
    fec1e56 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2026

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