Releases: bogdanRada/washout_builder
Release 2.5.0 - stable
- 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
- 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
- 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
Fixes failing tests
Release 2.0.1
Fixes issue when trying to re-use same complex type (with same structure) multiple times inside same controller
Release 2.0.0
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
Added support for ruby 2.4
Version 1.6.1 - Stable
- 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 ,
- 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
- added posibility to use regexs when blacklisting or whitelisting a env name