Skip to content

Commit 1c3c2ef

Browse files
committed
Bump v3.13.0 🚀
1 parent 7a578ca commit 1c3c2ef

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,32 @@
88

99
## CHANGELOG
1010

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+
1137
### v3.12.7 - 11-03-2018
1238

1339
- Add checker if className is not yet set when adding class.
@@ -246,6 +272,8 @@
246272
[#77]: https://github.com/yajra/laravel-datatables-html/pull/77
247273
[#78]: https://github.com/yajra/laravel-datatables-html/pull/78
248274
[#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
249277

250278
[#3]: https://github.com/yajra/laravel-datatables-html/issues/3
251279
[#58]: https://github.com/yajra/laravel-datatables-html/issues/58

0 commit comments

Comments
 (0)