All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Support generating and decoding version 6 UUIDs (#18)
- Support generating and decoding version 7 UUIDs
- Support decoding version 8 UUIDs
- Removed
--comb
and--guid
options from thegenerate
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.
- Do not exclude the
bin/
directory from the distribution package.
- Return proper exit codes from commands to avoid type errors in newer versions of symfony/console.
- Add support for ramsey/uuid v4
- Add support for symfony/console v5 (#12)
- Add support for symfony/console v4 (#3)
- Allow empty strings and
0
to be passed as the "name" for version 3 and version 5 UUIDs.
- Add support for symfony/console v3.
- Add project Contributor Code of Conduct.
- Initial release!
- Separated from ramsey/uuid library into a stand-alone package.