Ramsey Uuid Versions Save

:snowflake: A PHP library for generating universally unique identifiers (UUIDs).

4.4.0

1 year ago

Changed

  • Allow brick/math 0.10.
  • Remove dev dependency to moontoast/math.
  • Un-deprecate UuidInterface::getUrn().

4.3.1

2 years ago

Deprecated

The following will be removed in ramsey/uuid 5.0.0:

  • Ramsey\Uuid\Generator\RandomLibAdapter

4.3.0

2 years ago

Changed

  • Remove support for PHP 7.2, 7.3, and 7.4. This is not a BC break, since Composer will do the right thing for your environment and select a compatible version of this library.
  • Require ext-ctype extension. For applications that run in environments where the ext-ctype is not present, please require a polyfill, such as symfony/polyfill-ctype.
  • Use iterable<UuidBuilderInterface> instead of BuilderCollection types.
  • Use iterable<NodeProviderInterface> instead of NodeProviderCollection types.

Deprecated

The following will be removed in ramsey/uuid 5.0.0:

  • Ramsey\Uuid\Builder\BuilderCollection
  • Ramsey\Uuid\Provider\Node\NodeProviderCollection
  • Dependency on ramsey/collection

Fixed

  • Support valid UUIDs in uppercase in LazyUuidFromString.

4.2.3

2 years ago

Fixed

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

4.1.3

2 years ago

Fixed

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

4.0.3

2 years ago

Fixed

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

3.9.6

2 years ago

Fixed

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

4.2.2

2 years ago

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

2 years ago

Fixed

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

4.0.2

2 years ago

Fixed

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