Uuid Console Versions Save

A console application for generating UUIDs with ramsey/uuid.

2.0.0

1 year ago

Added

  • Support generating and decoding version 6 UUIDs (#18)
  • Support generating and decoding version 7 UUIDs
  • Support decoding version 8 UUIDs

Changed

  • Removed --comb and --guid options from the generate command.
  • Minimum version of PHP is now 7.4.
  • Minimum version of symfony/console is now 5.0.
  • Minimum version of ramsey/uuid is now 3.9.7.

1.2.1

2 years ago

Fixed

  • Do not exclude the bin/ directory from the distribution package.

1.2.0

2 years ago

Added

  • Return proper exit codes from commands to avoid type errors in newer versions of symfony/console.

1.1.4

3 years ago
  • Add support for ramsey/uuid v4

1.1.3

3 years ago
  • Add support for symfony/console v5 (#12)

1.1.2

6 years ago
  • Add support for symfony/console v4 (#3)

1.1.1

7 years ago
  • Allow empty strings and 0 to be passed as the "name" for version 3 and version 5 UUIDs.

1.1.0

8 years ago
  • Add support for symfony/console v3.
  • Add project Contributor Code of Conduct.
  • Add Scrutinizer configuration to run code-quality builds through Scrutinizer.

1.0.0

8 years ago
  • Separated from ramsey/uuid library into a stand-alone package