Releases: hershel-theodore-layton/html-stream-namespaced
Krypton
Argon - patch 1
This is the first release of html-stream-namespaced with non-experimental support for hhvm 25+.
Argon
This release includes attributes and elements defined by the WHATWG before today.
I wanted to get this release out before dropping support for hhvm version 4.102 in two months.
Neon
This release loosens the hhvm requirement from ^4.102 to >=4.102.
Helium
This release allows and requires sgml-stream v2.
Gold
This release is explicitly compatible with sgml-stream Gold - patch 1. Compared to the last release of html-stream-namespaced, this release differs only in comments and package meta information.
Hardystonite
This release remove the protected string $tagName = '...'; property from xhp classes. This is not a breaking change, because the class are final.
Diopside
This release of html-stream-namespaced drops support for hhvm < 4.102.
It adds codegen for the required TAG_NAME constant.
Sillimanite
This release is byte identical to Magnetite - v0.4.0.
The version number is receiving a bump to be in sync with sgml-stream.
Please read the release notes of sgml-stream v0.5.0. The fixes may be SECURITY CRITICAL for your use case.
Magnetite
This version removes the deprecated trait GlobalHTMLAttributes. Extend HTMLBaseElement instead. Attributes are not copied from traits at runtime, making the trait unusable when spreading attributes declared in it.