Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (24 loc) · 869 Bytes

CHANGELOG.md

File metadata and controls

33 lines (24 loc) · 869 Bytes

Changelog

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

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