Skip to content

Releases: bogdanRada/washout_builder

v0.11.4 Version 0.11.4

08 Jan 07:59
Compare
Choose a tag to compare
  • Stable version
  • Added posibility to specify the service description near the namespace .

v0.11.3 - Version 0.11.3

07 Jan 08:41
Compare
Choose a tag to compare
  • Stable version
  • fix bug showing duplicated complex types

v0.11.2 - Version 0.11.2

06 Jan 07:13
Compare
Choose a tag to compare
  • Stable version
  • added tests

v0.11.1 Version 0.11.1

19 Dec 09:02
Compare
Choose a tag to compare
  • 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

19 Dec 08:11
Compare
Choose a tag to compare
  • 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

17 Dec 13:41
Compare
Choose a tag to compare
  • 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

16 Dec 15:19
Compare
Choose a tag to compare
  • 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

12 Dec 16:18
Compare
Choose a tag to compare
  • Stable version
  • Fixed a issue with complex type ancestors not being determined correctly for activerecord objects

v0.9.8 Version 0.9.8

12 Dec 08:51
Compare
Choose a tag to compare
  • 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

12 Dec 08:17
Compare
Choose a tag to compare
  • 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.