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

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sahandnayebaziz authored Jan 21, 2017
1 parent a176b6a commit 00433fe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.1.0](https://github.com/sahandnayebaziz/Hypertext/releases/tag/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.
```swift
public class myNewTag: tag {}

myNewTag().render()
// <my-new-tag/>
```
thank you @stupergenius for [#23](https://github.com/sahandnayebaziz/Hypertext/pull/23)

## [2.0.0](https://github.com/sahandnayebaziz/Hypertext/releases/tag/2.0.0)
November 9th, 2016
Expand Down

0 comments on commit 00433fe

Please sign in to comment.