-
-
Notifications
You must be signed in to change notification settings - Fork 310
Comparing changes
Open a pull request
base repository: NaturalIntelligence/fast-xml-parser
base: v4.3.6
head repository: NaturalIntelligence/fast-xml-parser
compare: v4.4.1
- 16 commits
- 34 files changed
- 9 contributors
Commits on Mar 24, 2024
-
fix: validator bag when closing tag is not opened. (#647)
* fix validator bag if tag is not opened. * fix test
1Configuration menu - View commit details
-
Copy full SHA for a96b968 - Browse repository at this point
Copy the full SHA a96b968View commit details
Commits on Apr 5, 2024
-
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`
1Configuration menu - View commit details
-
Copy full SHA for 9118736 - Browse repository at this point
Copy the full SHA 9118736View commit details
Commits on May 12, 2024
-
fix: return type for
tagValueProcessor
&attributeValueProcessor
(#…1Configuration menu - View commit details
-
Copy full SHA for 2ae1f62 - Browse repository at this point
Copy the full SHA 2ae1f62View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 1a384a5 - Browse repository at this point
Copy the full SHA 1a384a5View commit details
Commits on May 18, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for 151b8f4 - Browse repository at this point
Copy the full SHA 151b8f4View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 96f7501 - Browse repository at this point
Copy the full SHA 96f7501View commit details
Commits on Jun 16, 2024
-
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
1Configuration menu - View commit details
-
Copy full SHA for c762537 - Browse repository at this point
Copy the full SHA c762537View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 338a2c6 - Browse repository at this point
Copy the full SHA 338a2c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for db1c548 - Browse repository at this point
Copy the full SHA db1c548View commit details
Commits on Jun 17, 2024
-
* chore: add trend image * chore: resize image * Update README.md * Update README.md * Update README.md * readme
Configuration menu - View commit details
-
Copy full SHA for a6265ba - Browse repository at this point
Copy the full SHA a6265baView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8e40c8 - Browse repository at this point
Copy the full SHA b8e40c8View commit details
Commits on Jul 7, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 931e910 - Browse repository at this point
Copy the full SHA 931e910View commit details
Commits on Jul 10, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for acf610f - Browse repository at this point
Copy the full SHA acf610fView commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2c14fcf - Browse repository at this point
Copy the full SHA 2c14fcfView commit details
Commits on Jul 28, 2024
-
2
Configuration menu - View commit details
-
Copy full SHA for d0bfe8a - Browse repository at this point
Copy the full SHA d0bfe8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d40e29c - Browse repository at this point
Copy the full SHA d40e29cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.3.6...v4.4.1