Skip to content

Commit

Permalink
Update history file for 0.7 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Twipped committed Mar 24, 2015
1 parent b82dc7d commit 408fe19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.7.0 / 2015-??-??
0.7.0 / 2015-03-24
==================

* Add context parsing for some ES6 syntax:
Expand All @@ -8,6 +8,7 @@
- assignments via `let` or `const`
* Add support for @description tag
* Add context match for returned closure
* Add: Tags without descriptions now have an `html` property containing a markdown parse of the tag's contents
* Fix: more agnostic to code style when parsing contexts (eg, no longer ignores functions without spaces between function name and parenthesis)
* Fix: No longer incorrectly tries to parse strings inside comments, causing large chunks of a file to be ignored.
* Fix: No longer parses double slash in a string literal as being a comment start.
Expand Down

0 comments on commit 408fe19

Please sign in to comment.