Skip to content

Releases: ramsey/uuid

4.2.3

Choose a tag to compare

@ramsey ramsey released this 25 Sep 23:15
4.2.3
fc9bb7f

Fixed

  • Switch back to ^8.0 in the PHP version requirement.

4.1.3

Choose a tag to compare

@ramsey ramsey released this 25 Sep 23:14
4.1.3
2df6bbd

Fixed

  • Switch back to ^8.0 in the PHP version requirement.

4.0.3

Choose a tag to compare

@ramsey ramsey released this 25 Sep 23:14
4.0.3
cf8c74d

Fixed

  • Switch back to ^8.0 in the PHP version requirement.

3.9.6

Choose a tag to compare

@ramsey ramsey released this 25 Sep 23:14
3.9.6
ffa80ab

Fixed

  • Switch back to ^8.0 in the PHP version requirement.

4.2.2

Choose a tag to compare

@ramsey ramsey released this 24 Sep 18:59
4.2.2
445999c

Fixed

  • Indicate support for PHP 8.1, using ~8.1.0 to prevent installations on 8.2 until the library is ready.

4.1.2

Choose a tag to compare

@ramsey ramsey released this 24 Sep 18:59
4.1.2
97d1535

Fixed

  • Lock 4.1.x to ~8.0.0 to indicate it does not support PHP 8.1.

4.0.2

Choose a tag to compare

@ramsey ramsey released this 24 Sep 18:58
4.0.2
833c5c9

Fixed

  • Lock 4.0.x to ~8.0.0 to indicate it does not support PHP 8.1.

3.9.5

Choose a tag to compare

@ramsey ramsey released this 24 Sep 18:58
3.9.5
e62af90

Fixed

  • Indicate support for PHP 8.1, using ~8.1.0 to prevent installations on 8.2 until the library is ready.

4.2.1

Choose a tag to compare

@ramsey ramsey released this 11 Aug 01:09
4.2.1
fe665a0

Fixed

  • Fix soft BC break with Uuid::fromString() signature. The change from string to non-empty-string on the parameter annotation introduced a BC break for those using static analysis tools. This release reverts this change and provides an assertion to guard against empty strings. See ramsey/uuid#383.

4.2.0

Choose a tag to compare

@ramsey ramsey released this 06 Aug 22:37
4.2.0
7231612

Added

  • Add Ramsey\Uuid\Exception\UuidExceptionInterface for all ramsey/uuid exceptions to implement. See ramsey/uuid#340.

Fixed