v1.7
Major release, featuring performance and memory improvements along with some new features.
Release highlights:
- Introduced a new compact tree storage mode that takes significantly less memory (2-5x smaller DOM) at some performance cost
- New integer parsing/formatting implementation (3-5x faster at getting/setting integers)
- Added
format_indent_attributes
that makes the resulting XML friendlier to line diff/merge tools - Fix Clang 3.7 crashes in out-of-memory cases (C++ DR 1748)