17 KiB
17 KiB
v0.21.4 (2015-03-07)
v0.21.3 (2015-02-08)
- Fixes #181 and fixes #180. Clean up LESS/SCSS Unit Tests and update Prettydiff
- Updates to Atoms new API
- Updating selectors to new Atom API
v0.21.2 (2015-01-06)
v0.21.1 (2015-01-03)
v0.21.0 (2015-01-03)
What's new:
- Add settings descriptions
- Update options for js-beautify (JS, CSS, HTML)
- Update Spec to support new changes
v0.20.2 (2015-01-02)
v0.20.1 (2015-01-02)
v0.20.0 (2015-01-02)
v0.19.0 (2015-01-01)
v0.18.0 (2015-01-01)
- Add Specs (Unit Tests) and Travis CI automated testing
- Fixes #149. Update prettydiff to fix interpolated text vars in SCSS
- Closes #159, #149. Update prettydiff to fix LESS and SCSS.
- Fixes #168. Update Coffee-Formatter to fix broken CoffeeScript beautifier
- See #36. Add right-click Beautification of single files in Tree view
- Fix feature, disabling language beautification, where
disabledLanguages = null
- Improve handling options in Python beautifier.
- Improve SQL Beautifier to support missing config options.
- Throw error if trying to beautify Perl without setting Perl Tidy path
- Improve CLI Beautify class to handle more error catching
v0.17.3 (2014-12-27)
- Fixes #148. Fix PHP for when filters are not set.
- Get Atom User settings instead of only default settings
v0.17.2 (2014-12-14)
v0.17.1 (2014-11-19)
v0.17.0 (2014-11-16)
v0.16.0 (2014-11-16)
- Fixes #140. Update js-beautify dependency to 1.5.4.
- Perl support (using perltidy) (see Glavin001/atom-beautify#33)
v0.15.1 (2014-10-26)
v0.15.0 (2014-10-26)
v0.14.1 (2014-10-21)
v0.14.0 (2014-10-16)
v0.13.4 (2014-10-05)
v0.13.3 (2014-10-05)
v0.13.2 (2014-09-28)
v0.13.1 (2014-09-28)
v0.13.0 (2014-09-28)
New package options:
- muteUnsupportedLanguageErrors
- muteAllErrors
v0.12.0 (2014-09-18)
v0.11.1 (2014-09-16)
v0.11.0 (2014-09-15)
v0.10.4 (2014-09-12)
v0.10.3 (2014-09-10)
v0.10.2 (2014-09-10)
v0.10.1 (2014-09-10)
v0.10.0 (2014-09-09)
v0.9.0 (2014-09-09)
Priority hierarchy:
- Atom editor settings
- Atom Beautify package settings
- Home directory .jsbeautifyrc file configuration
- Closest EditorConfig file (see #68)
- Project options (from closest .jsbeautifyrc file to the beautified editor's file to root, "/")
v0.8.1 (2014-09-09)
v0.8.0 (2014-09-09)
v0.7.1 (2014-09-09)
v0.7.1 (2014-09-09)
v0.7.0 (2014-09-08)
- See #77. Add example of broken SCSS case.
- See #71. Add example JS file using reserved words to test #71
- See #56. Work on MessageView UI.
- See #56. Add "Beautification in progress" view.
- See #56. Add Atom-Message-Panel to display Unsupported Language messages
v0.6.5 (2014-09-08)
- Fixes #76. Add package option "Beautify Entire File On Save"
- Closes #78. Improve startup performance.
- See #61. Add LESS example with Mixins to test.
- See #56. Start implementing of Message View.
v0.6.4 (2014-09-04)
v0.6.3 (2014-08-30)
- Closes #60. Convert package scripts from JavaScript to CoffeeScript.
- Replacing node-parse with sqlparse for SQL beautification support
v0.6.2 (2014-08-09)
v0.6.1 (2014-08-08)
v0.6.0 (2014-08-08)
Uncrustify Language support:
- C
- C++
- C#
- Objective-C
- Java
- D
- Pawn
- Vala
Closes #45. Add Java Support.
v0.5.0 (2014-08-04)
v0.5.1 (2014-08-04)
- Closes #44. Switch to using Pretty Diff for SASS, as well.
- See #54. Use indent_size and indent_character options.
v0.5.0 (2014-08-04)
v0.4.4 (2014-08-03)
v0.4.3 (2014-08-03)
v0.4.2 (2014-08-03)
v0.4.1 (2014-08-01)
v0.4.0 (2014-07-12)
v0.3.8 (2014-07-09)
v0.3.7 (2014-07-03)
v0.3.6 (2014-07-03)
v0.3.5 (2014-07-03)
v0.3.4 (2014-06-28)
v0.3.3 (2014-06-16)
- Closes #24. Add Python (PEP 8) support.
- Closes #25. Add Ruby support.
- See #18. Worked on setting up Travis CI and providing unit tests. Not closed.
v0.3.2 (2014-06-14)
- Fixes #9. Nested options in .jsbeautifyrc are properly handled.
- Closes #21. Parsing .jsbeautifyrc falls back to YAML, when JSON fails.
- Closes #22. Use Atom Package Settings as configuration options.
v0.3.1 (2014-06-14)
v0.3.0 (2014-06-13)
- Allowing either flat or nested .jsbeautifyrc schemas
- Use beautifyHTML to beautify HTML (Liquid) files.
- Closes #15. Support loading .jsbeautifyrc from Project directory.
- See #15. Updated README to reflect better .jsbeautifyrc support.
- Fixes #16. Custom configuration options are now working correctly.
- Closes #13. Add Handlebars support.
- Fixes #19. Can now beautify new files that have not been created/saved.
- Closes #20. Add Sass and LESS support. Update README.
- See #15. Remove shelljs dependency and fixed typos.
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