Skip to content

Latest commit

 

History

History
81 lines (47 loc) · 1.39 KB

changelog.md

File metadata and controls

81 lines (47 loc) · 1.39 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.

1.1.1 - 2025-01-02 - Modules

Added

  • Added modules

Changed

  • Update Mockito to 5.15.2
  • Update Javadoc
  • Update jUnit to 5.11.4

1.1.0 - 2024-11-28

Added

  • Add tinylog modules: provider and writer

Changed

  • Fix dependencies' scopes

1.0.0 - 2024-11-13 - Mock Loggers

Added

  • Add SLF4J and Apache Commons Logging modules

Changed

  • Rename to Mock Loggers

1.1.3 - 2024-11-09

Added

  • Improved Javadoc
  • Use BOM for jUnit and Mockito
  • Add activity badges, update other
  • Custom annotation @MockLoggers

Changed

  • Update Maven plugins: invoker, javadoc, surefire and failsafe

1.1.2 - 2024-10-21

Changed

  • Update jUnit Jupiter and Platform
  • Update Mockito to 5.14
  • Update a bunch of Maven plugins: javadoc, surefire, failsafe, invoker, central-publishing, jetbrains annotations

1.1.1 - 2024-08-20

Changed

  • Update jUnit to 5.11
  • Improve extension's logging
  • Clean the Maven publishing plugin's configuration.

1.1.0 - 2024-07-19

Added

  • Implement jUnit extension.

1.0.0 - 2024-07-15 - Mock of JDK Platform Logging

Added

  • Implement a logger finder.
  • Add Javadocs.