Skip to content

Releases: mgrajcarek/uuid-shortener

Even faster shortening and expanding via direct GMP usage

20 May 14:09
97dcffb
Compare
Choose a tag to compare

All credits for performence improvements goes to marvelous @Ocramius.
Now, 100x faster than before!

Much faster shortening and expanding via direct GMP usage

20 May 10:29
407e953
Compare
Choose a tag to compare
  • Added GMP based strategy for faster UUID shortening
  • New (prefered) static constructor for Shortener which makes it much easier for instantiate

Replacing abandoned moontoast/math with brick/math

07 Apr 08:13
8923156
Compare
Choose a tag to compare
Merge pull request #8 from marmichalski/brick

Replace abandoned moontoast/math with brick/math

Fix for PHP 7.2 and 7.3 builds in Travis CI

07 Apr 06:55
0d34b56
Compare
Choose a tag to compare
Merge pull request #7 from mgrajcarek/fix/composer-lock-72

Fix for travis build on PHP 7.2 and 7.3

Minimum PHP version bumped to 7.2 and Psalm support

07 Apr 05:43
fc2e973
Compare
Choose a tag to compare

Fix for str_pad

07 Apr 05:41
f982838
Compare
Choose a tag to compare

Fix from @Ocramius for incorrect str_pad usage.

Travis CI expanded to PHP 7.2, 7.3 and 7.4

02 Mar 07:18
9d65c62
Compare
Choose a tag to compare
Merge pull request #3 from open-source-contributions/test_enhancement

Test enhancement

Public API change

05 Jun 13:48
Compare
Choose a tag to compare

Typos fixed by @EvulMastah
Charset changed to CharsSet

Composer meta data update and fixes

05 Jun 09:37
Compare
Choose a tag to compare
Merge pull request #1 from EvulMastah/composer

Update composer package data

Description updates, travis and formatter fix

31 May 06:39
Compare
Choose a tag to compare

Travis has been added as a build tool.
README.md updated - now containing example of expanding short UUID to full hexadecimal format.