atom-beautify/CHANGELOG.md

26 lines
617 B
Markdown

# v0.2.6 (2014-05-15)
- version bump
- added `"jslint_happy": true` to own `.jsbeautifierrc`
# v0.2.5 (2014-05-14)
- fixed issue #7 (Place cursor back to edited place after beautifying)
- fixed issue #8 (Ignore jsbeautify when editing .jsbeautifyrc in place)
# v0.2.3 (2014-05-13)
- support `.jsbeautifierrc` (thanks @karolyi)
- fixed: reload on save (thanks @karolyi)
# 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