Leonidas-from-XIV / node-xml2js

XML to JavaScript object converter.
MIT License
4.84k stars 596 forks source link

Typescript definitions in DefinitelyTyped repo is updated with version 0.6.x? #703

Open renanwilliam opened 4 months ago

renanwilliam commented 4 months ago

The Typescript definitions files are updated with v0.6.x versions?

The version was set as 0.4.9999, but I can't find if there are any breaking changes in the docs.

Leonidas-from-XIV commented 4 months ago

The breaking changes between 0.4 and 0.5 and 0.5 and 0.6 are because the output format changed somewhat to avoid a security issue and then to revert to a more compatible solution.

renanwilliam commented 4 months ago

But are there any changes to some method's signatures?

Leonidas-from-XIV commented 4 months ago

Given that the return type is any in the TS signatures there is no change in the signatures.