xmlutil icon indicating copy to clipboard operation
xmlutil copied to clipboard

Update XML to match convention

Open altavir opened this issue 4 years ago • 2 comments

stringify -> encodeToString toXML -> encodeToXml parse -> decodeFromXml

Right now you have both, but it is a bit confusing. I think it won't hurt to use canonical names.

altavir avatar Feb 10 '21 12:02 altavir

These are on the list. I figured I'd keep the old ones around a while to allow people more time to move. I can make the deprecations errors though.

pdvrieze avatar Feb 13 '21 21:02 pdvrieze

I've reviewed these functions. All of them should be properly deprecated. At the same time I have moved the error level to ERROR for some that are quite old now. I will keep a lookout for the warning level deprecations and move them to error next major release (and remove them after that).

pdvrieze avatar Feb 26 '21 10:02 pdvrieze