Skip to content

Releases: ramsey/uuid-console

2.0.0

21 Dec 21:49
2.0.0
d923332
Compare
Choose a tag to compare

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

07 Aug 01:53
1.2.1
e7f7f44
Compare
Choose a tag to compare

Fixed

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

1.2.0

07 Aug 01:50
1.2.0
a2ec201
Compare
Choose a tag to compare

Added

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

1.1.4

16 Jul 17:13
059e021
Compare
Choose a tag to compare
  • Add support for ramsey/uuid v4

1.1.3

16 Jul 16:40
464e749
Compare
Choose a tag to compare
  • Add support for symfony/console v5 (#12)

1.1.2

06 Nov 17:17
1.1.2
29c0019
Compare
Choose a tag to compare
  • Add support for symfony/console v4 (#3)

1.1.1

02 Feb 21:40
1.1.1
52d1eab
Compare
Choose a tag to compare
  • Allow empty strings and 0 to be passed as the "name" for version 3 and version 5 UUIDs.

1.1.0

17 Dec 20:32
Compare
Choose a tag to compare
  • 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

28 Sep 18:22
Compare
Choose a tag to compare
  • Separated from ramsey/uuid library into a stand-alone package