We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36287cd commit 6609d6dCopy full SHA for 6609d6d
CHANGELOG.md
@@ -8,6 +8,10 @@
8
9
### [Unreleased]
10
11
+### [v10.1.2] - 2022-07-12
12
+
13
+- Fix HasOneThrough #2818
14
15
### [v10.1.1] - 2022-06-24
16
17
- Fix null recordsFiltered on empty collection #2806
@@ -62,7 +66,8 @@
62
66
- Drop support for `ApiResourceDataTable`
63
67
- PHP8 syntax / method signature changed
64
68
65
-[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.1.1...10.x
69
+[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.1.2...10.x
70
+[v10.1.2]: https://github.com/yajra/laravel-datatables/compare/v10.1.2...v10.1.1
71
[v10.1.1]: https://github.com/yajra/laravel-datatables/compare/v10.1.1...v10.1.0
72
[v10.1.0]: https://github.com/yajra/laravel-datatables/compare/v10.1.0...v10.0.8
73
[v10.0.8]: https://github.com/yajra/laravel-datatables/compare/v10.0.8...v10.0.7
0 commit comments