Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

49 lines (39 loc) · 1.49 KB

Changelog

All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.

[0.2.6] - 10 Jan 2024

Added

  • Bump Java, Kotlin and Spring versions
  • Bump various dependencies versions to avoid vulnerabilities
  • Various refactorings to leverage Java 17 features
  • Update README.md

[0.2.5] - 09 Jan 2024

Added

  • Add Instant strategy

0.2.4 - 12 Mar 2021

Added

  • Add UUID strategy

0.2.3 - 12 Mar 2021

Added

  • Add Enum strategy
  • Create Changelog

0.2.2 - 3 Mar 2021

Added

  • Add case-sensitive flag for strings
  • Add tests to reach coverage threshold

Changed

  • Update Readme.md
  • Refactor parsingStrategies to have a file per Strategy
  • Format files

0.1.1 - 4 Sep 2019

Added

  • Add release process.

0.1.0 - 4 Sep 2019

Added

  • First commit with annotation search parameters.