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:
3
jsbeautifier-1.14.11.tar.gz
Normal file
3
jsbeautifier-1.14.11.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b632581ea60dd1c133cd25a48ad187b4b91f526623c4b0fb5443ef805250505
|
||||
size 75586
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77993254db1ff6f84eb6e1d75e3b6b72cba2ef20813a585b2d81e8e5e3c713c6
|
||||
size 74564
|
||||
@@ -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>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-jsbeautifier
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-jsbeautifier
|
||||
Version: 1.14.7
|
||||
Version: 1.14.11
|
||||
Release: 0
|
||||
Summary: JavaScript unobfuscator and beautifier
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user