Skip to content

Latest commit

 

History

History
157 lines (92 loc) · 6.89 KB

CHANGELOG.md

File metadata and controls

157 lines (92 loc) · 6.89 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 adheres to Semantic Versioning.

[Unreleased]

Added

  • Added provides tags to module-info.java files required by ServiceLoader #336 / PR 337#
  • Added XML namespace support to specobject importer #299 / PR #300, thanks to @poldi2015!
  • Added support for Java 18 PR #344
    • Added support for tracing TypeScript files (.ts)

Refactoring

  • Renamed develop branch to main and deleted master #341

Continuous Integration Build

  • Added builds for macOS and Windows #340

Bugfixes

  • Fixed running unit tests under macOS #308 / PR #339
    • Also fixed Jacoco code coverage and integration tests

[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

[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

[3.4.0] - 2022-01-31

Added

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

Updated

  • Upgrade dependencies #310

[3.3.0] - 2021-11-12

Added

Fixed

  • Support building, testing and running with Java 16 #287 / #288

[3.2.1] - 2021-07-19

Upgraded dependencies

[3.2.0] - 2021-05-30

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

[3.1.0] - 2021-05-20

Changed

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

[3.0.2]

Fixed

  • Fix deployment to maven central: attributes in pom.xml where missing.

[3.0.1]

Fixed

  • Published pom files contained invalid version: <version>${revision}</version>

[3.0.0]

Changed

  • Added support for more file types and use Java 11 #238 #239
  • Rename Java packages so that they are unique for each module #237

[2.3.5] - 2019-04-14

Changed

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

Added

Fixed

[2.3.4] - 2019-04-14 [YANKED]

[2.3.3] - 2019-04-14 [YANKED]

[2.3.2] - 2019-04-05 [YANKED]

[2.3.1] - 2019-03-31 [YANKED]

[2.3.0] - 2019-03-31 [YANKED]