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
- Changed $models to $builder
- Changed callback parameters for sorting to $builder, $direction. (Removed sortField because we know what it is, until someone gives me an example of why it would be beneficial to keep it).
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
4
4
5
5
## [Unreleased]
6
6
7
+
## [0.1.4] - 2020-05-24
8
+
9
+
### Changed
10
+
11
+
- Changed $models to $builder
12
+
- Changed callback parameters for sorting to $builder, $direction. (Removed sortField because we know what it is, until someone gives me an example of why it would be beneficial to keep it).
13
+
7
14
## [0.1.3] - 2020-05-12
8
15
9
16
### Changed
@@ -27,7 +34,8 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
0 commit comments