diff --git a/CHANGELOG.md b/CHANGELOG.md index 10fbae6..34ac7ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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