All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.1.3 - 2019-06-15
- Fixed
<style>
and<script>
elements that should not escape the strings.
0.1.2 - 2019-05-04
- Fixed a bug on create a self closing element with an array of attributes:
input(['type' => 'text'])
.
0.1.1 - 2019-05-02
- Add support for
null
values as children - Escape special characters to HTML entities using htmlspecialchars
First version