Hashids.java v1.0.2 Release Notes

Release Date: 2017-05-29 // almost 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