Releases: spaceavocado/apidoc
Releases · spaceavocado/apidoc
v0.3.5-beta
New features:
- Imported a packages solely for their side-effects, i.e. with the blank identifier, are now supported as the references.
v0.3.4-beta
Small fixtures for gorilla/mux subrouter extracting.
v0.3.3-beta
Endpoints with the same URL annotated separately are now properly grouped in the output under the same URL.
v0.3.2-beta
Added simplified logging formatter and added CLI info logging
v0.3.1-beta
- Added support for gorilla/mux subrouters
- Added validation for required endpoint tags
v0.2.4-beta
- The main block must contain the required annotations: title, ver
- Endpoints are captured also from the main file. The first captured comment block is considered as the main block.