Skip to content

Releases: bogdanRada/washout_builder

v0.6.0

04 Dec 13:37
Compare
Choose a tag to compare
  • Stable version
  • Fixed a bug in the dispatcher that was throwing NoMethodError.

v0.5.3 - Version 0.5.3

04 Dec 08:21
Compare
Choose a tag to compare
  • Stable version
  • Improved a bit the performance

v0.5.2 Version 0.5.2

04 Dec 08:05
Compare
Choose a tag to compare
  • Stable version
  • Fixed a bug in the previous version that was causing a error

v 0.5.1 -- Version 0.5.1

04 Dec 08:04
Compare
Choose a tag to compare
  • Unstable version -- commited a bug by mistake that is fixed in the higher version

v0.5.0 -- Version 0.5.0

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

03 Dec 07:57
Compare
Choose a tag to compare
  • Stable version
  • Made the dependency on WashOut to be more flexible

v0.4.3 - Version 0.4.3

03 Dec 07:52
Compare
Choose a tag to compare
  • 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

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

02 Dec 12:32
Compare
Choose a tag to compare
  • Removed useless code , refactored a bit the code

v0.3.9 - Version 0.3.9

02 Dec 08:43
Compare
Choose a tag to compare
  • Stable version
  • Refactored some code to improve performance.