Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@AmeroHan AmeroHan released this 22 Nov 19:42
· 2 commits to main since this release

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 configured ACandy instance.
    新增 acandy.ACandy 来创建一个配置后的 ACandy 实例。
  • User-side type annotations, based on LuaCATS (a comment-based type system used by LuaLS/lua-language-server).
    用户侧类型标注,基于 LuaCATSLuaLS/lua-language-server 所用的注释类型系统)。

Full Changelog: v0.5.0...v0.6.0