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.4.0
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
  • 10 commits
  • 22 files changed
  • 5 contributors

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 <[email protected]>
    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 <[email protected]>
    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