Skip to content

Releases: MaxxtonGroup/microdocs

2.0.1

07 Jun 05:55
8ef9d91
Compare
Choose a tag to compare

Version 2.0 release based on latest libraries

Bug fix

08 Feb 14:45
Compare
Choose a tag to compare
  • microdocs-server
    • Fix publishing issue

Refactor release

08 Feb 14:44
Compare
Choose a tag to compare
  • Split up project into separate repositories
  • Using Jenkinsfile
  • refactor microdocs-ui to latest angular version

Aggregation pipeline

09 Dec 15:42
Compare
Choose a tag to compare
  • microdocs-server
    • New aggregation pipeline
    • Preprocessor accepts .js files
    • small fixes
  • microdocs-ui
    • Improve overview panel
    • Bug fixes
  • microdocs-crawler-ts
    • improve ts crawler
    • Add docker cli
  • microdocs-crawler-java
    • Improve path crawler

Typescript Crawler Release

04 Nov 15:00
Compare
Choose a tag to compare
  • microdocs-server
    • Add edit route
    • Add remove route
    • Update build process
  • microdocs-ui
    • Add import project
    • Add export projects
    • Add remove project
    • Add edit project
    • Update build process
  • microdocs-core-ts
    • Update build process
  • microdocs-crawler-ts
    • New crawler architecture
    • Universal crawler for typescript source
    • Angular 2 crawler, crawls decorators of the @maxxton/angular2-rest library

Redesign release

23 Sep 11:44
Compare
Choose a tag to compare
  • microdocs-server
    • Add tags to the /projects endpoint for offline search
    • Change some problem levels
  • microdocs-ui
    • Redesign the ui, make it more like Material Design
    • Add search field to search for projects, endpoints and models
    • Add export button for exporting to microdocs, swagger, api blueprint and postman
    • Highlight variables in paths
    • Group endpoints with the same path (resource)
    • Make it more clear where problems are
  • microdocs-core-ts
    • Add support for inheritance in models
  • microdocs-core-java
    • Fix multiple client classes
  • microdocs-crawler-doclet
    • Fix nullpointer in reflect converter

Preprocessor release

26 Aug 12:45
Compare
Choose a tag to compare
  • microdocs-server
    • Implements the preprocessor for the project-settings configuration
    • Separate environments configuration from project-settings
    • Add Api Blueprint export
    • Fix Postman export
    • Fix case sensitive dependency issue
    • Fix checking projects
    • Fix publish projects
  • microdocs-ui
    • Show project and model description
    • Fix sourceLink
  • microdocs-core-ts
    • Create preprocessor for json files
    • Fix recursive detection in the preview generator
  • microdocs-core-java
    • Add crawling project description
    • Add crawling model description
    • Add @example tag for example values in models
  • microdocs-crawler-gradle
    • Fix publish task

Multi environments release

22 Aug 18:02
Compare
Choose a tag to compare
  • microdocs-server
    • Add multi environment support
    • Change storage file structure
    • Honor the Accept header
    • Add export formats: MicroDocs, Swagger 2 and Postman collections v2
    • Better error handling
    • Several bug fixes
  • microdocs-ui
    • Add multi environment support
    • Add dependency overview on the project page
    • Several bug fixes
  • microdocs-core-java
    • Add multi environment support for publishing and checking
    • Add basic out for connecting to the MicroDocs server
    • Several bug fixes
  • microdocs-crawler-gradle
    • Add multi environment support for publishing and checking
    • Add basic out for connecting to the MicroDocs server
    • Several bug fixes
  • microdocs-integration-plugin (Jenkins)
    • Add multi environment support for publishing and checking
    • Add basic out for connecting to the MicroDocs server
    • Several bug fixes

First release

22 Aug 17:39
Compare
Choose a tag to compare
  • microdocs-server
    • Internal use of the Open API standard extended with support for dependencies and components
    • Organize projects in groups
    • Keep track of different versions
    • Detect compatibility problems
    • Find latest compatible dependency
  • microdocs-ui
    • Show overview of all projects with their relations
    • Show API documentation
    • Show clients
    • Show models/definitions
    • Switch between versions
  • microdocs-crawler-doclet
    • (Java)Doclet wrapper around the microdocs-core-java crawler
  • microdocs-crawler-gradle
    • Use the microdocs-crawler-doclet as Crawler
    • Add Gradle task for Crawling the project
    • Add Gradle task for checking for compatibility problems against the microdocs-server
    • Add Gradle task for publishing new project definitions
  • microdocs-integration-plugin (Jenkins)
    • Check project definitions for compatibility problems against the microdocs-server
    • Publish new project definitions
    • Report back on a pull request in Stash
  • microdocs-core-ts
    • Domain model
    • Helper for json schema's
    • Helper for problem reports
  • microdocs-core-java
    • Domain model
    • Crawler for Spring projects
    • Helper for publishing and checking against the microdocs-server