Skip to content

Commit

Permalink
v0.12.1 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhanlon committed Jan 20, 2016
1 parent e918290 commit f1d2416
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
### v0.12.1

- Add `deactivate` handler and properly handle disposables to prevent multiple event
subscription. #22 #23 #25

### v0.12.0

- Add support for underscore templates. #20

### v0.11.0

- Updated `findUnclosedTags` function to use `while` loop instead of recursion. On very long files the recursion caused `RangeError: Maximum call stack size exceeded`. #18
- Updated `findUnclosedTags` function to use `while` loop instead of recursion. On very
long files the recursion caused `RangeError: Maximum call stack size exceeded`. #18

### v0.10.0

Expand Down

0 comments on commit f1d2416

Please sign in to comment.