Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

2.1.0

Compare
Choose a tag to compare
@sahandnayebaziz sahandnayebaziz released this 21 Jan 23:39
· 5 commits to master since this release

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