Skip to content

Releases: seancheung/history

v2.1.0

20 Oct 03:30
Compare
Choose a tag to compare

Added Laravel 8 support #12

v2.0.0

22 May 06:54
Compare
Choose a tag to compare

Added Github Workflow support
Added auto-load support: #11
Added Laravel 6 and 7 support #10

1.0.3

11 Jan 10:15
Compare
Choose a tag to compare
  • Added CI(Test and Coverage) support
  • Fixed: blacklist null error. See Issue
  • Fixed: restoring models creates updating record
  • Fixed: fetching model/user from a history record returns an array

1.0.2

19 Jul 04:01
Compare
Choose a tag to compare

Added attributes blacklist support.

   /*
    |--------------------------------------------------------------
    | Attributes blacklist
    |--------------------------------------------------------------
    | 
    | Please add the whole class names. Example: \App\User:class
    | For each model, attributes in its respect array will NOT be recorded into meta when performing update operation.
    |
    */
    'attributes_blacklist' => [
        // \App\User::class => [
        //     'password'
        // ],
    ]

v1.0.1

09 Jan 14:27
564a1f6
Compare
Choose a tag to compare

Minor fix