This repository has been archived by the owner on Jun 5, 2019. It is now read-only.
2.1.0
January 21st, 2017
Added
- Custom tags now, by default, render their tags with HTML-appropriate hyphenation if given a camel case name.
public class myNewTag: tag {}
myNewTag().render()
// <my-new-tag/>
thank you @stupergenius for #23