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

1.0.1

Compare
Choose a tag to compare
@sahandnayebaziz sahandnayebaziz released this 31 Oct 12:32
· 19 commits to master since this release

October 31st, 2016

Fixed

  • attributes being optional, even though it was being initialized to an empty dictionary. It is now guaranteed to be there and still initialized empty. thank you @Evertt for #7

Updated

  • code around rendering children in tag to use the nil-coalescing operator. thank you @Evertt for #7