Skip to content

Releases: itsallcode/openfasttrace

3.6.0: Support C# and Robot Framework

21 Aug 12:40
b74acee

Choose a tag to compare

[3.6.0] - 2022-08-21

Added

  • Added support for C# files with postfix .cs #326 / PR #327
  • Added support for Robot Framework with postfix .robot #302 / PR #332
  • Upload self-tracing report to GitHub Action result #246 / PR #333
  • Added module-info.java files to support Java modules #334

Refactoring

  • Fixed static code analysis warnings in unit tests PR #329
  • Upgrade test and build dependencies PR #330
  • Removed license headers from sources and license-maven-plugin PR #331

Version 3.5.0: Use readable names for imported tags with needed coverage

17 Mar 09:53

Choose a tag to compare

[3.5.0] - 2022-03-17

Updated

  • Use readable names for imported tags with needed coverage #315 / PR #316

Added

  • Added help command that prints CLI usage instructions PR #317

Documentation

Version 3.4.0: Optionally require coverage in Tag importer

31 Jan 15:30
c2933e6

Choose a tag to compare

[3.4.0] - 2022-01-31

Added

  • Optionally require coverage in Tag importer #306 / PR #307

Updated

  • Upgrade dependencies #310

Add support for Go and PlantUML

12 Nov 09:05

Choose a tag to compare

3.3.0

Prepare release 3.3.0

Upgrade dependencies

19 Jul 06:32
d95e0ea

Choose a tag to compare

Version 3.2.0

11 Jul 20:34

Choose a tag to compare

Added

  • Aspec (augmented specobject) exporter #260 #261

Changed

  • Importing of files for which no importer or more than one importer is found don't let the build fail #258

Tag importer supports more file types

20 May 17:48

Choose a tag to compare

Changed

  • Added support for JVM languages: Clojure, Kotlin and Scala #270 #271

Broader Tag Importer Support

21 Apr 20:03
076b503

Choose a tag to compare

Summary

With this release, the TagImporter knows a lot more programming languages and markup languages by default, e.g. C/C++, Groovy, R, JSON, HTML and many others more.

We also ported OFT to Java 11.

Changes

  • #238: More file types supported by the TagImporter
  • #238: (breaking change) ported to Java 11

New project structure

14 Apr 07:42
999d4cf

Choose a tag to compare

Changelog:

Changed

  • New project structure with sub-modules #213 #213
  • Extract reporters into sub-module #221 #226
  • Simplify maven setup #225 #224

Added

Fixed

HTML Report

08 Dec 11:49
c9cf4ef

Choose a tag to compare

Features

  • #89: Added trace summary and table-of-contents to HTML report

Improvements

  • #98: Improved README and other documentation