Releases: bogdanRada/washout_builder
Releases · bogdanRada/washout_builder
v0.3.5 - Version 0.3.5
Stable version
- updated dependency to washout version 0.9.1
- updated readme
v0.3.4: Version 0.3.4
Stable version
- removed the SoapFault since WashOut now support custom error codes for exceptions
v0.3.2: Version 0.3.2
- Stable Version
- fix showing complex types names without namespace ( now the namespace will appear also )
v0.3.1: Version 0.3.1
Stable version
- fixed a issue about the class names of complex types( in previous version due to a error was showing some names that were not complex types)
- No longer shows timestamp next to complex types that had duplicated names ( this is now deprecated ) and instead shows error that you should use classified names that are unique.
This way we are consistent with the wsdl generation handled by WashOut
Fix some issues wth dispatcher and middleware
- minor changes regarding the displatcher
- removed the middleware (was unnecessary)
small fixes
- fixes some issues with the helper
- fixed also some issues in gemfile that Travis-CI was complaining about.
Made small modifcations
- Removed from the title the "Controller" string so that the service name would be nicer
- Fixed some issues with the gemspec
Documentation Builder for Washout v 0.9.0
- Provides way of seeing the available services with links to documentation, endpoint and namespace
- Provides a human-readable HTML documentation generated for each service that you write
- Can also create custom exception classes and use them to send custom fault errors to the client application