Skip to content

Releases: vinkla/hashids

5.0.2

23 Feb 15:01
Compare
Choose a tag to compare
  • Updated PHPDoc types

5.0.1

23 Feb 07:47
Compare
Choose a tag to compare
  • Updated PHPDoc types for encode method

5.0.0

14 Feb 10:20
Compare
Choose a tag to compare
  • Added property type declarations
  • Replaced HashidsException with InvalidArgumentException
  • Removed PHP 7 and 8.0 support
  • Renamed Bc class to BCMath

4.1.0

26 Nov 19:28
8cab111
Compare
Choose a tag to compare
  • Added PHP 8.0 support

4.0.0

03 Apr 13:40
43bb240
Compare
Choose a tag to compare
  • Added UTF-8 support (thanks @bonfante)
  • Removed PHP 7.1 support

3.0.0

12 Mar 16:30
b6c6114
Compare
Choose a tag to compare
  • Added BC and GMP math classes (thanks @jwpage)
  • Update and optimize alphabet shuffling (thanks @jwpage)
  • Removed PHP 5.0 support (#107)

2.0.4

28 Oct 11:24
7a945a5
Compare
Choose a tag to compare
  • Remove ext-bcmath requirement (#91)

2.0.3

01 Jan 13:33
28889ed
Compare
Choose a tag to compare
  • Implemented unhash using Horner's method (thanks @jkramarz)

2.0.2

31 Dec 08:51
c706edc
Compare
Choose a tag to compare
  • Fix bug related to bc math accuracy (thanks @jkramarz)

2.0.1

29 Dec 20:39
Compare
Choose a tag to compare
  • Fix bug related to big numbers (thanks @jkramarz)