|
8 | 8 |
|
9 | 9 | ##Change Log
|
10 | 10 |
|
| 11 | +### v6.11.6 - 2016-06-18 |
| 12 | + - Fix searching based on configurations. #607 |
| 13 | + - Fix column wrapping when smart search is disable. #606 |
| 14 | + |
11 | 15 | ### v6.11.5 - 2016-06-01
|
12 | 16 | - Fix HasOne relation which uses different methods to get foreign and other key. #585
|
13 |
| - |
| 17 | + |
14 | 18 | ###v6.11.4 - 2016-05-30
|
15 | 19 | - Remove media screen to fix styles when printing. #583
|
16 |
| - |
| 20 | + |
17 | 21 | ###v6.11.3 - 2016-05-20
|
18 | 22 | - Add export button collection. #568
|
19 | 23 | - Fix default print preview view path. #569
|
|
51 | 55 |
|
52 | 56 | ###v6.9.2 - 2016-03-16
|
53 | 57 | - Pull-up isOracleSQL and fix condition using oci8.
|
54 |
| - |
| 58 | + |
55 | 59 | ###v6.9.1 - 2016-03-11
|
56 | 60 | - Add default array value when getting columns. Fix #448
|
57 |
| - |
| 61 | + |
58 | 62 | ###v6.9.0 - 2016-03-11
|
59 | 63 | - Re-implement facade.
|
60 | 64 | - Add blacklist and whitelist feature.
|
61 | 65 | - Fix string casting for object values.
|
62 | 66 | - Add missing doc block for getSearchKeyword.
|
63 | 67 | - Fix eloquent engine missing parent constructor.
|
64 | 68 | - Add/Update class doc blocks.
|
65 |
| - |
| 69 | + |
66 | 70 | ###v6.8.0 - 2016-03-11
|
67 | 71 | - Added Closure support for filterColumn method.
|
68 | 72 | - PR #440. Credits to @codewizz.
|
|
75 | 79 |
|
76 | 80 | ###v6.7.2 - 2016-02-28
|
77 | 81 | - Fix collection engine sorting and sorting function.
|
78 |
| - - Fix #413 and #415. |
| 82 | + - Fix #413 and #415. |
79 | 83 |
|
80 | 84 | ###v6.7.1 - 2016-02-26
|
81 |
| - - Fix multiple column sorting when using eager loaded models. Fix #410 |
| 85 | + - Fix multiple column sorting when using eager loaded models. Fix #410 |
82 | 86 |
|
83 | 87 | ###v6.7.0 - 2016-02-26
|
84 |
| - - Add support for sorting on eager loaded models. |
| 88 | + - Add support for sorting on eager loaded models. |
85 | 89 | - PR #409 - Credits to @ikerasLT.
|
86 | 90 |
|
87 | 91 | ###v6.6.1 - 2016-02-20
|
|
107 | 111 |
|
108 | 112 | ###v6.4.5 - 2016-02-18
|
109 | 113 | - Allow edit columns for nested arrays. PR #399 - credits to @ramilexe
|
110 |
| - - Fix flag for case insensitive search. PR #400 - credits to @ansient |
111 |
| - |
| 114 | + - Fix flag for case insensitive search. PR #400 - credits to @ansient |
| 115 | + |
112 | 116 | ###v6.4.4 - 2016-02-13
|
113 | 117 | - Fix filtering in nested columns of Collections. PR #392
|
114 |
| - |
| 118 | + |
115 | 119 | ###v6.4.3 - 2016-02-11
|
116 | 120 | - Random cs and doc block fix.
|
117 | 121 | - Code refactoring to reduce complexity.
|
|
174 | 178 |
|
175 | 179 | ###v6.1.2
|
176 | 180 | - Fix possible conflict with Laravel helpers.php file auto-loading. Fix #330.
|
177 |
| - - Update dataTable service class stub. |
| 181 | + - Update dataTable service class stub. |
178 | 182 |
|
179 | 183 | ###v6.1.1
|
180 | 184 | - Fix ordering when using basic array response. Fix #322.
|
|
0 commit comments