diff --git a/.github/ISSUE_TEMPLATE/question-about-usage.md b/.github/ISSUE_TEMPLATE/question-about-usage.md
index fc005b4c2..e09160b13 100644
--- a/.github/ISSUE_TEMPLATE/question-about-usage.md
+++ b/.github/ISSUE_TEMPLATE/question-about-usage.md
@@ -5,5 +5,5 @@ about: You have a question about how to use the beautifier
---
# **DO NOT FILE USAGE QUESTIONS AS ISSUES**
-Review the [README.md](https://github.com/beautify-web/js-beautify/blob/main/README.md).
-If that does not help, join us on gitter: https://gitter.im/beautify-web/js-beautify .
+Review the [README.md](https://github.com/beautifier/js-beautify/blob/main/README.md).
+If that does not help, join us on gitter: https://gitter.im/beautifier/js-beautify .
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index d06cc5721..ef32eeaad 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -50,7 +50,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
- uses: github/codeql-action/autobuild@v2
+ uses: github/codeql-action/autobuild@v3
# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
@@ -64,4 +64,4 @@ jobs:
# make release
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 4c65be9cc..41b5b1b87 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Cached node_modules
diff --git a/.github/workflows/milestone-publish.yml b/.github/workflows/milestone-publish.yml
index 5fa2256e7..93f72ec36 100644
--- a/.github/workflows/milestone-publish.yml
+++ b/.github/workflows/milestone-publish.yml
@@ -21,7 +21,7 @@ jobs:
node-version: 18
registry-url: https://registry.npmjs.org/
- name: Set up Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Set git user
@@ -49,7 +49,7 @@ jobs:
ssh-add ~/.ssh/deploy_js_beautify
git remote add site git@beautifier-github.com:beautifier/beautifier.io.git
- git remote add trigger git@js-beautify-github.com:beautify-web/js-beautify.git
+ git remote add trigger git@js-beautify-github.com:beautifier/js-beautify.git
git fetch --all
- name: Install python twinE
run: pip install twine
diff --git a/.gitignore b/.gitignore
index 149f92d82..45181bd5c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@ python/*/__pycache__
python/MANIFEST
python/build
python/dist
+python/.eggs/
python/jsbeautifier.egg-info
python/cssbeautifier.egg-info
.nvmrc
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4cbba96a8..08fec4233 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,512 +1,515 @@
# Changelog
+## v1.15.0
+* Fixed #2219 - formatting of new Angular control flow syntax ([#2221](https://github.com/beautifier/js-beautify/pull/2221))
+
## v1.14.11
-* Editor not working https://beautifier.io/ ([#2201](https://github.com/beautify-web/js-beautify/issues/2201))
-* Set nodejs minimum to v14 ([#2169](https://github.com/beautify-web/js-beautify/pull/2169))
-* Invalid prettification of object with unicode escape character as object key ([#2159](https://github.com/beautify-web/js-beautify/issues/2159))
-* invalid json being generated with wrap\_line\_length ([#1932](https://github.com/beautify-web/js-beautify/issues/1932))
+* Editor not working https://beautifier.io/ ([#2201](https://github.com/beautifier/js-beautify/issues/2201))
+* Set nodejs minimum to v14 ([#2169](https://github.com/beautifier/js-beautify/pull/2169))
+* Invalid prettification of object with unicode escape character as object key ([#2159](https://github.com/beautifier/js-beautify/issues/2159))
+* invalid json being generated with wrap\_line\_length ([#1932](https://github.com/beautifier/js-beautify/issues/1932))
## v1.14.9
-* Bump semver and editorconfig ([#2161](https://github.com/beautify-web/js-beautify/pull/2161))
-* Update editorconfig package ([#2160](https://github.com/beautify-web/js-beautify/issues/2160))
-* Allow to configure the "custom elements as inline elements" behavior ([#2113](https://github.com/beautify-web/js-beautify/issues/2113))
+* Bump semver and editorconfig ([#2161](https://github.com/beautifier/js-beautify/pull/2161))
+* Update editorconfig package ([#2160](https://github.com/beautifier/js-beautify/issues/2160))
+* Allow to configure the "custom elements as inline elements" behavior ([#2113](https://github.com/beautifier/js-beautify/issues/2113))
## v1.14.8
-* Require nodejs v12 or greater ([#2151](https://github.com/beautify-web/js-beautify/pull/2151))
-* CSS insideNonNestedAtRule generic variable ([#2147](https://github.com/beautify-web/js-beautify/pull/2147))
-* Update dependencies ([#2145](https://github.com/beautify-web/js-beautify/pull/2145))
-* Fix CI build ([#2144](https://github.com/beautify-web/js-beautify/pull/2144))
-* Fixed #2133 Theme Toggle on without\_codemirror Mode ([#2138](https://github.com/beautify-web/js-beautify/pull/2138))
-* use correct variable name ([#2135](https://github.com/beautify-web/js-beautify/pull/2135))
-* docs: Fix a few typos ([#2127](https://github.com/beautify-web/js-beautify/pull/2127))
-* Add support for new record types (cont.) ([#2118](https://github.com/beautify-web/js-beautify/pull/2118))
-* fix - semicolon followed by block statement doesnt have new line ([#2117](https://github.com/beautify-web/js-beautify/pull/2117))
-* Fix formatting related to the