Skip to content

Releases: spaceavocado/apidoc

v0.3.5-beta

13 Mar 21:58

Choose a tag to compare

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

13 Mar 16:46

Choose a tag to compare

Small fixtures for gorilla/mux subrouter extracting.

v0.3.3-beta

08 Feb 04:49

Choose a tag to compare

Endpoints with the same URL annotated separately are now properly grouped in the output under the same URL.

v0.3.2-beta

07 Feb 05:24

Choose a tag to compare

Added simplified logging formatter and added CLI info logging

v0.3.1-beta

05 Feb 23:23

Choose a tag to compare

  • Added support for gorilla/mux subrouters
  • Added validation for required endpoint tags

v0.2.4-beta

04 Feb 20:56

Choose a tag to compare

  • 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.