-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e542fb
commit 6faec5c
Showing
1 changed file
with
14 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,47 @@ | ||
# Changelog | ||
|
||
### Konekt Enum Eloquent | ||
|
||
## 1.3 | ||
|
||
### Unreleased | ||
## 1.3.0 | ||
##### 2019-09-08 | ||
|
||
- Added make:enum commands (when using in a Laravel application) | ||
- Enum 3.0.0 is supported | ||
- Dropped PHP 7.0 Support | ||
- Added Laravel 6.0 Support | ||
- Updated references to https://konekt.dev/enum website | ||
|
||
## 1.2 | ||
|
||
### 1.2.0 | ||
###### 2018-11-04 | ||
## 1.2.0 | ||
##### 2018-11-04 | ||
|
||
- Added Laravel Collective Forms compatibility (optional) | ||
- `isEnumAttribute()` method became protected (was private before) | ||
- Laravel 5.6 & 5.7 are supported | ||
|
||
## 1.1 | ||
|
||
### 1.1.3 | ||
###### 2017-12-08 | ||
## 1.1.3 | ||
##### 2017-12-08 | ||
|
||
- Fixed namespace creep bug with @notation on extended classes | ||
- PHP 7.2 is supported (Laravel 5.4 & 5.5) | ||
|
||
### 1.1.2 | ||
###### 2017-11-24 | ||
## 1.1.2 | ||
##### 2017-11-24 | ||
|
||
- Fixed Laravel 5.0 & 5.1 incompatibility introduced with v1.1.1 | ||
|
||
### 1.1.1 | ||
###### 2017-11-24 | ||
## 1.1.1 | ||
##### 2017-11-24 | ||
|
||
- Fixed bug with `ClassName@method` notation resolution when the host | ||
model's base class name was present in the namespace. | ||
|
||
|
||
### 1.1.0 | ||
###### 2017-10-16 | ||
## 1.1.0 | ||
##### 2017-10-16 | ||
|
||
- Added support for `ClassName@method` notation | ||
- Travis tests PHP 7 with Laravel 5.0-5.5 & PHP7.1 with Laravel 5.4-5.5 | ||
|
||
|
||
## 1.0 | ||
|
||
### 1.0.0 | ||
###### 2017-10-06 | ||
## 1.0.0 | ||
##### 2017-10-06 | ||
|
||
- Initial release for Enum 2.0+, Eloquent 5.0 - 5.5 | ||
- Works like Eloquent's `$cast` property on models, but internally hooks into the mutator/accessor mechanism |