Skip to content

Releases: itsallcode/openfasttrace

Tag importer supports more file types

Choose a tag to compare

@kaklakariada kaklakariada released this 20 May 17:48

Changed

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

Broader Tag Importer Support

Choose a tag to compare

@redcatbear redcatbear released this 21 Apr 20:03
076b503

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

Choose a tag to compare

@kaklakariada kaklakariada released this 14 Apr 07:42
999d4cf

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

Choose a tag to compare

@redcatbear redcatbear released this 08 Dec 11:49
c9cf4ef

Features

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

Improvements

  • #98: Improved README and other documentation

Release 2.1.0

Choose a tag to compare

@kaklakariada kaklakariada released this 19 Nov 19:01
13fa681

Features

  • #196: Grouped items by artifact type in HTML report

Improvements

  • #134: Re-enabled Sonar, improved Codecov usage.
  • #188: Made stream handling in reports leaner

Bug Fixes

  • #158: Improved temporary directory clean-up in tests
  • #166: Fixed coverage calculation.
  • #188: Fixed stream closing in tests, JavaDoc and typos.
  • #200: Fix sonar issues

JUnit5 Migration

Choose a tag to compare

@redcatbear redcatbear released this 31 Oct 15:31
59f1790

Bugfixes

  • #177: Fixed path handling in OriginLinkFormatter under Windows

Improvements

  • #146: Improved output stream handling
  • #159: Migrated all tests to JUnit5
  • #179: Improved documentation on deploying to Maven Central

Self-trace

Choose a tag to compare

@redcatbear redcatbear released this 19 Oct 07:04
7371ef0

Bugfix

  • #174: Fixed self-trace. Added build breaker for self-trace.

New OFT API

Choose a tag to compare

@redcatbear redcatbear released this 13 Oct 14:59
a871043

Attention: This release breaks API compatibility with the 1.x.x series of the OFT API.

Features

#165: New OFT allows reusing the same imports for both reports and exports.
#165: Tracing report now shows requirement origin (path and line number)

Improvements

#170: Version number in Travis CI built is now parsed from pom.xml
#165: Cleaned up API and improved user guide
#163: CSS now automatically inlined in HTML report
#155: Improved code coverage by using finest log level for coverage test runs
#143: Refactored tag importers into a single class

Bugfixes

#165: Typo fix
#145: Tag filter fix

Bugfixs for Specobject import and export

Choose a tag to compare

@kaklakariada kaklakariada released this 07 Aug 15:09

See #169

Unify tag importers

Choose a tag to compare

@kaklakariada kaklakariada released this 03 Aug 20:00

New features

See #167 and #143