0.4.0 - 2017-09-13
- New helper
SlugModel
andUuidModel
base models that override the primary identifier.
- Traits no longer have the
With
prefix.
0.3.0 - 2017-07-28
- New
WithIpAddress
trait that adds requester's IP address. (#1) - New method that can override the text to slug conversion function.
0.2.0 - 2017-07-06
- Handler for maximum attempts at finding a unique value.
- Existing values will be left untouched if they are already unique.
- Generation code moved to a callback so it can be overwritten.
- Minimum PHP version requirement to 7.0.
- New
WithUuid
trait that provides UUIDs. - New
WithSlug
trait that provides slug generation.