Releases: cyrilverloop/datatables
Releases · cyrilverloop/datatables
4.0.0
3.1.0
[3.1.0] - 2022-04-06
Added
- phpDocumentor.
- Documentation for development.
changed
- "build" directory to "ci".
3.0.1
[3.0.1] - 2022-01-27
Fixed
- README minimum compatibility of PHP 8.0.
3.0.0
[3.0.0] - 2022-01-27
Added
- Compatibility with PHP 8.1.
2.0.2
[2.0.2] - 2021-09-23
Changed
- Bumped dependency of
cyril-verloop/iterator
from 1.1.0 to 2.0.0.
2.0.1
[2.0.1] - 2021-03-05
Fixed
- Avoid
$this
leaking from the constructors ofColumns
andOrders
.
2.0.0
[2.0.0] - 2021-02-22
Changed
- In
Columns
andOrders
classes, theadd()
does not return$this
anymore and hasvoid
as a return type.
1.0.0
[1.0.0] - 2021-02-04
Added
- DataTables classes.