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.2 in package.json and missing v4.2.1 and v4.2.2 tags #567

Closed tbouffard closed 1 year ago

tbouffard commented 1 year ago

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

Latest commit available in the master branch:

https://github.com/NaturalIntelligence/fast-xml-parser/blob/b4d30118c986bfc04ccc557ecccb326f67af02ea/package.json#L1-L6

Currently, the latest version available on npmjs is 4.2.2 but there is no related tag in the repository. The tag for the 4.2.1 version is named 4.2.1, whereas all other tags are prefixed by v.

image https://github.com/NaturalIntelligence/fast-xml-parser/tags

This makes the full changelog of the version hard to follow. The only way to get the details of the changes is to access to this url: https://github.com/NaturalIntelligence/fast-xml-parser/compare/4.2.1...master. But, the commits list will change in the future as far as new commits are pushed.

Here is the full changelog view: image

Would you like to work on this issue?

amitguptagwl commented 1 year ago

Thanks for highlighting. This is now available.

tbouffard commented 1 year ago

Thanks for the quick fix.