Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

55 lines (40 loc) · 1.44 KB

Changelog

All notable changes to laravel-userstamps will be documented in this file.

0.0.14

  • Made it possible to overwrite the userstamp fields with a custom value when creating or updating a model

0.0.13

  • Issue #21 Added support for using ulid as the column type for the users

0.0.12

  • Added support for Laravel 11

0.0.11

  • Added support for Laravel 10

0.0.10

0.0.9

  • Added support for PHP8

0.0.8

  • Issue #7 Added support for column type uuid
  • Issue #8 Updated the package to use in Laravel 8

0.0.7

  • Updated the package to use in Laravel 7

0.0.6

  • Pull Request #5 Set the updated_by also when creating, updating or restoring a model

0.0.5

  • Updated the package to use in Laravel 6

0.0.4

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

0.0.3

  • Renamed the trait for easier reading

0.0.1

  • Added unit tests

0.0.1

  • Initial release