Skip to content

Releases: bogdanRada/washout_builder

Release 2.5.0 - stable

21 Feb 18:36
Compare
Choose a tag to compare
  • Fixed an issue when using an abstract class that inherits from ActiveRecord::Base, these abstract classes have to be filtered to be able to properly display the properties on the classes that implement that abstract class.

Added Ruby 3.0.0 and Rails 6.1.3 to Travis matrix

21 Feb 17:04
Compare
Choose a tag to compare
  • This release also makes wasabi as development dependency to be less than 3.6.0

because of these issues savonrb/savon#948 and savonrb/savon#935

This change affects only running tests - we don't depend on wasabi as runtime dependency.

Release 2.0.3

22 Mar 13:13
d84c462
Compare
Choose a tag to compare
  • Fixes issue with travis.yml syntax error
  • Reverts back the changes to gemspec , moving back all development dependencies from Gemfile into the gemspec

Release 2.0.2

22 Mar 13:11
Compare
Choose a tag to compare

Fixes failing tests

Release 2.0.1

22 Mar 13:10
Compare
Choose a tag to compare

Fixes issue when trying to re-use same complex type (with same structure) multiple times inside same controller

Release 2.0.0

22 Mar 13:09
Compare
Choose a tag to compare

This release tries to fix some major bugs and introduces backward incompatible changes.

The complex type list will contain now exactly same types used when doing an actual SOAP request
Same for when listing the soap actions ( the return type and parameters ).
Initially the way the complex types were shown on the page was not correct, because it was not reflecting the actual way the SOAP action receives its arguments when doing an actual SOAP request to that controller

The main issue was not handling correctly the classes that are inheriting from WashOut::Type.

This release tries to fix those issues.

Note: Only internal methods have been changed. The configuration has not changed. So in order to upgrade to this new version, just update the version in your Gemfile/gemspec file

Release 1.7.3

22 Mar 07:29
Compare
Choose a tag to compare

Added support for ruby 2.4

Version 1.6.1 - Stable

29 Sep 10:57
Compare
Choose a tag to compare
  • adds compatibility with Rails API by using a Middleware to proxy calls to /soap_doc
  • Before this we were using :defaults on the route itself, but that was a brittle implementation, since that can be modified by other middlewares in the stack

Version 1.6.0 - Yanked from rubygems ,

29 Sep 10:55
Compare
Choose a tag to compare
  • This version provides compatibility with Rails API
  • Yanked because this was adding a unnecesary method in WashoutBuilderController and although it worked , that was not necesary

Release 1.5.1 -Stable version

21 Jun 10:53
Compare
Choose a tag to compare
  • added posibility to use regexs when blacklisting or whitelisting a env name