atom-beautify/CHANGELOG.md

16 KiB

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