Skip to content

Commit

Permalink
updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Coeur committed May 10, 2016
1 parent 674c605 commit 69e97f5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,19 @@ All notable changes to this project will be documented in this file.
`TSMarkdownParser` adheres to [Semantic Versioning](http://semver.org/).

---
## [3.0.0](https://github.com/laptobbe/TSMarkdownParser/releases/tag/3.0.0) (2016/XX/XX)
Unreleased. All issues associated with this milestone can be found using this [filter](https://github.com/laptobbe/TSMarkdownParser/issues?q=milestone%3A3.0.0+is%3Aclosed).

#### Added
* added watchOS compatibility
* added Font Traits support for mixing markups [#42](https://github.com/laptobbe/TSMarkdownParser/issues/42)
* added a Roadmap: pull-requests are welcome

#### Modified
* extracting the standardParser to its own class, so other parsers don't need to have the same default values
* making regex more generic, so they are independent from the symbols used

---
## [2.1.0](https://github.com/laptobbe/TSMarkdownParser/releases/tag/2.1.0) (2016/05/01)
Released on 2016/05/01. All issues associated with this milestone can be found using this [filter](https://github.com/laptobbe/TSMarkdownParser/issues?q=milestone%3A2.1.0+is%3Aclosed).

Expand Down
2 changes: 1 addition & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ We will embrace Swift 3.0 when available (probably after WWDC2016).

## Grammar and Lexer parsing

Maybe or maybe not...
Maybe one day...


#Third parties
Expand Down

0 comments on commit 69e97f5

Please sign in to comment.