Skip to content

Commit a4b34a9

Browse files
Tag release
1 parent 46bf863 commit a4b34a9

File tree

1 file changed

+2
-30
lines changed

1 file changed

+2
-30
lines changed

CHANGELOG.md

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)