Skip to content

Releases: bogdanRada/washout_builder

v0.3.5 - Version 0.3.5

25 Nov 10:33
Compare
Choose a tag to compare

Stable version

  • updated dependency to washout version 0.9.1
  • updated readme

v0.3.4: Version 0.3.4

25 Nov 09:47
Compare
Choose a tag to compare

Stable version

  • removed the SoapFault since WashOut now support custom error codes for exceptions

v0.3.2: Version 0.3.2

21 Nov 16:37
Compare
Choose a tag to compare
  • Stable Version
  • fix showing complex types names without namespace ( now the namespace will appear also )

v0.3.1: Version 0.3.1

21 Nov 16:15
Compare
Choose a tag to compare

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

21 Nov 07:46
Compare
Choose a tag to compare
  • minor changes regarding the displatcher
  • removed the middleware (was unnecessary)

small fixes

20 Nov 17:42
Compare
Choose a tag to compare
  • fixes some issues with the helper
  • fixed also some issues in gemfile that Travis-CI was complaining about.

Made small modifcations

20 Nov 15:06
Compare
Choose a tag to compare
  • 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

20 Nov 11:45
Compare
Choose a tag to compare
  • 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