Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

39 lines (27 loc) · 1.25 KB

Changelog

All notable changes to ConciseUuid will be documented in this file.

Version 2.5.0

  • [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.

Version 2.0.4

  • [2020-10-25 11:25:20 CDT] Added support for Laravel v8.0.

Version 2.0.3

  • [2020-09-15 11:22:33 CDT] Added PHP v8.0 support.

Version 2.0.2

  • [2020-07-04 12:57:02 CDT] Updated for Laravel v7.

Version 2.0.1

  • [2019-11-04 13:15:38 CDT] Added support for Laravel v6.0.

Version 2.0.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.

Version 1.2.0

  • [2019-07-04] Added fromUUID() and toUUID().

Version 1.1.0

  • [2019-07-03] Added the UuidAuthModel.

Version 1.0

  • [2018-11-08] The initial public release.