You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
7
+
## [0.4.21] - 17 May 2019
8
+
### Added
9
+
- my own implementation of laravel pivot events, based on `fico7489/laravel-pivot`.
10
+
11
+
### Fixed
12
+
- Laravel Telescope compatibility.
13
+
14
+
### Removed
15
+
- dependency on `fico7489/laravel-pivot`.
16
+
17
+
## [0.4.20] - 17 May 2019
18
+
### Added
19
+
- caching lazy-loading of belongs-to relationships. Thanks @tmishutin for leading the way forward on this effort! Hopefully this solution will work as a template for lazy-loading other relationship types going forward.
20
+
21
+
### Fixed
22
+
- an issue with prefixing found during testing.
23
+
24
+
### Removed
25
+
- unused code.
26
+
27
+
## [0.4.19] - 16 May 2019
28
+
### Added
29
+
- work-around for Laravel Telescope compatibility to README.
30
+
7
31
## [0.4.18] - 14 May 2019
8
32
### Fixed
9
33
- polymorphic relationship caching, as well as other queries using `InRaw`.
0 commit comments