Skip to content

Releases: ivopetkov/html-server-components-compiler

v0.5.4

07 Jun 02:19
Compare
Choose a tag to compare

Performance optimizations.

v0.5.3

04 Jun 20:37
Compare
Choose a tag to compare

Bug fixes.

v0.5.2

20 Jan 09:30
Compare
Choose a tag to compare

Removed $this variable from the components files.

v0.5.1

21 Nov 14:02
Compare
Choose a tag to compare

Better exceptions messages.

v0.5.0

21 Oct 05:42
Compare
Choose a tag to compare

Added autoload.php file.
Added the ability to create and process components directly in the process() method.
Removed processData(), processFile() and getComponentFileContent() methods.

v0.4.3

07 Oct 13:31
Compare
Choose a tag to compare

Updated version constant.

v0.4.2

07 Oct 09:04
Compare
Choose a tag to compare

Added support for ivopetkov/html5-dom-document-php v0.4.

v0.4.1

09 Sep 10:18
Compare
Choose a tag to compare

Arguments validation and code comments.

v0.4.0

02 Sep 08:41
Compare
Choose a tag to compare

Changes in file process methods. Passing variables is now allowed.

v0.3.2

29 Aug 04:11
Compare
Choose a tag to compare
Added `recursive` option that enables processing only level of compon…