Skip to content

v0.0.3

Choose a tag to compare

@alerque alerque released this 10 Mar 23:10
· 201 commits to master since this release
4a35311

Add support for more types including format support for TextElement, StringLiteral, NumberLiteral, and VariableReference. Variable substitutions can be done by passing a parameters table to format(). Internally manipulating nodes in the API is now easier with meta methods. For example merge comments with Comment + Comment, attach children with Message * Comment, etc.