Releases: vinkla/hashids
Releases · vinkla/hashids
5.0.1
- Updated PHPDoc types for encode method
5.0.0
- Added property type declarations
- Replaced HashidsException with InvalidArgumentException
- Removed PHP 7 and 8.0 support
- Renamed Bc class to BCMath
4.0.0
- Added UTF-8 support (thanks @bonfante)
- Removed PHP 7.1 support
3.0.0
- Added BC and GMP math classes (thanks @jwpage)
- Update and optimize alphabet shuffling (thanks @jwpage)
- Removed PHP 5.0 support (#107)
2.0.4
- Remove ext-bcmath requirement (#91)
2.0.3
- Implemented unhash using Horner's method (thanks @jkramarz)
2.0.2
- Fix bug related to bc math accuracy (thanks @jkramarz)
2.0.1
- Fix bug related to big numbers (thanks @jkramarz)