------------------ - Improve xsd.DateTime, xsd.Date and xsd.Time implementations by using the isodate module. - Implement xsd.Duration
0.2.3
------------------ - Fix xsd.DateTime, xsd.Date and xsd.Time implementations - Handle NIL values correctly for simpletypes
0.2.2
------------------ - Fix issue with initializing value objects (ListElements) - Add new `zeep.helpers.serialize_object()` method - Rename type attribute on value objects to `_xsd_type` to remove potential attribute conflicts
0.2.1
------------------ - Support minOccurs 0 (optional elements) - Automatically convert python datastructures to zeep objects for requests. - Set default values for new zeep objects to None / [] (Element, ListElement) - Add `Client.get_element()` to create custom objects
0.2.0
------------------ - Proper support for XSD element and attribute forms (qualified/unqualified) - Improved XSD handling - Separate bindings for Soap 1.1 and Soap 1.2 - And again various other fixes
0.1.1
------------------ - Various fixes to make the HttpBinding not throw errors during parsing - More built-in xsd types - Add support for `python -mzeep <wsdl>` - Various other fixes