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: v4.3.6
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: v4.4.1
Choose a head ref
  • 16 commits
  • 34 files changed
  • 9 contributors

Commits on Mar 24, 2024

  1. fix: validator bag when closing tag is not opened. (#647)

    * fix validator bag if tag is not opened.
    
    * fix test
    RyosukeFukatani authored Mar 24, 2024
    1 Configuration menu
    Copy the full SHA
    a96b968 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. docs: fix typos in v5 document fast-xml-parse (#650)

    * docs: fix typo `fast-xml-parse` to `fast-xml-parser`
    
    * docs: fix typos in `ValueParsers.md`
    abiriadev authored Apr 5, 2024
    1 Configuration menu
    Copy the full SHA
    9118736 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. fix: return type for tagValueProcessor & attributeValueProcessor (#…

    …582)
    
    Resolves #581
    
    Co-authored-by: Simon-TechForm <73996878+Simon-TechForm@users.noreply.github.com>
    monholm and monholm authored May 12, 2024
    1 Configuration menu
    Copy the full SHA
    2ae1f62 View commit details
    Browse the repository at this point in the history
  2. Run PR tests on node 16

    amitguptagwl authored May 12, 2024
    1 Configuration menu
    Copy the full SHA
    1a384a5 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. 1 Configuration menu
    Copy the full SHA
    151b8f4 View commit details
    Browse the repository at this point in the history
  2. update package detail

    amitguptagwl committed May 18, 2024
    1 Configuration menu
    Copy the full SHA
    96f7501 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Rename v5 docs filenames (#659)

    * Rename 1. Getting Started.md to 1.Getting Started.md
    
    * Rename 2. Features.md to 2.Features.md
    
    * Rename 3. Options.md to 3.Options.md
    
    * Rename 4. OutputBuilders.md to 4.OutputBuilders.md
    
    * Rename 5. ValueParsers.md to 5.ValueParsers.md
    amitguptagwl authored Jun 16, 2024
    1 Configuration menu
    Copy the full SHA
    c762537 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    338a2c6 View commit details
    Browse the repository at this point in the history
  3. redesign README.md

    amitguptagwl authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    db1c548 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. chore: add trend image (#658)

    * chore: add trend image
    
    * chore: resize image
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * readme
    cwtuan authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a6265ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8e40c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. fix: get oneListGroup to work as expected for array of strings (#662)

    If I have `oneListGroup` enabled I would expect that:
    
    ```json
    {
      a: ['(first)', 'second']
    }
    ```
    
    Would give me:
    ```xml
    <a>(first)(second)</a>
    ```
    
    But I get:
    ```xml
    <a>
      <a>(first)</a>
      <a>(second)</a>
    </a>
    ```
    
    This commit fixes that issue.
    
    Co-authored-by: Andreas Naziris <andreas.naziris@converlens.com>
    a-rasin and Andreas Naziris authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    931e910 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. fix #634: build attributes with oneListGroup and attributesGroupName (#…

    …653)
    
    Don't ignore attributes when building to xml with oneListGroup and
    attributesGroupName enabled.
    
    Co-authored-by: Andreas Naziris <andreas.naziris@converlens.com>
    a-rasin and Andreas Naziris authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    acf610f View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

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

Commits on Jul 28, 2024

  1. 2 Configuration menu
    Copy the full SHA
    d0bfe8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d40e29c View commit details
    Browse the repository at this point in the history
Loading