All notable changes to ConciseUuid
will be documented in this file.
- [2021-11-07 04:20:30 CDT] Return a plain UUID if it is given for toUUID().
- [2021-11-07 04:22:09 CDT] [major] Fixed a ConsideUuid generation bug affecting small UUIDs.
- [2021-11-07 04:24:07 CDT] Added more tests for 100% test code coverage.
- [2021-11-07 10:12:11 CDT] Added full PHP 8.1 support.
- [2021-11-07 10:12:41 CDT] Upgraded to PHPUnit v9.
- [2020-10-25 11:25:20 CDT] Added support for Laravel v8.0.
- [2020-09-15 11:22:33 CDT] Added PHP v8.0 support.
- [2020-07-04 12:57:02 CDT] Updated for Laravel v7.
- [2019-11-04 13:15:38 CDT] Added support for Laravel v6.0.
- [2019-10-21] Shuffled all of the core functionality to a static utility class.
- [2019-10-21] Made Laravel an optional dependency.
- [2019-10-21] Made ext-gmp an optional dependency.
- [2019-10-21] Reincluded support for PHP 7.0 to allow support for Laravel 5.5 LTS.
- [2019-07-04] Added fromUUID() and toUUID().
- [2019-07-03] Added the UuidAuthModel.
- [2018-11-08] The initial public release.