hashids-java

Hashids algorithm v1.0.0 implementation in Java

MIT License

Stars
1K
Committers
19

Bot releases are hidden (Show)

hashids-java - Version 1.0.2 (May 2017) Latest Release

Published by 0x3333 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