Skip to content

Latest commit

 

History

History
66 lines (38 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

66 lines (38 loc) · 1.37 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]

[1.2.1] - 2025-03-14

Changed

  • fj-bom set to 1.7.2
  • fj-lib set to 8.6.6

[1.2.0] - 2024-02-27

Added

  • New SampleObfuscateFun function

Changed

  • fj-bom set to 1.6.1
  • Default randomizer uses now java.util.Random instead of SecureRandom (but it is possible to customize it)

[1.1.1] - 2024-02-25

Changed

  • Added support for Reader/Writer to ProcessJson utl

[1.1.0] - 2024-02-25

Added

  • ProcessJson utility

[1.0.0] - 2024-02-18

Changed

  • fj-bom set to 1.6.0
  • fj-lib set to 8.4.8
  • Workflows review
  • Upgraded build_maven_package workflow to version 1.0.1, (accepts DISABLE_MAVEN_DEPENDENCY_SUBMISSION)

[0.1.1] - 2023-10-01

Added

  • utility methods for subclasses of XmlToJsonConverter

Fixed

  • custom XmlToJsonConverter test

[0.1.0] - 2023-10-01

Added