Skip to content

Releases: smart-fun/XmlToJson

Replace support library with androidx

14 Feb 20:55
Compare
Choose a tag to compare
Pre-release

Replace support library with androidx for annotations & unit tests.
MinSDK14 instead of 9 due to new androidx libraries.

Target API 33

31 Dec 14:59
Compare
Choose a tag to compare
1.5.2

build 1.5.2-24

1.5.1

26 Feb 21:38
Compare
Choose a tag to compare
1.5.1 Pre-release
Pre-release
Build 1.5.1-23

Regex for forcing lists

20 Nov 18:24
Compare
Choose a tag to compare
Pre-release
1.5.0

upgrade to latest gradle/build tools. Build 1.5.0-22

1.4.5

10 Jun 08:39
Compare
Choose a tag to compare
Build 1.4.5-21

1.4.4

10 Dec 14:35
Compare
Choose a tag to compare
replaced wrong gradle files. Build 1.4.4-20

test build fix jitpack.io

10 Dec 14:31
Compare
Choose a tag to compare
Pre-release
1.4.3

Try to make it work with jitpack.io and gradle 3. Build 1.4.3-19

1.4.2

10 Dec 11:59
Compare
Choose a tag to compare
1.4.2 Pre-release
Pre-release
Build 1.4.2-18

Removed some logs

25 Oct 19:24
Compare
Choose a tag to compare
1.4.1

Build 1.4.1

Convert to String is now the default behaviour

31 Aug 13:10
Compare
Choose a tag to compare

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.