BREAKING CHANGE | 破坏性变更
For non-predefined HTML elements, a.xxx
will also convert the tag name xxx
to lowercase. For example:
对于非预定义的 HTML 元素,a.xxx
也会将标签名 xxx
转为小写。例如:
tostring(a.NoSuchElement) --> <nosuchelement></nosuchelement>
Features | 特性
- Add
acandy.ACandy
to create a configuredACandy
instance.
新增acandy.ACandy
来创建一个配置后的ACandy
实例。 - User-side type annotations, based on LuaCATS (a comment-based type system used by LuaLS/lua-language-server).
用户侧类型标注,基于 LuaCATS(LuaLS/lua-language-server 所用的注释类型系统)。
Full Changelog: v0.5.0...v0.6.0