mirror of
https://github.com/beautifier/js-beautify.git
synced 2024-11-23 12:49:40 +00:00
Changelog for v1.5.5
This commit is contained in:
parent
2b13664b4f
commit
baa70bd231
26
CHANGELOG.md
26
CHANGELOG.md
@ -1,4 +1,30 @@
|
||||
# Changelog
|
||||
## v1.5.5
|
||||
|
||||
### Description
|
||||
* Initial implementation of comma-first formatting - Diff-friendly literals!
|
||||
* CSS: Add newline between rules
|
||||
* LESS: improved function parameter formatting
|
||||
* HTML: options for wrapping attributes
|
||||
* General bug fixing
|
||||
|
||||
### Closed Issues
|
||||
* Add GUI support for `--indent-inner-html`. ([#633](https://github.com/beautify-web/js-beautify/pull/633))
|
||||
* Publish v1.5.5 ([#629](https://github.com/beautify-web/js-beautify/issues/629))
|
||||
* CSS: Updating the documentation for the 'newline_between_rules' ([#615](https://github.com/beautify-web/js-beautify/pull/615))
|
||||
* Equal Sign Removed from Filter Properties Alpha Opacity Assignment ([#599](https://github.com/beautify-web/js-beautify/issues/599))
|
||||
* Keep trailing spaces on comments ([#598](https://github.com/beautify-web/js-beautify/issues/598))
|
||||
* only print the file names of changed files ([#597](https://github.com/beautify-web/js-beautify/issues/597))
|
||||
* CSS: support add newline between rules ([#574](https://github.com/beautify-web/js-beautify/pull/574))
|
||||
* elem[array]++ changes to elem[array] ++ inserting unnecessary gap ([#570](https://github.com/beautify-web/js-beautify/issues/570))
|
||||
* add support to less functions paramters braces ([#568](https://github.com/beautify-web/js-beautify/pull/568))
|
||||
* yield statements are being beautified to their own newlines since 1.5.2 ([#560](https://github.com/beautify-web/js-beautify/issues/560))
|
||||
* HTML beautifier inserts extra newline into <li>s ending with <code> ([#524](https://github.com/beautify-web/js-beautify/issues/524))
|
||||
* Add wrap_attributes option ([#476](https://github.com/beautify-web/js-beautify/issues/476))
|
||||
* Add or preserve empty line between CSS rules ([#467](https://github.com/beautify-web/js-beautify/issues/467))
|
||||
* Support comma first style of variable declaration ([#245](https://github.com/beautify-web/js-beautify/issues/245))
|
||||
|
||||
|
||||
## v1.5.4
|
||||
|
||||
### Description
|
||||
|
Loading…
Reference in New Issue
Block a user