Releases: beautifier/js-beautify
Releases · beautifier/js-beautify
v1.14.0 🌈
Release: 1.14.0
v1.13.0
Merge remote-tracking branch 'origin/master' into release
v1.12.0
Release: 1.12.0
v1.11.0
Release: 1.11.0
v1.9.0
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.9.0-beta5
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
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
Testing for new tab and space alignment and indenting.
v1.8.9
Release: 1.8.9
v1.8.6
Merge remote-tracking branch 'origin/master' into release