Releases: bogdanRada/washout_builder
Releases · bogdanRada/washout_builder
v0.11.4 Version 0.11.4
- Stable version
- Added posibility to specify the service description near the namespace .
v0.11.3 - Version 0.11.3
- Stable version
- fix bug showing duplicated complex types
v0.11.2 - Version 0.11.2
- Stable version
- added tests
v0.11.1 Version 0.11.1
- Stable version
- updated WasOut dependency to 0.9.1 because 0.9.0 has a bug for activerecord objects
v0.11.0 Version 0.11.0
- Unstable version
- Tried to relax dependency to Washout version 0.9.0 but this version has some bugs that are fixed in the higer version
v0.10.4
- Stable version
- Improved performance
- Fixed small bugs when rendering the template for the documentation ( some complex types were not showing in the return of the public methods)
- Added more tests
v0.10.1 Version 0.10.1
- Stable version
- Refactored a bit the source code
- Improved performance
- Fixed some issues that previous versions had
- Added tests ( work in progress)
v0.9.9 Version 0.9.9
- Stable version
- Fixed a issue with complex type ancestors not being determined correctly for activerecord objects
v0.9.8 Version 0.9.8
- Stable version
- Added posibility to specify description for a service that will show in the html documentation
- updated Readme
v0.9.7 Version 0.9.7
- Stable version
- some of the nested complex types from custom class exceptions where showing in the complex types section althought the complex type was actually a fault exception class. Fixed this bug , Now the complex types are showed in the correct section.