Skip to content

Releases: bogdanRada/washout_builder

v0.13.2 Stable

27 May 12:17
Compare
Choose a tag to compare

removed some unused code and refactored some methods

v0.13.0 - Stable

27 May 10:36
Compare
Choose a tag to compare

remove virtus gem used for exceptions

v0.12.4 Stable version

26 May 08:37
Compare
Choose a tag to compare

refactored the helper for generating html to avoid code duplications and avoid large complexity functions

v0.12.3

26 May 08:36
Compare
Choose a tag to compare

refactor the generator and some code from library to remove duplications

v0.12.2 - Stable version

23 May 11:23
Compare
Choose a tag to compare
  • fix some styling on links on all services pages
  • remove service name from the service page under the url because it didn't make sense

v0.12.0 - Stable version

23 May 10:23
Compare
Choose a tag to compare
  • removed dispatcher for controller so url /doc won't be available any more for the controllers
  • the documentation for a controller can now be acccessed by specified the name of the controller after the mounted route.

v0.11.8 - Stable version

23 May 10:22
Compare
Choose a tag to compare

removed code duplicate , refactor some code

v0.11.7 --Stable version

23 May 07:51
Compare
Choose a tag to compare

fix one issue in service generator class
added possibility to directly access a service documentation, by specifying it's name after the mounted route

v0.11.6 --Stable version

23 May 07:26
Compare
Choose a tag to compare

Stable version

  • decreased the complexity of some functions
  • removed some code duplications

v0.11.5 Version 0.11.5

20 Jan 11:33
Compare
Choose a tag to compare
  • Stable version
  • made engine mountable so that url for seeing all services can be set custom in your application and fixed tests