|
8 | 8 |
|
9 | 9 | ## CHANGELOG
|
10 | 10 |
|
| 11 | +### UNRELEASED |
| 12 | +- Fix HtmlServiceProvider. [#38], credits to @ElfSundae. |
| 13 | + |
11 | 14 | ### v3.2.0 - 10-13-2017
|
12 |
| -- Review tableAttributes getter and setter #31 |
13 |
| -- Fix CS. #36 |
14 |
| -- Add setTableId() to Html Builder #35. |
15 |
| -- Add addTableClass, removeTableClass to Html Builder #37 |
| 15 | +- Review tableAttributes getter and setter [#31] |
| 16 | +- Fix CS. [#36] |
| 17 | +- Add setTableId() to Html Builder [#35]. |
| 18 | +- Add addTableClass, removeTableClass to Html Builder [#37] |
16 | 19 | - All changes credits to @ElfSundae.
|
17 | 20 |
|
18 | 21 | ### v3.1.0 - 09-14-2017
|
19 |
| -- Added generateJson to Html/Builder #29, credits to @lk77. |
| 22 | +- Added generateJson to Html/Builder [#29], credits to @lk77. |
20 | 23 |
|
21 | 24 | ### v3.0.3 - 09-12-2017
|
22 |
| -- Fix column attributes removed when generate script. #28, credits to @as247. |
| 25 | +- Fix column attributes removed when generate script. [#28], credits to @as247. |
23 | 26 | - Fix https://github.com/yajra/laravel-datatables/issues/1380.
|
24 | 27 |
|
25 | 28 | ### v3.0.2 - 09-09-2017
|
26 | 29 | - Fix Request class doc blocks.
|
27 | 30 | - Fix typo Datatables to DataTables.
|
28 | 31 |
|
29 | 32 | ### v3.0.1 - 09-09-2017
|
30 |
| -- Add fnServerParams to validCallbacks #26. Credits to @cracki. |
| 33 | +- Add fnServerParams to validCallbacks [#26]. Credits to @cracki. |
31 | 34 |
|
32 | 35 | ### v3.0.0 - 08-31-2017
|
33 | 36 | - v3.0 stable release.
|
34 | 37 |
|
35 | 38 | ### v2.0.6 - 07-29-2017
|
36 |
| -- Adding type GET to minifiedAjax in Html/Builder #21, credits to @lk77. |
| 39 | +- Adding type GET to minifiedAjax in Html/Builder [#21], credits to @lk77. |
37 | 40 |
|
38 | 41 | ### v2.0.5 - 06-29-2017
|
39 |
| -- Fix fetching of default table id from config. #19 |
| 42 | +- Fix fetching of default table id from config. [#19] |
40 | 43 |
|
41 | 44 | ### v2.0.4 - 06-29-2017
|
42 | 45 | - Fix missing semi-colon.
|
43 | 46 |
|
44 | 47 | ### v2.0.3 - 06-29-2017
|
45 |
| -- Script cleanup #18 |
| 48 | +- Script cleanup [#18] |
46 | 49 | - Clean up extra space and floating ; on generated ajax data script.
|
47 | 50 | - Do not include attributes on generated column scripts.
|
48 | 51 |
|
49 | 52 | ### v2.0.2 - 06-29-2017
|
50 |
| -- Fix parsing of column functions. #17 |
| 53 | +- Fix parsing of column functions. [#17] |
51 | 54 |
|
52 | 55 | ### v2.0.1 - 06-29-2017
|
53 |
| -- Fix parsing of ajax data where function is rendered as string. #16 |
| 56 | +- Fix parsing of ajax data where function is rendered as string. [#16] |
54 | 57 |
|
55 | 58 | ### v2.0.0 - 06-28-2017
|
56 | 59 | - Add support for Laravel 5.5
|
|
59 | 62 | - FormBuilder
|
60 | 63 | - Fix addCheckbox.
|
61 | 64 | - Use HtmlString when generating table and scripts markup.
|
62 |
| -- Make default table attributes configurable. Fix #3 |
| 65 | +- Make default table attributes configurable. Fix [#3] |
63 | 66 | - Use PHPUNIT 6.x, update tests.
|
64 | 67 | - Add macroable trait for builder extension via macro calls.
|
65 | 68 |
|
66 | 69 | ### v1.4.1 - 06-26-2017
|
67 | 70 | - Set default ajax url to empty string.
|
68 | 71 |
|
69 | 72 | ### v1.4.0 - 06-26-2017
|
70 |
| -- Add minifiedAjax method to minify url generated when using get request. #13 |
| 73 | +- Add minifiedAjax method to minify url generated when using get request. [#13] |
71 | 74 | - Fixes `php artisan serve` and IE issues on long URL.
|
72 | 75 | - Related Issues:
|
73 | 76 | yajra/laravel-datatables#1225
|
|
78 | 81 |
|
79 | 82 | ### v1.3.0 - 06-24-2017
|
80 | 83 | - Adding addBefore and addColumnBefore in Builder.
|
81 |
| -- PR #12, credits to @lk77. |
| 84 | +- PR [#12], credits to @lk77. |
82 | 85 |
|
83 | 86 | ### v1.2.0 - 03-28-2017
|
84 |
| -- Add method to remove column by names. #9 |
| 87 | +- Add method to remove column by names. [#9] |
85 | 88 |
|
86 | 89 | ### v1.1.1 - 03-28-2017
|
87 |
| -- Fix columns setter. #8 |
| 90 | +- Fix columns setter. [#8] |
88 | 91 |
|
89 | 92 | ### v1.1.0 - 02-03-2017
|
90 |
| -- Configurable header attributes. #4 |
| 93 | +- Configurable header attributes. [#4] |
91 | 94 | - Credits to @alfa6661.
|
92 | 95 |
|
93 | 96 | ### v1.0.0 - 01-27-2017
|
94 | 97 | - First release.
|
| 98 | + |
| 99 | +[#4]: https://github.com/yajra/laravel-datatables-html/pull/4 |
| 100 | +[#8]: https://github.com/yajra/laravel-datatables-html/pull/8 |
| 101 | +[#9]: https://github.com/yajra/laravel-datatables-html/pull/9 |
| 102 | +[#12]: https://github.com/yajra/laravel-datatables-html/pull/12 |
| 103 | +[#13]: https://github.com/yajra/laravel-datatables-html/pull/13 |
| 104 | +[#16]: https://github.com/yajra/laravel-datatables-html/pull/16 |
| 105 | +[#17]: https://github.com/yajra/laravel-datatables-html/pull/17 |
| 106 | +[#18]: https://github.com/yajra/laravel-datatables-html/pull/18 |
| 107 | +[#19]: https://github.com/yajra/laravel-datatables-html/pull/19 |
| 108 | +[#21]: https://github.com/yajra/laravel-datatables-html/pull/21 |
| 109 | +[#26]: https://github.com/yajra/laravel-datatables-html/pull/26 |
| 110 | +[#28]: https://github.com/yajra/laravel-datatables-html/pull/28 |
| 111 | +[#29]: https://github.com/yajra/laravel-datatables-html/pull/29 |
| 112 | +[#31]: https://github.com/yajra/laravel-datatables-html/pull/31 |
| 113 | +[#35]: https://github.com/yajra/laravel-datatables-html/pull/35 |
| 114 | +[#36]: https://github.com/yajra/laravel-datatables-html/pull/36 |
| 115 | +[#37]: https://github.com/yajra/laravel-datatables-html/pull/37 |
| 116 | +[#38]: https://github.com/yajra/laravel-datatables-html/pull/38 |
| 117 | + |
| 118 | +[#3]: https://github.com/yajra/laravel-datatables-html/issues/3 |
0 commit comments