Skip to content

Releases: cyrilverloop/datatables

4.0.0

25 Nov 09:58
4.0.0
7f3962c
Compare
Choose a tag to compare

[4.0.0] - 2022-11-25

Added

  • Infection.
  • Phpcbf.
  • Test groups.

Changed

  • Documentation for continuous integration.
  • Order::DIR_ASC and Order::DIR_DESC are replaced by Direction enumeration.
  • Requires PHP 8.1 as a minimum version.

3.1.0

06 Apr 10:05
3.1.0
b6543c3
Compare
Choose a tag to compare

[3.1.0] - 2022-04-06

Added

  • phpDocumentor.
  • Documentation for development.

changed

  • "build" directory to "ci".

3.0.1

27 Jan 09:12
3.0.1
37eddb3
Compare
Choose a tag to compare

[3.0.1] - 2022-01-27

Fixed

  • README minimum compatibility of PHP 8.0.

3.0.0

27 Jan 09:09
3.0.0
ae6e90d
Compare
Choose a tag to compare

[3.0.0] - 2022-01-27

Added

  • Compatibility with PHP 8.1.

2.0.2

23 Sep 09:58
2.0.2
fb921f4
Compare
Choose a tag to compare

[2.0.2] - 2021-09-23

Changed

  • Bumped dependency of cyril-verloop/iterator from 1.1.0 to 2.0.0.

2.0.1

10 Mar 10:15
2.0.1
71869ee
Compare
Choose a tag to compare

[2.0.1] - 2021-03-05

Fixed

  • Avoid $this leaking from the constructors of Columns and Orders.

2.0.0

10 Mar 10:15
2.0.0
2aad99a
Compare
Choose a tag to compare

[2.0.0] - 2021-02-22

Changed

  • In Columns and Orders classes, the add() does not return $this anymore and has void as a return type.

1.0.0

10 Mar 10:15
1.0.0
dcba29d
Compare
Choose a tag to compare

[1.0.0] - 2021-02-04

Added

  • DataTables classes.