Releases: bogdanRada/washout_builder
Releases · bogdanRada/washout_builder
v0.6.0
- Stable version
- Fixed a bug in the dispatcher that was throwing NoMethodError.
v0.5.3 - Version 0.5.3
- Stable version
- Improved a bit the performance
v0.5.2 Version 0.5.2
- Stable version
- Fixed a bug in the previous version that was causing a error
v 0.5.1 -- Version 0.5.1
- Unstable version -- commited a bug by mistake that is fixed in the higher version
v0.5.0 -- Version 0.5.0
- Stable version
- Added posibility to display ancestor classes for activerecord objects. (when used when defining a Washout::Type)
v0.4.4 - Version 0.4.4
- Stable version
- Made the dependency on WashOut to be more flexible
v0.4.3 - Version 0.4.3
- Stable version
- fix bug when displaying public methods that returned exceptions, the name of the class wasn't properly displayed.
v0.4.1 - Version 0.4.1
- Stable version
- The fault types must be now a list of instances and not classes , this is so i can properly determine the type of their attributes.
- updated Readme
0.4.0 - Version .0.4.0
- Removed useless code , refactored a bit the code
v0.3.9 - Version 0.3.9
- Stable version
- Refactored some code to improve performance.