vinkla / hashids

A small PHP library to generate YouTube-like ids from numbers. Use it when you don't want to expose your database ids to the user.
https://hashids.org/php
MIT License
5.28k stars 418 forks source link

hashids.php versioning doesn't match versioning on hashids #111

Closed Yogarine closed 6 years ago

Yogarine commented 6 years ago

If I look at the compatibility table at http://hashids.org/php/, it suggests that all implementations stick to the same versioning and should be at ~1.0.0.

hashids.php has already bumped the major release twice and thus is now at ~3.0.0, is this an issue?

vinkla commented 6 years ago

...is this an issue?

We've discussed this internally and decided to bump the PHP package because of breaking changes. There was no way around it if we wanted to benefit from the new features.