Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5a1910e

Browse files
committed
Bump v3.5.2 🚀
Fix changelog cs.Update license to 2018.
1 parenta39da1d commit5a1910e

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

‎CHANGELOG.md‎

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Laravel DataTables Html Plugin.
1+
#Laravel DataTables Html Plugin.
22

33
[![Latest Stable Version](https://poser.pugx.org/yajra/laravel-datatables-html/v/stable.png)](https://packagist.org/packages/yajra/laravel-datatables-html)
44
[![Total Downloads](https://poser.pugx.org/yajra/laravel-datatables-html/downloads.png)](https://packagist.org/packages/yajra/laravel-datatables-html)
@@ -8,68 +8,90 @@
88

99
##CHANGELOG
1010

11+
###v3.5.2 - 01-11-2018
12+
13+
- Moving callback condition to config[#54], credits to@lk77.
14+
1115
###v3.5.1 - 12-27-2017
16+
1217
- Allow jQuery functions callback.[#52], credits to@OzanKurt.
1318

1419
###v3.5.0 - 12-24-2017
20+
1521
- Improve handling of function callbacks and better editor support.[#49]
1622

1723
###v3.4.0 - 12-18-2017
24+
1825
- Implement buttons support for editor.[#47]
1926

2027
###v3.3.0 - 12-15-2017
28+
2129
- Add postAjax() to Html Builder[#45], credits to@ElfSundae.
2230
- Fixhttps://github.com/yajra/laravel-datatables-html/pull/13#issuecomment-337947000.
2331

2432
###v3.2.1 - 10-18-2017
33+
2534
- Fix HtmlServiceProvider.[#38], credits to@ElfSundae.
2635
- Fix changelog PR links.[#39]
2736

2837
###v3.2.0 - 10-13-2017
38+
2939
- Review tableAttributes getter and setter[#31]
3040
- Fix CS.[#36]
3141
- Add setTableId() to Html Builder[#35].
3242
- Add addTableClass, removeTableClass to Html Builder[#37]
3343
- All changes credits to@ElfSundae.
3444

3545
###v3.1.0 - 09-14-2017
46+
3647
- Added generateJson to Html/Builder[#29], credits to@lk77.
3748

3849
###v3.0.3 - 09-12-2017
50+
3951
- Fix column attributes removed when generate script.[#28], credits to@as247.
4052
- Fixhttps://github.com/yajra/laravel-datatables/issues/1380.
4153

4254
###v3.0.2 - 09-09-2017
55+
4356
- Fix Request class doc blocks.
4457
- Fix typo Datatables to DataTables.
4558

4659
###v3.0.1 - 09-09-2017
60+
4761
- Add fnServerParams to validCallbacks[#26]. Credits to@cracki.
4862

4963
###v3.0.0 - 08-31-2017
64+
5065
- v3.0 stable release.
5166

5267
###v2.0.6 - 07-29-2017
68+
5369
- Adding type GET to minifiedAjax in Html/Builder[#21], credits to@lk77.
5470

5571
###v2.0.5 - 06-29-2017
72+
5673
- Fix fetching of default table id from config.[#19]
5774

5875
###v2.0.4 - 06-29-2017
76+
5977
- Fix missing semi-colon.
6078

6179
###v2.0.3 - 06-29-2017
80+
6281
- Script cleanup[#18]
6382
- Clean up extra space and floating ; on generated ajax data script.
6483
- Do not include attributes on generated column scripts.
6584

6685
###v2.0.2 - 06-29-2017
86+
6787
- Fix parsing of column functions.[#17]
6888

6989
###v2.0.1 - 06-29-2017
90+
7091
- Fix parsing of ajax data where function is rendered as string.[#16]
7192

7293
###v2.0.0 - 06-28-2017
94+
7395
- Add support for Laravel 5.5
7496
- Removed unused classes on constructor.
7597
- UrlGenerator
@@ -81,9 +103,11 @@
81103
- Add macroable trait for builder extension via macro calls.
82104

83105
###v1.4.1 - 06-26-2017
106+
84107
- Set default ajax url to empty string.
85108

86109
###v1.4.0 - 06-26-2017
110+
87111
- Add minifiedAjax method to minify url generated when using get request.[#13]
88112
- Fixes`php artisan serve` and IE issues on long URL.
89113
- Related Issues:
@@ -94,20 +118,25 @@
94118
etc...
95119

96120
###v1.3.0 - 06-24-2017
121+
97122
- Adding addBefore and addColumnBefore in Builder.
98123
- PR[#12], credits to@lk77.
99124

100125
###v1.2.0 - 03-28-2017
126+
101127
- Add method to remove column by names.[#9]
102128

103129
###v1.1.1 - 03-28-2017
130+
104131
- Fix columns setter.[#8]
105132

106133
###v1.1.0 - 02-03-2017
134+
107135
- Configurable header attributes.[#4]
108136
- Credits to@alfa6661.
109137

110138
###v1.0.0 - 01-27-2017
139+
111140
- First release.
112141

113142
[#4]:https://github.com/yajra/laravel-datatables-html/pull/4
@@ -132,5 +161,6 @@
132161
[#47]:https://github.com/yajra/laravel-datatables-html/pull/47
133162
[#49]:https://github.com/yajra/laravel-datatables-html/pull/49
134163
[#52]:https://github.com/yajra/laravel-datatables-html/pull/52
164+
[#54]:https://github.com/yajra/laravel-datatables-html/pull/54
135165

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

‎LICENSE.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(The MIT License)
22

3-
Copyright (c) 2013-2017 Arjay Angeles<aqangeles@gmail.com>
3+
Copyright (c) 2013-2018 Arjay Angeles<aqangeles@gmail.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp