atom-beautify/CHANGELOG.md

11 KiB

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