Releases: smart-fun/XmlToJson
Releases · smart-fun/XmlToJson
Replace support library with androidx
Replace support library with androidx for annotations & unit tests.
MinSDK14 instead of 9 due to new androidx libraries.
Target API 33
1.5.1
Regex for forcing lists
1.5.0 upgrade to latest gradle/build tools. Build 1.5.0-22
1.4.5
1.4.4
test build fix jitpack.io
1.4.3 Try to make it work with jitpack.io and gradle 3. Build 1.4.3-19
1.4.2
Removed some logs
1.4.1 Build 1.4.1
Convert to String is now the default behaviour
Previously the library was detecting when a value was a number and converted it automatically to an int / double...
But it can lead to problems and ambiguity when converting.
Also empty tags were skipped.
Now all is converted by default into Strings but there is a way for the user to specify a type for a given path. See for example forceIntegerForPath() in the documentation.