parent
ecbbbaec29
commit
b699143c0a
|
@ -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)
|
# v0.14.0 (2014-10-16)
|
||||||
- [Closes #49. Add TypeScript support](https://github.com/Glavin001/atom-beautify/commit/dcc9e2d3b58767578006ffacaca198da69fa3832)
|
- [Closes #49. Add TypeScript support](https://github.com/Glavin001/atom-beautify/commit/dcc9e2d3b58767578006ffacaca198da69fa3832)
|
||||||
|
|
||||||
|
|
|
@ -23,6 +23,7 @@ Or Settings/Preferences ➔ Packages ➔ Search for `atom-beautify`
|
||||||
- [x] JavaScript and JSON
|
- [x] JavaScript and JSON
|
||||||
- [x] HTML, including
|
- [x] HTML, including
|
||||||
- [x] [Handlebars](http://handlebarsjs.com/)
|
- [x] [Handlebars](http://handlebarsjs.com/)
|
||||||
|
- [x] [Mustache](http://mustache.github.io)
|
||||||
- [x] [Embedded Ruby (ERB)](https://github.com/Glavin001/atom-beautify/issues/80)
|
- [x] [Embedded Ruby (ERB)](https://github.com/Glavin001/atom-beautify/issues/80)
|
||||||
- Requires [htmlbeautifier](https://github.com/threedaymonk/htmlbeautifier)
|
- Requires [htmlbeautifier](https://github.com/threedaymonk/htmlbeautifier)
|
||||||
- [x] XML
|
- [x] XML
|
||||||
|
|
|
@ -49,6 +49,7 @@
|
||||||
"pretty",
|
"pretty",
|
||||||
"html",
|
"html",
|
||||||
"handlebars",
|
"handlebars",
|
||||||
|
"mustache",
|
||||||
"xml",
|
"xml",
|
||||||
"css",
|
"css",
|
||||||
"javascript",
|
"javascript",
|
||||||
|
|
Loading…
Reference in New Issue