File tree Expand file tree Collapse file tree 1 file changed +2
-30
lines changed Expand file tree Collapse file tree 1 file changed +2
-30
lines changed Original file line number Diff line number Diff line change @@ -6,36 +6,8 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
66
77## Unreleased
88
9- ## 0.2 .0 (2018-07-26)
9+ ## 0.1 .0 (2018-07-26)
1010
1111### Added
1212
13- - Added a base Eloquent model
14- - Added a queueable job
15- - Added auto-discovery
16- - Added a test suite and tests
17- - Updated documents
18- - Added boolean date parsing in base model
19- - Add Laravel 5.6 service provider bindings and singletons properties
20- - Alias all predefined class aliases
21- - Map polymorphic models to their alias
22- - Auto-register event listeners and subscribers
23- - Added a call to a request handler's _ before_ method
24-
25- ### Changed
26-
27- - Require PHP 7.2 or higher
28- - Require Laravel 5.6 or higher
29-
30- ### Removed
31-
32- - Removed empty ` mapRoutes ` method
33- - Removed empty ` registerCommands ` method
34- - Removed empty ` bindRepositories ` method
35- - Removed empty ` mapMorphTypes ` method
36- - Removed empty ` bootMiddleware ` method
37- - Extracted ` BooleanDates ` class to its own package
38-
39- ### Fixed
40-
41- - Correctly resolve config file
13+ - Added BooleanDates model trait
You can’t perform that action at this time.
0 commit comments