Skip to content

Releases: rvanheest/spickle

v1.1.0

20 Aug 16:57
Compare
Choose a tag to compare

Added a more complete API for parsing, serializing and pickling XML structures, including support for:

  • <xs:all> (#4)
  • <xs:choose minOccurs="0" maxOccurs="unbound"> (#6)
  • namespaces (#8)

Besides that:

  • Parser.orElse was improved (410f1e8)
  • number conversions for Option[String] where added, similar to the conversions for String (10921be)

v1.0.0

20 Aug 16:50
Compare
Choose a tag to compare

First version of the library with Parser, Serializer and Pickle classes as well as basic String and XML support.