forked from pool/python-jsbeautifier
- update to 1.14.11:
* Editor not working https://beautifier.io/ (#2201) * Set nodejs minimum to v14 (#2169) * Invalid prettification of object with unicode escape character as object key (#2159) * invalid json being generated with wrap_line_length (#1932) * Require nodejs v12 or greater (#2151) * CSS insideNonNestedAtRule generic variable (#2147) * Update dependencies (#2145) * Fix CI build (#2144) * Fixed #2133 Theme Toggle on without_codemirror Mode (#2138) * use correct variable name (#2135) * docs: Fix a few typos (#2127) * Add support for new record types (cont.) (#2118) * fix - semicolon followed by block statement doesnt have new line (#2117) * Fix formatting related to the element (#2114) * issue prettifying (function(){code();{code}})() (#1852) - Update to v1.14.7 * Add brace_style option for CSS (#1259) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsbeautifier?expand=0&rev=21
This commit is contained in:
@@ -1,7 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 7 22:01:47 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.14.11:
|
||||
* Editor not working https://beautifier.io/ (#2201)
|
||||
* Set nodejs minimum to v14 (#2169)
|
||||
* Invalid prettification of object with unicode escape character
|
||||
as object key (#2159)
|
||||
* invalid json being generated with wrap_line_length (#1932)
|
||||
* Require nodejs v12 or greater (#2151)
|
||||
* CSS insideNonNestedAtRule generic variable (#2147)
|
||||
* Update dependencies (#2145)
|
||||
* Fix CI build (#2144)
|
||||
* Fixed #2133 Theme Toggle on without_codemirror Mode (#2138)
|
||||
* use correct variable name (#2135)
|
||||
* docs: Fix a few typos (#2127)
|
||||
* Add support for new record types (cont.) (#2118)
|
||||
* fix - semicolon followed by block statement doesnt have new line (#2117)
|
||||
* Fix formatting related to the element (#2114)
|
||||
* issue prettifying (function(){code();{code}})() (#1852)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 28 17:51:42 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to v1.14.7
|
||||
- Update to v1.14.7
|
||||
* Doc: Updates web browser implementation examples (#2107)
|
||||
* HTML formatter breaks layout by introducing newlines (#1989)
|
||||
|
||||
@@ -76,7 +97,7 @@ Thu Sep 29 14:11:29 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
* no new line after self closing tag (#1718)
|
||||
* HTML format, no break after ? (#1365)
|
||||
* Does this extension still supports applying Allman style to CSS? (#1353)
|
||||
* Add brace_style option for CSS (#1259)
|
||||
* Add brace_style option for CSS (#1259)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 10:59:33 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
||||
|
||||
Reference in New Issue
Block a user