From b699143c0adef61b2cb8b45402870095ef6acf41 Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Sun, 26 Oct 2014 16:17:09 -0300 Subject: [PATCH] Update CHANGELOG, README, and package info for v0.15.0 See #127, #123. --- CHANGELOG.md | 6 ++++++ README.md | 1 + package.json | 1 + 3 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 693b9d0..c5dde2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v0.15.0 (2014-10-16) +- [Closes #123. Add Mustache support.](https://github.com/Glavin001/atom-beautify/commit/ecbbbaec2942ed95461e2c103d23bd3665edab2e) + +# v0.14.1 (2014-10-16) +- [Closes #127. Increase startup time by using ActivationEvents](https://github.com/Glavin001/atom-beautify/commit/c0ee2bed96499ac71ea1266ccb227e9b3581c935) + # v0.14.0 (2014-10-16) - [Closes #49. Add TypeScript support](https://github.com/Glavin001/atom-beautify/commit/dcc9e2d3b58767578006ffacaca198da69fa3832) diff --git a/README.md b/README.md index 61a32f8..3db7fd3 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Or Settings/Preferences ➔ Packages ➔ Search for `atom-beautify` - [x] JavaScript and JSON - [x] HTML, including - [x] [Handlebars](http://handlebarsjs.com/) + - [x] [Mustache](http://mustache.github.io) - [x] [Embedded Ruby (ERB)](https://github.com/Glavin001/atom-beautify/issues/80) - Requires [htmlbeautifier](https://github.com/threedaymonk/htmlbeautifier) - [x] XML diff --git a/package.json b/package.json index ed75f8d..69ce754 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,7 @@ "pretty", "html", "handlebars", + "mustache", "xml", "css", "javascript",