Skip to content

Latest commit

 

History

History
417 lines (325 loc) · 24.2 KB

CHANGELOG.md

File metadata and controls

417 lines (325 loc) · 24.2 KB

v0.24.0 (2015-04-07)

  • Temporarily disable failing PHP tests
  • Add Titanium style Sheets (TSS) support. See #122 and #238

v0.23.4 (2015-04-07)

  • Rename incorrect indent_character option to indent_char. See #266

v0.23.3 (2015-04-07)

  • Fix beautifying PHP with CLI path set for Windows. See #269

v0.23.2 (2015-04-05)

  • Use svg instead of png to get better image quality, #257 @PeterDaveHello
  • TravisCI setup for php testing
  • php is not necessary for php-beautify, #263 @MGAio

v0.23.1 (2015-03-25)

  • Add check for Windows and use windows specific 'mv' command, #251 @rrushton

v0.23.0 (2015-03-20)

  • Switch to PHP Coding Standards Fixer, #242 @rrushton
  • Fix failing tests for LESS and SASS.

v0.22.5 (2015-03-20)

  • Add Preserve new lines support for LESS/SCSS. See #245 and #180

v0.22.4 (2015-03-20)

  • Change Debug command name to make beautify editor first. See #240

v0.22.3 (2015-03-16)

  • Add another Titanium Style Sheet (disabled) test. See #216 and #122
  • Fix bug in Debug command when Text Editor not selected. See #237

v0.22.2 (2015-03-16)

  • Add Titanium Style Sheet example (disabled) test. See #122
  • Redirect bashrc and bash_profile pipes to /dev/null. See #215
  • Update prettydiff dependency to 0.11.0

v0.22.1 (2015-03-16)

  • Add tilda (~) support for Uncrustify config paths. See #235

v0.22.0 (2015-03-16)

v0.21.6 (2015-03-12)

  • Add option for htmlbeautifier path. See #232
  • Add ASP.NET Web Forms and User Controls support. See #230

v0.21.5 (2015-03-11)

  • Disable Beautify Directory menu option. See #213

v0.21.4 (2015-03-07)

v0.21.3 (2015-02-08)

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)

v0.17.3 (2014-12-27)

v0.17.2 (2014-12-14)

v0.17.1 (2014-11-19)

v0.17.0 (2014-11-16)

v0.16.0 (2014-11-16)

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)

v0.6.5 (2014-09-08)

v0.6.4 (2014-09-04)

v0.6.3 (2014-08-30)

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)

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)

v0.3.2 (2014-06-14)

v0.3.1 (2014-06-14)

v0.3.0 (2014-06-13)

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