File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 8
8
9
9
## CHANGELOG
10
10
11
+ ### v3.13.0 - 11-10-2018
12
+
13
+ - Add missing visible option setter. [ #83 ]
14
+ - Add new fields, fix dateTime field format. [ #84 ]
15
+
16
+ #### Changed
17
+
18
+ - Fix field and column computed title.
19
+
20
+ From ` created_at ` with title ` Created_At `
21
+ To ` created_at ` with title ` Created At `
22
+
23
+ #### Fixed
24
+
25
+ - Fix DateTime field.
26
+ - Set format to ` YYYY-MM-DD hh:mm a ` .
27
+ - Add ` military() ` setter to set the time to military format.
28
+
29
+ #### Added New Fields
30
+
31
+ - Boolean
32
+ - Date
33
+ - Time
34
+ - Text
35
+ - Number
36
+
11
37
### v3.12.7 - 11-03-2018
12
38
13
39
- Add checker if className is not yet set when adding class.
246
272
[ #77 ] : https://github.com/yajra/laravel-datatables-html/pull/77
247
273
[ #78 ] : https://github.com/yajra/laravel-datatables-html/pull/78
248
274
[ #80 ] : https://github.com/yajra/laravel-datatables-html/pull/80
275
+ [ #83 ] : https://github.com/yajra/laravel-datatables-html/pull/83
276
+ [ #84 ] : https://github.com/yajra/laravel-datatables-html/pull/84
249
277
250
278
[ #3 ] : https://github.com/yajra/laravel-datatables-html/issues/3
251
279
[ #58 ] : https://github.com/yajra/laravel-datatables-html/issues/58
You can’t perform that action at this time.
0 commit comments