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.
- Added
provides
tags tomodule-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
)
- Added support for tracing TypeScript files (
- Renamed
develop
branch tomain
and deletedmaster
#341
- Added builds for macOS and Windows #340
- Fixed running unit tests under macOS #308 / PR #339
- Also fixed Jacoco code coverage and integration tests
- 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
- 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
- Added
help
command that prints CLI usage instructions PR #317
- Added info about reportsettings and reportToPath to user guide PR #305, thanks to jonathanvijayakumar for his contribution!
- Upgrade dependencies #310
- Test dependencies
- Build dependencies
- Importing of files for which no importer or more than one importer is found don't let the build fail #258
- Fix deployment to maven central: attributes in pom.xml where missing.
- Published pom files contained invalid version:
<version>${revision}</version>
- Added support for more file types and use Java 11 #238 #239
- Rename Java packages so that they are unique for each module #237