Skip to content

Releases: kloverde/java-PaymentCardGenerator

PaymentCardGenerator v2.0.0 (April 10, 2024)

10 Apr 05:12
753dd3f
Compare
Choose a tag to compare
  • Retargeted at Java 17 + Gradle 8
  • No more reliance on the external BuildScripts repository to build this project
  • Migrated to JUnit 5
  • Added Spotbugs code coverage to the build
  • Uses of java.util.Random have been replaced by ThreadLocalRandom

BREAKING CHANGES:

PaymentCardGenerator.generateByPrefix(int howManyOfEachPrefix, List<Integer> lengths, Set<Long> prefixes)

now uses a Set<Integer> for lengths rather than List<Integer>

PaymentCardGenerator v1.0.1

08 May 22:11
5a7c665
Compare
Choose a tag to compare

There are no code changes in this release. The project has been updated to be compatible with the latest BuildScripts and Gradle 7.0.

PaymentCardGenerator v1.0

22 Dec 02:53
Compare
Choose a tag to compare