Skip to content

Releases: donquixote/cellbrush

1.1.0

31 Oct 13:47
8a14a38
Compare
Choose a tag to compare

Changes

Features:

  • #30 Support php 8.1, 8,2, 8.3 in addition to 7.4
  • #17 Html attribute on specific cell.
  • #8 - Html attribute on <table> element.
  • #13 Html attribute on all cells in a table column.
  • #24 Html attribute on a table row <tr> element.

Fixes:

  • #20 Always return $this; as advertised.

Internal changes:

  • #14 Add testing pipeline with github actions.

Known issues:

  • New methods were not added to interfaces, to remain fully BC compatible. This can only happen in a 2.x release.
  • The package does not use newer language features, to remain compatible with older php versions. Especially, it does not use parameter and return type hints. This may change in 2.x.