Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Latest commit

 

History

History
41 lines (33 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

41 lines (33 loc) · 1.97 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.3.0 - 2023-05-22

Added

  • Introduced a new capability to export a locally processed card selection scenario to be imported and analyzed remotely by another card selection manager. For this purpose, the following two methods have been added to the CardSelectionManager interface:
    • exportProcessedCardSelectionScenario
    • importProcessedCardSelectionScenario

1.2.0 - 2023-01-10

Added

  • ConfigurableCardReader.getCurrentProtocol method to retrieve the physical protocol name currently used by the reader.

Changed

  • UML diagrams moved to a dedicated repository (see README.md file).

1.1.0 - 2022-10-26

Added

  • The possibility to import/export a card selection scenario (issue #9) via the new methods exportCardSelectionScenario and importCardSelectionScenario of the CardSelectionManager API.
  • CHANGELOG.md file (issue #7).
  • CI: Forbid the publication of a version already released (issue #5).

1.0.0 - 2021-10-06

This is the initial release.