All notable changes to laravel-userstamps will be documented in this file.
- Made it possible to overwrite the userstamp fields with a custom value when creating or updating a model
- Issue #21 Added support for using ulid as the column type for the users
- Added support for Laravel 11
- Added support for Laravel 10
- Pull Request #12 Added support for Laravel 9
- Pull Request #16 Fixed a type in the comments
- Added support for PHP8
- Updated the package to use in Laravel 7
- Pull Request #5 Set the updated_by also when creating, updating or restoring a model
- Updated the package to use in Laravel 6
- Added the column type of the id of the users table to the config. This was needed to make sure the foreign key could be added to the table where the column types are matching.
- Renamed the trait for easier reading
- Added unit tests
- Initial release