Releases: mysto/java-fpe
Releases · mysto/java-fpe
v1.1.0
What's Changed
- Add byte[] overloads for all String ctors by @altr-benjamin in #13
- Change string allocs to char[] for performance improvement of approximately 15% @altr-benjamin in #14
- Updated JMH to 0.7.2
- Updated Log4j to 2.23.1
- Update JUnit to 5.10.2 and added display of test results
New Contributors
- @altr-benjamin made their first contribution in #13
Full Changelog: v1.0.4...v1.1.0
v1.0.4
v1.0.3
v1.0.1
Performance updates
What's Changed
- Optimize hex operations by @borovikovd in #4
Full Changelog: v1.0...v1.0.1
Production Release 1.0
This release updates the code for production usage, resolves Log4j dependencies on older versions, and corrects issues with UTF-8 in unit tests.
Full Changelog: v0.9.0...v1.0
Pre-release with FF3-1 and custom alphabet support
This release includes:
- FF3-1 support
- custom alphabet support
- JMH performance tests
This pre-release has passed all expected tests and is a release candidate
Initial beta release of FF3 package
Initial release