Skip to content

Releases: mgrajcarek/uuid-shortener

Allow brick/math version 0.11 along with 0.12

21 Dec 09:24
622d85d
Compare
Choose a tag to compare

Extended allowed versions of brick/mathto to keep compatibility with RamseyUUID.

What's Changed

Full Changelog: v1.0.0...v1.0.1

Release 1.0.0 - drop of support for PHP 7.x and 8.0

20 Dec 13:22
cae6fe4
Compare
Choose a tag to compare

Version 1.0.0 with following changes:

BC:

  • drop support for PHP 7.x branch
  • drop support for PHP 8.0

Added:

  • support for PHP 8.3
  • CS Fixer with code style

All kudos for @marmichalski who prepared all the changes!

v0.6.4

04 Dec 12:18
5ed3151
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.6.4

Added CI checks for PHP 8.2

02 Feb 08:05
e696e3c
Compare
Choose a tag to compare
Update build.yaml (#23)

Added PHP 8.2 to workflow/build

v0.6.2

02 Feb 07:40
18a3446
Compare
Choose a tag to compare

Added support for brick/math version 0.11

v0.6.1

28 Aug 11:53
bf1f0f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

PHP 8.1 support and GitHub Actions

25 Apr 11:40
1257fc2
Compare
Choose a tag to compare

CI moved from Travis-CI to Github Actions.
Support expanded to PHP 8.1

PHP 8 support

08 Jan 10:06
0c60ecb
Compare
Choose a tag to compare

This version, thanks to @frankverhoeven, supports PHP 8.

Updated version of brick/math to version 0.9.x

03 Sep 11:24
394ea6b
Compare
Choose a tag to compare

brick/math lib updated to version 0.9.x

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!