-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mior Muhammad Zaki <[email protected]>
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Release Notes for v3.x | ||
|
||
This changelog references the relevant changes (bug and security fixes) done to `laravie/cabinet`. | ||
|
||
## 3.0.0 | ||
|
||
Released: 2020-01-20 | ||
|
||
### Added | ||
|
||
* Add `Laravie\Cabinet\Repository::share()` to register data to storage. | ||
* Add `Laravie\Cabinet\Repository::put()` to set value to storage. | ||
* Added `Laravie\Cabinet\Listeners\FlushCachedData` listener for `Illuminate\Auth\Events\Login` or `Illuminate\Auth\Events\Logout` event. | ||
|
||
### Beaking Changes | ||
|
||
* `Laravie\Cabinet\Repository::rememberForever()` now will register the data for cache key and return it's value instead of `Repository`. | ||
* `Laravie\Cabinet\Repository::remember()` now will register the data for cache key and return it's value instead of `Repository`. | ||
|
||
### Deprecated | ||
|
||
* Deprecate `Laravie\Cabinet\Repository::register()`, use `share()` instead. |