scalaxb 1.0.0
This is the first stable release of scalaxb.
Thanks to many people who tried it out, reported bugs, and contributed ideas and code.
breaking changes since 0.7
Some changes were made to adapt to Scala 2.10.0.
- To avoid implicit conflict, the
scalaxb
package object no longer extendsXMLStandardTypes
. scalaxb.XMLStandardTypes
object was added to support explicitly importing implicits.HexBinary
class andBase64Binary
class'stoIndexedSeq
method is now a field namedvector
.- The default http client for SOAP binding is upgraded to Dispatch 0.9.5.
bug fixes and minor enhancements
- Fixes typo in element form check ("qualified") #168. Fixed by @mprihoda
- More lenient handling of base64Binary encoding #173. Requested by @nmccready
- Fixes generated code for named groups containing nillable choices #162. Reported by @rajish
- Fixes attribute merging across namespace #174. Reporetd by @sbrownyarris
- Fixes handling of chameleon schemas #176. Reported by @Marza
- Fixes grandchildren types missing from generated XMLFormat of traits #178. Reported by @kidasoft
- Fixes
xs:boolean
parsing #179. Fixed by @rssh