Skip to content

Releases: beautifier/js-beautify

v1.14.0 🌈

14 Jun 13:04
Compare
Choose a tag to compare
Release: 1.14.0

v1.13.0

20 Aug 09:38
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/master' into release

v1.12.0

13 Aug 19:23
Compare
Choose a tag to compare
Release: 1.12.0

v1.11.0

10 Apr 19:39
Compare
Choose a tag to compare
Release: 1.11.0

v1.9.0

28 Feb 16:58
Compare
Choose a tag to compare

Description

  • Fixed Tab indenting - when tabs indenting enabled, they are used universally. Also, tab size customizable: 8-space tabs would mean each tab is treated as 8 spaces. (#1294, #1551)
  • Accurate line wrapping - Layout always wraps when line length exceed specified column, unless wrapping would not reduce line length. (#284, #1238)
  • Improved Template handling in HTML - Go, Django, Handlebars, ERB/EJS/ASP, PHP (still only handlebars indenting) (#881, #1602, #1620)
  • Improved Template handling in Javascript - ERB/EJS/ASP, PHP (no indenting, no Django or Handlebars due to potential syntax conflicts for curly braces) (#1377)
  • Fixed indenting of mustache inverted conditionals (#1623 @e2tha-e)
  • Fixed indenting for HTML tags with option end tags (#1213)

v1.8.9...v1.9.0

v1.9.0-beta5

30 Jan 11:23
Compare
Choose a tag to compare
v1.9.0-beta5 Pre-release
Pre-release

Description

  • Fixed Tab indenting - when requested tabs used universally, tab size customizeable (#1294, #1551)
  • Accurate line wrapping - Layout always wraps when line length exceed specified column (#284, #1238)
  • Improved Template handling in HTML - Go, Django, Handlebars, ERB/EJS/ASP, PHP (still only handlebars indenting) (#881, #1602, #1620)
  • Improved Template handling in Javascript - ERB/EJS/ASP, PHP (no indenting, no Django or Handlebars due to potential syntax problems) (#1377)
  • Fixed indenting of mustache inverted conditionals (#1623 @e2tha-e)
  • Fixed indenting for tags with option end tags (#1213)

https://github.com/beautify-web/js-beautify/milestone/23?closed=1

v1.9.0-beta4

26 Jan 07:44
Compare
Choose a tag to compare
v1.9.0-beta4 Pre-release
Pre-release

Description

  • Fixed Tab indenting - when requested tabs used universally, tab size customizeable (#1294, #1551)
  • Accurate line wrapping - Layout always wraps when line length exceed specified column (#284, #1238)
  • Improved Template handling in HTML - Go, Django, Handlebars, ERB/EJS/ASP, PHP (still only handlebars indenting) (#881, #1602, #1620)
  • Improved Template handling in Javascript - ERB/EJS/ASP, PHP (no indenting, no Django or Handlebars due to potential syntax problems) (#1377)

https://github.com/beautify-web/js-beautify/milestone/23?closed=1

v1.8.10-beta1

06 Dec 23:56
Compare
Choose a tag to compare
v1.8.10-beta1 Pre-release
Pre-release

Testing for new tab and space alignment and indenting.

v1.8.9

06 Dec 23:55
Compare
Choose a tag to compare
Release: 1.8.9

v1.8.6

13 Sep 20:54
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/master' into release