NaturalIntelligence / fast-xml-parser

Validate XML, Parse XML and Build XML rapidly without C/C++ based libraries and no callback.

Home Page:https://naturalintelligence.github.io/fast-xml-parser/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version should be 4.2.4 in package.json and missing v4.2.4 tag

tbouffard opened this issue · comments

  • Are you running the latest version?
  • Have you included sample input, output, error, and expected output?
  • Have you checked if you are using correct configuration?
  • Did you try online tool?

Description

Note that the problem already occurred in the past: #539 and #567

Currently, the latest version available on npmjs is 4.2.4 but

It is hard to understand what this 4.2.4 version includes and it makes the full changelog of the version hard to follow.

image
npm versions on 2023-06-06

image
tags on GitHub on 2023-06-06

Would you like to work on this issue?

  • Yes
  • No. Not possible to guess the content of the 4.2.4 version 😸

Thanks for the update 👏🏿

"name": "fast-xml-parser",
"version": "4.2.4",
"description": "Validate XML, Parse XML, Build XML without C/C++ based libraries",

image