| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-30 | 6.0 kB | |
| v2.0.3 source code.tar.gz | 2026-06-30 | 1.1 MB | |
| v2.0.3 source code.zip | 2026-06-30 | 1.2 MB | |
| Totals: 3 Items | 2.2 MB | 0 | |
What's Changed
- Pulling staging/main into main by @github-actions[bot] in https://github.com/beautifier/js-beautify/pull/2359
- Pulling staging/release into release by @github-actions[bot] in https://github.com/beautifier/js-beautify/pull/2360
- Fix minor crash for certain oddly formed *.js files by @PierceLBrooks in https://github.com/beautifier/js-beautify/pull/2128
- Bump webpack from 5.97.1 to 5.99.9 by @dependabot[bot] in https://github.com/beautifier/js-beautify/pull/2377
- Bump glob from 10.4.5 to 10.5.0 by @jakub-pietrzak in https://github.com/beautifier/js-beautify/pull/2387
- Bump picomatch from 2.3.1 to 2.3.2 by @dependabot[bot] in https://github.com/beautifier/js-beautify/pull/2416
- Bump webpack from 5.99.9 to 5.105.0 by @dependabot[bot] in https://github.com/beautifier/js-beautify/pull/2410
- Bump actions/cache from 4 to 5 by @dependabot[bot] in https://github.com/beautifier/js-beautify/pull/2409
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in https://github.com/beautifier/js-beautify/pull/2407
- Bump on-headers and serve by @dependabot[bot] in https://github.com/beautifier/js-beautify/pull/2391
- Bump js-yaml from 4.1.0 to 4.1.1 by @dependabot[bot] in https://github.com/beautifier/js-beautify/pull/2392
- Bump lodash from 4.17.21 to 4.17.23 by @dependabot[bot] in https://github.com/beautifier/js-beautify/pull/2393
- Bump requirejs from 2.3.7 to 2.3.8 by @dependabot[bot] in https://github.com/beautifier/js-beautify/pull/2396
- Bump strip-ansi from 7.1.0 to 7.1.2 by @dependabot[bot] in https://github.com/beautifier/js-beautify/pull/2399
- Bump ansi-regex from 6.1.0 to 6.2.2 by @dependabot[bot] in https://github.com/beautifier/js-beautify/pull/2403
- Bump actions/setup-node from 4 to 6 by @dependabot[bot] in https://github.com/beautifier/js-beautify/pull/2405
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in https://github.com/beautifier/js-beautify/pull/2406
- Bump github/codeql-action from 3 to 4 by @dependabot[bot] in https://github.com/beautifier/js-beautify/pull/2408
- Bump webpack from 5.99.9 to 5.104.1 by @dependabot[bot] in https://github.com/beautifier/js-beautify/pull/2400
- Bump webpack-cli from 6.0.1 to 7.0.2 by @dependabot[bot] in https://github.com/beautifier/js-beautify/pull/2426
- Bump strip-ansi from 7.1.2 to 7.2.0 by @dependabot[bot] in https://github.com/beautifier/js-beautify/pull/2425
- Bump serve from 14.2.5 to 14.2.6 by @dependabot[bot] in https://github.com/beautifier/js-beautify/pull/2422
- Bump brace-expansion by @dependabot[bot] in https://github.com/beautifier/js-beautify/pull/2417
- Bump mocha from 11.1.0 to 11.7.5 by @dependabot[bot] in https://github.com/beautifier/js-beautify/pull/2395
- fix: make dark mode label dynamic by @erenmentes in https://github.com/beautifier/js-beautify/pull/2421
- Bump webpack from 5.105.4 to 5.106.1 by @dependabot[bot] in https://github.com/beautifier/js-beautify/pull/2423
- Bump glob from 10.5.0 to 13.0.6 by @dependabot[bot] in https://github.com/beautifier/js-beautify/pull/2427
- Recognize <script type="importmap"> and beautify its JSON body by @bigohofone in https://github.com/beautifier/js-beautify/pull/2468
- Add wrap_attributes option to website UI by @diara12 in https://github.com/beautifier/js-beautify/pull/2456
- Fix [#2430]: Auto-focus text input after clicking clear button by @GarvSaxena in https://github.com/beautifier/js-beautify/pull/2431
- Removed all usage of six and dropped support for Python 2. by @Anutrix in https://github.com/beautifier/js-beautify/pull/2374
- perf(core): resolve O(N^2) memory reallocation bottleneck in line-break tokenization by @Mounesh-13 in https://github.com/beautifier/js-beautify/pull/2434
- docs: clarify version numbering policy for releases by @kaushal-Prakash in https://github.com/beautifier/js-beautify/pull/2467
- Bump fast-uri from 3.1.0 to 3.1.2 by @dependabot[bot] in https://github.com/beautifier/js-beautify/pull/2458
- Pulling staging/main into main by @github-actions[bot] in https://github.com/beautifier/js-beautify/pull/2476
- Pulling staging/release into release by @github-actions[bot] in https://github.com/beautifier/js-beautify/pull/2477
- Pulling staging/main into main by @github-actions[bot] in https://github.com/beautifier/js-beautify/pull/2478
- Pulling staging/release into release by @github-actions[bot] in https://github.com/beautifier/js-beautify/pull/2479
- Bump editorconfig from 1.0.7 to 3.0.2 by @dependabot[bot] in https://github.com/beautifier/js-beautify/pull/2424
- Bump nopt from 7.2.1 to 10.0.1 by @dependabot[bot] in https://github.com/beautifier/js-beautify/pull/2472
- Fix typo: preceeded -> preceded by @edg2s in https://github.com/beautifier/js-beautify/pull/2463
- Bump actions/checkout from 6 to 7 by @dependabot[bot] in https://github.com/beautifier/js-beautify/pull/2482
New Contributors
- @PierceLBrooks made their first contribution in https://github.com/beautifier/js-beautify/pull/2128
- @jakub-pietrzak made their first contribution in https://github.com/beautifier/js-beautify/pull/2387
- @erenmentes made their first contribution in https://github.com/beautifier/js-beautify/pull/2421
- @bigohofone made their first contribution in https://github.com/beautifier/js-beautify/pull/2468
- @diara12 made their first contribution in https://github.com/beautifier/js-beautify/pull/2456
- @GarvSaxena made their first contribution in https://github.com/beautifier/js-beautify/pull/2431
- @Anutrix made their first contribution in https://github.com/beautifier/js-beautify/pull/2374
- @Mounesh-13 made their first contribution in https://github.com/beautifier/js-beautify/pull/2434
- @kaushal-Prakash made their first contribution in https://github.com/beautifier/js-beautify/pull/2467
- @edg2s made their first contribution in https://github.com/beautifier/js-beautify/pull/2463
Full Changelog: https://github.com/beautifier/js-beautify/compare/v1.15.4...v2.0.3