Releases: yomorun/hashids-java
Releases · yomorun/hashids-java
Version 1.0.2 (May 2017)
Version 1.0.2 - May 29, 2017
Issues fixed:
- Issue #18 - Thread Safety information
- Issue #20 - ArrayIndexOutOfBoundsException when decoding invalid token
- Issue #23 - Fixed separators initialization
- Issue #30 - Fixed negative numbers encoding
- Issue #31 - Fixed large number encoding resulting in an ArrayIndexOutOfBoundsException
- Issue #33 - Create a new release 1.0.2
- Issue #37 - Performance improvements
- Issue #43 - Fixed decode of invalid data resulting in an ArrayIndexOutOfBoundsException
PR merged:
- PR #25 - Fixed SonarJava squid:S2131 and squid:S2325
- PR #26 - Started to use StringBuilder instead of adding Strings
- PR #27 - Fixed identation and Issue #20
- PR #28 - Performance improvements and code organization
- PR #34 - Reimplemented unhash using Horner's method(Internal commit, PR closed)
- PR #39 - Added Gradle specification
- PR #40 - Fix typo in test names