Releases: bogdanRada/washout_builder
Releases · bogdanRada/washout_builder
v0.13.2 Stable
removed some unused code and refactored some methods
v0.13.0 - Stable
remove virtus gem used for exceptions
v0.12.4 Stable version
refactored the helper for generating html to avoid code duplications and avoid large complexity functions
v0.12.3
refactor the generator and some code from library to remove duplications
v0.12.2 - Stable version
- 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
- 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
removed code duplicate , refactor some code
v0.11.7 --Stable version
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
Stable version
- decreased the complexity of some functions
- removed some code duplications
v0.11.5 Version 0.11.5
- Stable version
- made engine mountable so that url for seeing all services can be set custom in your application and fixed tests