Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 903 Bytes

CHANGELOG.md

File metadata and controls

26 lines (19 loc) · 903 Bytes

Changelog

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

  • Fixed <style> and <script> elements that should not escape the strings.

0.1.2 - 2019-05-04

Fixed

  • Fixed a bug on create a self closing element with an array of attributes: input(['type' => 'text']).

0.1.1 - 2019-05-02

Fixed

  • Add support for null values as children
  • Escape special characters to HTML entities using htmlspecialchars

0.1.0 - 2019-04-27

First version