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
- 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
ConfigurableCardReader.getCurrentProtocol
method to retrieve the physical protocol name currently used by the reader.
- UML diagrams moved to a dedicated repository (see
README.md
file).
1.1.0 - 2022-10-26
- The possibility to import/export a card selection scenario (issue #9) via the new methods
exportCardSelectionScenario
andimportCardSelectionScenario
of theCardSelectionManager
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.