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.5.1
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: ab00cdc49c681b44effbe95d6ee4392616a74aaa
Choose a head ref
  • 6 commits
  • 14 files changed
  • 6 contributors

Commits on Dec 20, 2024

  1. Fix null CDATA to comply with undefined behavior (#701)

    Kelgors authored Dec 20, 2024
    Copy the full SHA
    280cd63 View commit details

Commits on Feb 1, 2025

  1. Update disclaimer

    amitguptagwl authored Feb 1, 2025
    Copy the full SHA
    682066c View commit details

Commits on Feb 9, 2025

  1. fix(performance): Update check for leaf node in saveTextToParentTag f…

    …unction in OrderedObjParser.js (#707)
    tomingtoming authored Feb 9, 2025
    Copy the full SHA
    eadeb7e View commit details

Commits on Feb 18, 2025

  1. fix: emit full JSON string from CLI when no output filename specified (

    …#710)
    
    Co-authored-by: Matt Benson <matthew.benson@amfam.com>
    mbenson and Matt Benson authored Feb 18, 2025
    Copy the full SHA
    caeda37 View commit details
  2. Update ReadMe

    amitguptagwl committed Feb 18, 2025
    Copy the full SHA
    57c6187 View commit details
  3. update package bundle for minor fixes

    amitguptagwl committed Feb 18, 2025
    Copy the full SHA
    ab00cdc View commit details
Showing with 36 additions and 16 deletions.
  1. +5 −0 CHANGELOG.md
  2. +3 −3 README.md
  3. +1 −1 lib/fxbuilder.min.js
  4. +1 −1 lib/fxbuilder.min.js.map
  5. +1 −1 lib/fxp.min.js
  6. +1 −1 lib/fxp.min.js.map
  7. +1 −1 lib/fxparser.min.js
  8. +1 −1 lib/fxparser.min.js.map
  9. +1 −1 package-lock.json
  10. +1 −4 package.json
  11. +16 −0 spec/j2x_spec.js
  12. +1 −1 src/cli/cli.js
  13. +2 −0 src/xmlbuilder/json2xml.js
  14. +1 −1 src/xmlparser/OrderedObjParser.js
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<small>Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.</small>

**4.5.2 / 2025-02-18**
- Fix null CDATA to comply with undefined behavior (#701) (By [Matthieu BOHEAS](https://github.com/Kelgors))
- Fix(performance): Update check for leaf node in saveTextToParentTag function in OrderedObjParser.js (#707) (By [...](https://github.com/tomingtoming))
- Fix: emit full JSON string from CLI when no output filename specified (#710) (By [Matt Benson](https://github.com/mbenson))

**4.5.1 / 2024-12-15**
- Fix empty tag key name for v5 (#697). no impact on v4
- Fixes entity parsing when used in strict mode (#699)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -9,8 +9,7 @@ Validate XML, Parse XML to JS Object, or Build XML from JS Object without C/C++

---

<a href="https://www.amazon.in/Power-Glasses-world-imagination-Perspective-ebook/dp/B0CW1CJGNK/"><img align="left" src="https://github.com/NaturalIntelligence/fast-xml-parser/assets/7692328/e7a42bcc-5186-45e3-bfee-de8d8b9a69d4" alt="ads-thePowerGlassesBook"/></a>
I had recently published a book, The Power Glasses. Please have a look. Your feedback would be helpful. You can [mail](githubissues@proton.me) me for a free copy.
<small>Checkout our new library [Text2Chart](https://solothought.com/text2chart/flow) that constructs flow chart out of simple text. Very helpful in creating or alayzing an algorithm, and documentation purpose</small>
<br>

Sponsor this project
@@ -51,8 +50,9 @@ Through OpenCollective
-->

![fxp_sponsors](https://raw.githubusercontent.com/NaturalIntelligence/ThankYouBackers/main/assets/NI_sponsors.jpg)
<a href="https://github.com/cocopon" target="_blank">Hiroki Kokubun</a>
- <a href="https://github.com/cocopon" target="_blank">Hiroki Kokubun</a>

> This is a donation. No goods or services are expected in return. Any requests for refunds for those purposes will be rejected.
## Users

<a href="https://github.com/renovatebot/renovate" title="renovate" ><img src="https://avatars1.githubusercontent.com/u/38656520" width="60px" ></a>
2 changes: 1 addition & 1 deletion lib/fxbuilder.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading