- Added codegen support for **WSDL 1.1 and SOAP 1.1** bindings.
- Added experimental web services client.
- Added cli flag `--ns-struct` to group classes by target namespaces.
[206](https://github.com/tefra/xsdata/issues/206)
- Added parser config to support xinclude statements.
[207](https://github.com/tefra/xsdata/issues/207)
- Added new xml union node to improve bindings for fields with union type.
[207](https://github.com/tefra/xsdata/issues/207)
- Fixed class resolve issue with mixed namespaces.
[204](https://github.com/tefra/xsdata/issues/204)
- Fixed attribute comparison issue. [209](https://github.com/tefra/xsdata/issues/209)
- Fixed data type mapping for various schema elements.
[221](https://github.com/tefra/xsdata/issues/221)
- Fixed mixed content handling. [213](https://github.com/tefra/xsdata/issues/213)
- Code cleanup & 100% coverage.