All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Infection.
- Phpcbf.
- Test groups.
- Documentation for continuous integration.
Order::DIR_ASC
andOrder::DIR_DESC
are replaced byDirection
enumeration.- Requires PHP 8.1 as a minimum version.
- phpDocumentor.
- Documentation for development.
- "build" directory to "ci".
- README minimum compatibility of PHP 8.0.
- Compatibility with PHP 8.1.
- Requires PHP 8.0 as a minimum version.
- Bumped dependency of
cyril-verloop/iterator
from 1.1.0 to 2.0.0.
- Avoid
$this
leaking from the constructors ofColumns
andOrders
.
- In
Columns
andOrders
classes, theadd()
does not return$this
anymore and hasvoid
as a return type.
- DataTables classes.