Path to this page:
./
textproc/py-jsbeautifier,
JavaScript unobfuscator and beautifier
Branch: CURRENT,
Version: 1.15.1,
Package name: py312-jsbeautifier-1.15.1,
Maintainer: pkgsrc-usersBeautify, unpack or deobfuscate JavaScript. Handles popular online
obfuscators.
Required to run:[
devel/py-setuptools] [
lang/py-six] [
devel/py-editorconfig-core] [
lang/python310]
Master sites:
Filesize: 73.834 KB
Version history: (Expand)
- (2024-11-11) Updated to version: py312-jsbeautifier-1.15.1
- (2024-02-19) Updated to version: py311-jsbeautifier-1.15.1
- (2023-12-17) Updated to version: py311-jsbeautifier-1.14.11
- (2023-02-09) Updated to version: py310-jsbeautifier-1.13.13nb2
- (2022-01-05) Updated to version: py39-jsbeautifier-1.13.13nb2
- (2022-01-05) Updated to version: py39-jsbeautifier-1.13.13nb1
CVS history: (Expand)
2024-02-19 19:19:27 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jsbeautifier: updated to 1.15.1
v1.15.1
Turn new angular templating off by default in html
Perf regression in latest release (1.15.0)
v1.15.0
Fixed formatting of new Angular control flow syntax
|
2023-12-17 21:23:22 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-jsbeautifier: updated to 1.14.11
v1.14.11
Editor not working https://beautifier.io/
Set nodejs minimum to v14
Invalid prettification of object with unicode escape character as object key
invalid json being generated with wrap_line_length
v1.14.9
Bump semver and editorconfig
Update editorconfig package
Allow to configure the "custom elements as inline elements" behavior
v1.14.8
Require nodejs v12 or greater
CSS insideNonNestedAtRule generic variable
Update dependencies
Fix CI build
Fixed 2133 Theme Toggle on without_codemirror Mode
use correct variable name
docs: Fix a few typos
Add support for new record types (cont.)
fix - semicolon followed by block statement doesnt have new line
Fix formatting related to the element
issue prettifying (function(){code();{code}})()
v1.14.7
Doc: Updates web browser implementation examples
HTML formatter breaks layout by introducing newlines
v1.14.6
Globs no longer work on Windows in 1.14.5
v1.14.5
Dependency updates and UI tweaks
Bump terser from 5.12.1 to 5.14.2
new layout breaks everything on long lines
Dark mode
v1.14.4
Extra space before !important added
css format removes space after quoted value
Add grid-template-areas to NON_SEMICOLON_NEWLINE_PROPERTY list
CSS formatter removes useful space
CHANGELOG.md file was wiped out in v1.14.2
Fails to recognize Handlebars block with whitespace control, e.g. {{~#if true ~}}
Support new sass @use syntax
Do not remove whitespace after number
html formatter doesn't support handlebars partial blocks
in keyword in class method causes indentation problem
space_after_named_function not working inside an ES6 class
Restyle website
improper line concatenation between 'return' and a prefix expression
v1.14.3
[LESS] Fixing issues with spacing when an object literal lives inside a mixin
Overindentation when using "class" as a key in an object
CSS Grid template formatting is broken when adding track size after line names
SCSS module system @use problem
JS "space_in_empty_paren" failing for class methods
LESS mixins gets formatted strangely
v1.14.2
Why put npm in dependencies?
[Bug] Logical assignments in JS are incorrectly beautified
v1.14.1
feature request: cmd+enter hotkey for mac users
Wrong indentation when the last line in a case is a right brace
v1.14.0
import.meta appears on newline
Added buttons to website
Logical assignment operators; Fix parsing of optional chaining
Numbers should be allowed to contain underscores
Use native mkdirSync instead of 'mkdirp' package
selector_separator_newline adds erroneous newline on @extend SCSS statements
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
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
|