Skip to content

Releases: ivopetkov/html-server-components-compiler

v1.5.0

04 Jan 22:01
Compare
Choose a tag to compare

New:

  • Add PHP 8.4 support. Remove PHP 7.* support.

v1.4.0

20 May 04:58
Compare
Choose a tag to compare

New:

  • Add support for numbers in the tag names.

v1.3.0

02 Nov 22:49
Compare
Choose a tag to compare

New:

  • Add support for PHP 8.2 and PHP 8.3.

v1.2.0

05 Feb 12:46
Compare
Choose a tag to compare

Changed:

  • Remove duplicate <style> tags when processing components.

v1.1.0

30 Nov 08:53
Compare
Choose a tag to compare

Add support for PHP 8.1.

v1.0.1

17 Jan 21:30
Compare
Choose a tag to compare

Fix PHP versions in composer.json.

v1.0.0

02 Jan 22:10
Compare
Choose a tag to compare

Add support for PHP 8.

v0.8.1

06 Mar 17:56
Compare
Choose a tag to compare

Performance optimizations.

v0.8.0

06 Mar 07:52
Compare
Choose a tag to compare

Added Component::setAttributes().
Added Component::removeAttributes().

v0.7.1

11 Feb 09:57
Compare
Choose a tag to compare

Elements with the same ids are no longer silently removed.