Release 1.2
Release 1.2 is fully backwards compatible with 1.1 and has two major changes:
-
a major overhaul of the tree walking algorithm, which now can take every xml you can throw at it. This solves most, if not all, the bugs of the previous release.
-
an implicit type conversion for string, int, decimal, double and bool. So now you can parse an xml and directly use its numbers or true/false values (see readme for examples).