Hashids.java v1.0.2 Release Notes
Release Date: 2017-05-29 // over 7 years ago-
๐ 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