This is here for historical reasons. Please refer to Releases page to get actual information.
- Parser switcher @inossidabile
- Namespaces support patched @inossidabile
- WSDL Document mode support @gorism
- Switched to Savon2 family @inossidabile
- Main spec refactored greatly @inossidabile
- Ability to manually specify
response_tag
forsoap_action
@inossidabile
- .NET-compliant response tags @ebeigarts
- Tiny fixes @ebeigarts
- Better routing points @inossidabile
- SOAP hrefs are now supported @inossidabile
- Better camelization: reusable types and methods are now supported @inossidabile
- .NET-compliant :integer type WSDL @inossidabile
- Better content-type for the response (#33) @inossidabile
- Date type support (#18) @inossidabile
- Avoid duplication of inner types @inossidabile
- Output camelization support @inossidabile
- External types declaration support (#21, #41) @inossidabile
- Better empty parameters handling (#26, #30) @rngtng
- Unicorn stream reading bug (#20)
- .NET minOccurs/maxOccurs basic WSDL compatibility (#22, #23)
- Very evil thread-safety bug fixed. You are encouraged to never use anything below this version.
- WSDL generation fixed to support complex structures for return values
- Configuration moved to OrderedOptions with proper Engine binding
snakecase
configuration directive added: if set to false, wash_out won't modify params keys
- Tiny fixes in wash_out behavior with inline arrays (#11, #12)
- Ability to change namespace
- WashOut doesn't check existance of parameters anymore you should do it yourself from now
- Proper handling of blank parameters (#10)
- Proper handling of complex structures inside arrays (#9)
- Response performance improved
- Support of complex structures inside array
- Better Nori handling (no more dependency on Savon hijacking)
- The syntax for empty set (no input params or output params) changed from [] to nil.
- SOAP response format improved. All results are now wrapped into tns:messages instead of soap:Body.
- Arrays (minOccurs/maxOccurs) are now supported with
:foo => [:integer]
syntax.