updated README, added CHANGELOG

This commit is contained in:
Donald Pipowitch 2014-03-18 10:38:46 +01:00
parent f714ab113b
commit f5849ec505
2 changed files with 13 additions and 1 deletions

12
CHANGELOG.md Normal file
View File

@ -0,0 +1,12 @@
# v0.2.2 (2014-03-18)
- added experimental support for XML (thanks @mtanzi)
# v0.2.1 (2014-03-12)
- added option to beautify on save
# v0.2.0 (2014-03-11)
- public release
- beautify JS, HTML and CSS files based on current editor settings

View File

@ -6,7 +6,7 @@
## Usage ## Usage
Open the Command Palette, and type `Beautify`. This will beautify JS, HTML or CSS files. It will only beautify selected text, if a selection is found - if not, the whole file will be beautified. Open the Command Palette, and type `Beautify`. This will beautify JS, HTML or CSS files. (XML is supported as an experimental feature.) It will only beautify selected text, if a selection is found - if not, the whole file will be beautified.
You can also type `ctrl-alt-b` as a shortcut or click `Packages > Beautify` in the menu. You can also type `ctrl-alt-b` as a shortcut or click `Packages > Beautify` in the menu.