File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,15 @@ All notable changes to `laravel-eloquent-flag` will be documented in this file.
66
77### Added
88
9- - Laravel 5.6 support.
9+ - Laravel 5.6 support ([ #35 ] ( https://github.com/cybercog/laravel-eloquent-flag/pull/35 ) ).
10+ - ` is_invited ` classic boolean flag added ([ #31 ] ( https://github.com/cybercog/laravel-eloquent-flag/pull/31 ) ).
11+ - ` invited_at ` classic timestamp flag added ([ #31 ] ( https://github.com/cybercog/laravel-eloquent-flag/pull/31 ) ).
12+ - ` is_ended ` inverse boolean flag added ([ #31 ] ( https://github.com/cybercog/laravel-eloquent-flag/pull/31 ) ).
13+ - ` ended_at ` inverse timestamp flag added ([ #31 ] ( https://github.com/cybercog/laravel-eloquent-flag/pull/31 ) ).
14+ - ` is_drafted ` inverse boolean flag added ([ #32 ] ( https://github.com/cybercog/laravel-eloquent-flag/pull/32 ) ).
15+ - ` drafted_at ` inverse timestamp flag added ([ #32 ] ( https://github.com/cybercog/laravel-eloquent-flag/pull/32 ) ).
16+ - ` is_archived ` inverse boolean flag added ([ #32 ] ( https://github.com/cybercog/laravel-eloquent-flag/pull/32 ) ).
17+ - ` archived_at ` inverse timestamp flag added ([ #32 ] ( https://github.com/cybercog/laravel-eloquent-flag/pull/32 ) ).
1018
1119## [ 3.12.0] - 2017-09-09
1220
You can’t perform that action at this time.
0 commit comments