Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 0.4.2 protected
    e79f9740 · merge: Escape yaml keys ·
    Release: 0.4.2 • Escape fixes
    Escape fixes
    
    ### Dokka support
    
    - Fix broken directory names when using colons (#8, !19)
    
    ### Renderer
    
    - Fix broken page titles when using colons (#8, !19)
    
  • 0.4.1 protected Release: 0.4.1 • Stability improvements, constructors and properties
    Stability improvements, constructors and properties
    
    ### Dokka support
    
    - Avoid relying on internal Dokka APIs (ffb4e988, !17)
    - Fix the plugin attempting to pull an inexistant version of the renderer (923a4f12, !17)
    - Fix broken navigation titles for CamelCase declarations (e87c04fc, !16)
    - Place top-level factories right after their class (f84849fa, !18)
    
    ### Dokkatoo support
    
    - Fix the plugin attempting to pull an inexistant version of the renderer (4a826f19, !17)
    - Fix broken navigation titles for CamelCase declarations (d1bbf707, !16)
    
    ### Renderer
    
    - List constructors in a class' page (!18)
    - List properties in a class' or package's page (!18)
    
  • 0.4.0 protected Release: 0.4.0 • Dokka v2 support
    Dokka v2 support
    
    ### Dokka
    
    - Create a Gradle plugin to integrate with Dokka v2 (#6, !14)
    
    ### Documentation
    
    - Add module headers (!13)
    - Add a setup guide in the main README (!14)
    
  • 0.3.1 protected Release: 0.3.1 • Fix publishing, add configuration guide
    Fix publishing, configuration guide
    
    ### Documentation
    
    - Add a configuration guide on the website (!12)
    - Improve the example's module header (!12)
    
    ### Deployment
    
    - Fix MavenCentral publishing (!12)
    
  • 0.3.0 protected Release: 0.3.0 • First published version, module and package headers, table of contents
    First published version, module and package headers, table of contents
    
    ### Renderer
    
    - Prepare for MavenCentral publication (!9)
    - Fix broken module page when module name contains spaces (!10)
    - Support module header description via 'includes' (!10)
    - Fix table of contents not appearing on any pages (!10)
    - Classes and top-level functions are displayed in each package's page (!10)
    
    ### Dokkatoo plugin
    
    - All pages are added to the MkDocs navigation (!7)
    - Prepare for MavenCentral publication (!9)
    
  • 0.2.0 protected
    305e6a2b · merge: Improved design ·
    Release: 0.2.0
    ### Renderer
    
    - Generate the module index in the module folder to avoid collisions with other modules (!4)
    - Improve the design of the navigation bar (!4)
    - Display source sets as MkDocs tags (!4)
    - Render page covers as code blocks (!4)
    - Improve the design of parameter lists (!4)
    - Fix broken links (!5)
    - Declare each implemented platforms as MkDocs tags (!5)
    - Set the page title based on the first listed symbol (!5)
    - Rewrite regular text display (!5)
    - Add full Dokka internal representation in HTML comments for easier debugging (!5)
    - Mark groups that are platform-dependent (!5)
    - Render code blocks accurately (!5)
    - Mark overloads with an horizontal rule (!5)
    
    ### Dokkatoo plugin
    
    - Convert :embedDokkaIntoMkDocs to a lifecycle task (be7d1459, !4)
    
    ### Examples
    
    - Create an example-app module (!4)
    
  • 0.1.0 protected Release: 0.1.0 • Initial prototype
    Project initialization
    
    ### Renderer
    
    - Fork the official GFM format (#1, !2)
    
    ### Dokkatoo plugin
    
    - Create a Dokkatoo-based Gradle plugin to generate the documentation (#3, !3)
    
    ### Documentation
    
    - Create an example project (!2)