Skip to content

Releases: kloverde/java-PaymentCardGenerator

PaymentCardGenerator v2.0.0 (April 10, 2024)

Choose a tag to compare

@kloverde kloverde released this 10 Apr 05:12
753dd3f
  • 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

Choose a tag to compare

@kloverde kloverde released this 08 May 22:11
5a7c665

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

Choose a tag to compare

@kloverde kloverde released this 22 Dec 02:53
  • First release