Skip to content
This repository was archived by the owner on Dec 10, 2018. It is now read-only.

Releases: spatie/laravel-binary-uuid

1.3.0

24 Sep 07:08

Choose a tag to compare

  • add eloquent-ness support

1.2.2

28 Aug 12:09

Choose a tag to compare

  • add support for Laravel 5.7

1.2.1

23 Aug 09:32
e491640

Choose a tag to compare

  • Fix broken SQLite grammar (#58)

1.2.0

08 Aug 13:44

Choose a tag to compare

  • Configurable UUID attribute names (#49)

1.1.7

25 Jul 06:39

Choose a tag to compare

  • Extra isset check on present key when serializing a model (#47)

1.1.6

01 Mar 13:28

Choose a tag to compare

  • Prevent decoding the uuid when the model does not exist (#40).
  • Bump minimum PHP version to 7.1 to support nullable type hints.

1.1.5

12 Feb 09:13

Choose a tag to compare

  • Better support for route binding #36.
  • Deprecate the HasUuidPrimaryKey trait, as its functionality is moved to HasBinaryUuid.

1.1.4

08 Feb 09:55

Choose a tag to compare

  • Support Laravel 5.6

1.1.3

18 Jan 11:45

Choose a tag to compare

  • remove dependency om laravel/framework and add dependency on laravel/queue

1.1.2

16 Jan 07:58

Choose a tag to compare

Support for table prefixes.