Skip to content

Latest commit

 

History

History
79 lines (58 loc) · 2.62 KB

changelog.adoc

File metadata and controls

79 lines (58 loc) · 2.62 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project tries to adhere to Semantic Versioning.

Unreleased

Added

2020-09-07
  • Ability to export Jira Sprint(s) data changelog (key, summary) (#473)

2020-08-24
  • Ability to export OpenAPI specification to asciidoc (#464)

2020-08-20
  • New attribute 'ancestorName' for easier nesting in Confluence (#460)

2020-07-08
  • Jira configuration for multiple request to Jira API

  • Saving Jira results to Excel files

  • Basic support for custom fields in Jira results

2020-05-08
  • Jira configuration refactoring to Config.groovy

2019-05-21
  • first version of EA-PlantUML Exchange scripts

2019-02-26
2019-03-08
  • Add TomTom logo as company who uses docToolchain PR#284

Changed

2019-05-09
  • upgraded to run with JDK11

    • upgraded Gradle to 5.3.1

    • upgraded Groovy to 2.5.4 (comes with Gradle 5.4.1)

    • upgraded Spock to 1.3

2019-03-13
  • prependFilename

    • fixed proper handling of file encoding

    • brushed up logging

    • config., _config., feedback., _feedback. are excluded

2019-03-08
  • asciidoc2confluence

    • added output where docs are published to and added better error message in case of failing authorization 1bc146c

2019-03-06
  • collectIncludes

    • changed regexp to accept ^[A-Z]{3,}-.*$ as file name, eg. all Files which start with an upper case word of at least 3 chars followed by a dash

    • fixed sourceFolder to work with docToolchain as submodule

    • added better console output

    • skip docToolchain-folder if used as submodule

Fixed

2019-05-30
  • fix publishToConfluence internal link targets (#223)

2019-05-09
  • fixed .bat (#305)

  • fixed tests (#307)

2019-03-08
  • asciidooc2confluence

    • #227 spaceKey was ignored PR#297

Released

2020-08-06