NaturalIntelligence / fast-xml-parser

Validate XML, Parse XML and Build XML rapidly without C/C++ based libraries and no callback.
https://naturalintelligence.github.io/fast-xml-parser/
MIT License
2.45k stars 296 forks source link

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

Closed tbouffard closed 1 year ago

tbouffard commented 1 year ago

Description

Note that the problem already occurred in the past: #539 and #567 Currently, the latest version available on [npmjs](https://www.npmjs.com/package/fast-xml-parser) is `4.2.4` but - the latest commit of the master branch still mentions 4.2.3 in `package.json`: https://github.com/NaturalIntelligence/fast-xml-parser/blob/abfee160e4664e96742c85532fa6b92d97db1c48/package.json - there is no related tag in the repository 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](https://github.com/NaturalIntelligence/fast-xml-parser/assets/27200110/893a597a-2ff0-436f-8db7-c84d9b30d414) _npm versions on 2023-06-06_ ![image](https://github.com/NaturalIntelligence/fast-xml-parser/assets/27200110/e22ff017-42dd-4e12-b8d0-9f60f7a8d1aa) _tags on GitHub on 2023-06-06_ **Would you like to work on this issue?**
tbouffard commented 1 year ago

Thanks for the update 👏🏿

https://github.com/NaturalIntelligence/fast-xml-parser/blob/ecf6016f9b48aec1a921e673158be0773d07283e/package.json#L2-L4

image