Skip to content

Releases: ingenerator/behat-tableassert

v1.4.0

10 Mar 16:38
0bcf3a4

Choose a tag to compare

  • Support PHP 8.5
  • Use native HTMLDocument parsing instead of masterminds/html5
  • Drop support for PHP < 8.4 (to allow us to use native HTML parsing)

v1.3.3

10 Mar 12:07
bfe4016

Choose a tag to compare

  • Fix handling and reporting parse errors when parsing an html table (#25)

v1.3.2 - Support PHP8.4

06 May 09:36
1aaba36

Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

Support PHP 8.3

03 Sep 11:42
f503d06

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

09 Aug 20:24
16999b0

Choose a tag to compare

What's Changed

Full Changelog: v1.2.5...v1.3.0

Fix failure to parse tables with html5 elements (adds masterminds/html5)

16 Sep 10:40
2f59cc5

Choose a tag to compare

NOTE: This release switches the HTML parser from DOMDocument to masterminds/html5 to fix html5 support

What's Changed

  • Time element breaks parsing by @RoSk0 in #15
  • Add .editorconfig to simplify contributors life by @RoSk0 in #16
  • Update CHANGELOG for 1.2.5 by @acoulton in #18

New Contributors

  • @RoSk0 made their first contribution in #15

Full Changelog: v1.2.4...v1.2.5

Mark that PHP8.1 is also supported

30 Aug 09:50
afc40ec

Choose a tag to compare

What's Changed

Redefine support for PHP8.0

21 Apr 10:12
14738cf

Choose a tag to compare

Merge pull request #11 from ingenerator/fix-php8-support

Test lowest deps on PHP8.0

Add php8 support, drop php7.2

02 Feb 02:19
e9cb84f

Choose a tag to compare

Merge pull request #9 from jorissteyn/1.2.x

Make library compatible with PHP 8

Thanks @jorissteyn

Remove development files from distribution packages

07 Jun 08:27
d1609a6

Choose a tag to compare

v1.2.1

Update changelog for 1.2.1