Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Releases: RBMHTechnology/apidoc-server

v1.3.0 of ApiDoc Server released

02 Jul 13:18
Compare
Choose a tag to compare

This release introduce support for configurable multiple classifiers instead of one configured default classifier, the related issue is #12 .

Thanks to @seakayone for the contributions.

v1.2.0 of ApiDoc Server released

20 Jun 07:48
Compare
Choose a tag to compare

This release changes the content type of javascript files from text/js to application/javascript, the related issue is #14 .

v1.1.0 of ApiDoc Server released

01 Sep 14:42
Compare
Choose a tag to compare

This release is a maintenance release containing two contributions fixing open issue #8 and issue #10.

Thanks to @tovantti and @mxab for the contributions

v1.0.3 of ApiDoc Server released

03 Apr 05:21
Compare
Choose a tag to compare

This release is a small maintenance release containing a single contribution fixing open issue #5

v1.0.2 of ApiDoc Server released

06 Aug 16:10
Compare
Choose a tag to compare

This release is a small maintenance release containing a single contribution fixing open issue #1.

Thanks to @stefan-sachs for his contribution

v1.0.1 of ApiDoc Server released

06 Aug 10:23
Compare
Choose a tag to compare

This release is a small maintenance release containing a single contribution fixing open issue #3.

Thanks to @stefan-sachs for his contribution

First Release of the ApiDoc Server

30 Mar 12:54
Compare
Choose a tag to compare

The ApiDoc Server

  • serves documentation artifacts from JCenter, but can be configured to other repositories with optional basic authentication support
  • transparently resolves the latest and release versions for artifacts using the information provided by the maven repository
  • lets you browse through the list of available versions of an artifact specified by its groupId and artifactId
  • supports all kinds of zip/jar packaged documentation artifacts like javadoc, groovydoc, scaladoc and others
  • downloads all documentation artifacts to a temporary local storage, but can be configured to store in a dedicated location
  • caches resolved and downloaded snapshot artifacts for 30 minutes, but can be configured to any other cache timeout
  • serves all artifacts from the configured repository, but can be restricted by providing a whitelist of groupId prefixes
  • can be restricted to serve release versions only.