2021-05-10 11:22:34 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-jsbeautifier: updated to 1.13.13
v1.13.13
Closed Issues
IE11 compatibility failure v>1.13.5
v1.13.11
Closed Issues
Support short PHP tags
v1.13.6
Closed Issues
Fix space-before-conditional: false to work on switch-case statement
Optional chaining obj?.[expr]
|
2021-02-05 23:22:17 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-jsbeautifier: updated to 1.13.5
1.13.5:
Unknown changes
|
2021-01-13 12:31:56 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-jsbeautifier: updated to 1.13.4
1.13.4
Bug fixes
|
2020-08-25 13:03:21 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-jsbeautifier: updated to 1.13.0
v1.13.0
Description
This release truly fixes the python cssbeautifier installation and updates \
cssbeautifier cli to use the same general code as jsbeautifier.
Also, as of this release Node.js 8.x is no longer guaranteed to work. Node.js \
8.x LTS reached end-of-life in January 2020. Parts of our test infrastructure no \
longer support Node.js 8.x. The js-beautifier should still run on Node.js 8.x, \
but it is not part of the CI system and so not guaranteed to work.
Closed Issues
(internal) Refactor python cssbeautifier to reuse jsbeautifier CLI methods
(internal) Switch from node-static to serve
Fixed pip install cssbeautifier
|
2020-05-17 23:38:47 by Adam Ciarcinski | Files touched by this commit (14) |
Log message:
pytest from versioned depends
|
2020-04-11 18:28:58 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-jsbeautifier: updated to 1.11.0
v1.11.0
Closed Issues
Please bump mkdirp to fix mkdirp@0.5.1 vulnerability
Support optional-chaining
Please support es module
Support new js proposals: optional-chaining & pipeline-operator
Optional closing not implemented
|
2019-08-29 06:58:29 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-jsbeautifier: updated to 1.10.2
v1.10.2
Closed Issues
Please update CodeMirror Addon
Nested braces indentation
v1.10.1
Closed Issues
javascript fails to format when <?php > is first text inside <script> tag
414 Request-URI Too Large
|
2019-05-02 10:35:09 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-jsbeautifier: updated to 1.10.0
v1.10.0
Added templating setting to control when template languages are recognized. All \
languages are off by default in Javascript and on by default in HTML.
Closed Issues
beautifying scss selector with colon in it adds space
Javascript multiline comments duplicates
Tokenizer crashes if the input terminates with a dot character.
stop reformatting valid css \! into invalid \ !
wrong indent for unclosed <? - need to support disabling templating
Beautify inserts space before exclamation mark in comment <!-- in css \
<style>
'less' mixins parameter formatting problem
Change css tests to use 4 space indenting instead of tabs
Braces after case get pushed onto new line
Extra space in pseudo-elements and pseudo-classes selectors
LESS formatting - mixins with multiple variables
Bug in less format
|
2019-04-01 12:26:35 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-jsbeautifier: updated to 1.9.1
v1.9.1
Closed Issues
nested table not beautified correctly
Add an option to preserve indentation on empty line
|
2019-03-02 15:41:25 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-jsbeautifier: updated to 1.9.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.
Accurate line wrapping - Layout always wraps when line length exceed specified \
column, unless wrapping would not reduce line length.
Improved Template handling in HTML - Go, Django, Handlebars, ERB/EJS/ASP, PHP \
(still only handlebars indenting)
Improved Template handling in Javascript - ERB/EJS/ASP, PHP (no indenting, no \
Django or Handlebars due to potential syntax conflicts for curly braces)
Fixed indenting of mustache inverted conditionals
Fixed indenting for HTML tags with option end tags
https://github.com/beautify-web/js-beautify/compare/v1.8.9...v1.9.0
Closed Issues
Incorrect indentation of ^ inverted section tags in Handlebars/Mustache code
PHP In HTML Attributes
DeanEdward python unpacker offset problem
CLI on Windows doesn't accept -f - for stdin?
HTML type attribute breaks JavaScript beautification?
Use of global MODE before declaration caused uglify problem
When building html tags using Mustache variables, extra whitespace is added \
after opening arrow
<script type="text/html">isnot abled to be beautified
_get_full_indent undefined
Website "autodetect" setting doesn't distinguish css vs javascript
Add setting to keep HTML tag text content unformatted or ignore custom delimiters
HTML auto formatting using spaces instead of tabs
Unclosed single quote in php tag causes formatting changes which break php code
Using tabs when wrapping attributes and wrapping if needed
HTML --wrap-attributes doesn't respect --wrap-line-length
Bad indent level(HTML)
js-beautify produces invalid code for variables with Unicode escape sequences
support vuejs
Go templates in HTML
Better behavior for javascript --wrap-line-length
|