Skip to content

Release 1.2

Compare
Choose a tag to compare
@dandraka dandraka released this 14 Nov 09:01
· 35 commits to master since this release

Release 1.2 is fully backwards compatible with 1.1 and has two major changes:

  1. 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.

  2. 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).