Releases: personnummer/java
Releases · personnummer/java
3.5.0
What's Changed
- Branchless luhn-algorithm by @ullenius in #93
- chore: Formatting. by @Johannestegner in #94
- More optimisations by @ullenius in #96
- fix: Fixed javadocs to show the actual long format (without separator). by @Johannestegner in #114
Dependencies
- fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.9.3 by @renovate in #95
- fix(deps): update dependency org.json:json to v20230618 by @renovate in #97
- chore(deps): update dependency gradle to v8.2 by @renovate in #98
- chore(deps): update dependency gradle to v8.2.1 by @renovate in #99
- fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.10.0 by @renovate in #100
- chore(deps): update dependency gradle to v8.3 by @renovate in #102
- chore(deps): update dependency ubuntu to v22 by @renovate in #101
- chore(deps): update actions/checkout action to v4 by @renovate in #103
- chore(deps): update dependency gradle to v8.4 by @renovate in #104
- fix(deps): update dependency org.json:json to v20231013 by @renovate in #105
- fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.10.1 by @renovate in #106
- chore(deps): update dependency gradle to v8.5 by @renovate in #107
- chore(deps): update actions/setup-java action to v4 by @renovate in #108
- chore(deps): update github/codeql-action action to v3 by @renovate in #109
- chore(deps): update dependency gradle to v8.6 by @renovate in #110
- fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.10.2 by @renovate in #111
- fix(deps): update dependency org.json:json to v20240205 by @renovate in #112
Full Changelog: 3.4.1...3.5.0
3.4.1
What's Changed
- hotfix: Leap year should throw exception. by @Johannestegner in #92
- chore(deps): update dependency gradle to v8.1 by @renovate in #90
- chore(deps): update dependency gradle to v8.1.1 by @renovate in #91
Full Changelog: 3.4.0...3.4.1
3.4.0
What's Changed
- add getDate() method for #80 by @cbhat5 in #82
- fix: Minor fix to day fetching for coordination numbers in date test. by @Johannestegner in #88
- Feature/interim numbers by @Johannestegner in #83
- chore: Updated to ubuntu-20.04 in workflow. Updated java versions to … by @Johannestegner in #84
- chore(docs): Fixed build badge to use correct sheilds url. by @Johannestegner in #89
New Contributors
Thank you!
Full Changelog: 3.3.4...3.4.0
3.3.4
- Hotfix for issue where pipe was allowed as separator.
- Dependency updates.
- Fixed buildscript to use new env files.
3.3.3
New maven publish. Should hopefully be final configuration change for a full maven-central release.
3.3.2
Another maven central test.
3.3.1
This release have no changes more than to build scripts to enable maven publish to maven-central.
3.3.0
3.2.0
3.1.0
Changes:
50e7113
Remove redundant usage of 'this' keyword
82e0cb2
Replace type wrappers with primitives
ec15236
Remove redundant boolean
c9613ac
Use modulus operation
Minor version bump, no breaking changes introduced but an update to the Luhn algorithm warrants a none-patch update.
Thanks to contributors:
@ullenius