diff -Nru node-js-beautify-1.11.0+dfsg/azure-pipelines.yml node-js-beautify-1.13.6+dfsg+~0.15.3/azure-pipelines.yml --- node-js-beautify-1.11.0+dfsg/azure-pipelines.yml 2020-04-05 19:25:03.000000000 +0000 +++ node-js-beautify-1.13.6+dfsg+~0.15.3/azure-pipelines.yml 1970-01-01 00:00:00.000000000 +0000 @@ -1,96 +0,0 @@ -# https://aka.ms/yaml -jobs: -- job: 'Windows' - pool: - vmImage: 'windows-latest' - strategy: - matrix: - Python36_Node10: - python.version: '3.6' - python.architecture: 'x64' - node_version: 10.x - Python37_Node12: - python.version: '3.7' - python.architecture: 'x64' - node_version: 12.x - Python38_Node13: - python.version: '3.8' - python.architecture: 'x64' - node_version: 13.x - maxParallel: 6 - - steps: - - task: UsePythonVersion@0 - inputs: - versionSpec: '$(python.version)' - architecture: '$(python.architecture)' - - task: NodeTool@0 - inputs: - versionSpec: $(node_version) - -# change this to make ci after addressing git CRLF issue - - task: Bash@3 - inputs: - targetType: 'inline' - script: 'make all' - -- job: 'Linux' - pool: - vmImage: 'ubuntu-latest' - strategy: - matrix: - Python27_Node8: - python.version: '2.7' - node_version: 8.x - Python35_Node10: - python.version: '3.5' - node_version: 10.x - Python37_Node12: - python.version: '3.7' - node_version: 12.x - Python38_Node13: - python.version: '3.8' - node_version: 13.x - maxParallel: 6 - - steps: - - task: UsePythonVersion@0 - inputs: - versionSpec: '$(python.version)' - architecture: 'x64' - - task: NodeTool@0 - inputs: - versionSpec: $(node_version) - - - task: Bash@3 - inputs: - targetType: 'inline' - script: 'make ci' - -- job: 'MacOS' - pool: - vmImage: 'macOS-latest' - strategy: - matrix: - Python27_Node8: - python.version: '2.7' - node_version: 8.x - Python37_Node12: - python.version: '3.7' - node_version: 12.x - maxParallel: 6 - - steps: - - task: UsePythonVersion@0 - inputs: - versionSpec: '$(python.version)' - architecture: 'x64' - - task: NodeTool@0 - inputs: - versionSpec: $(node_version) - - - task: Bash@3 - inputs: - targetType: 'inline' - script: 'make ci' - diff -Nru node-js-beautify-1.11.0+dfsg/CHANGELOG.md node-js-beautify-1.13.6+dfsg+~0.15.3/CHANGELOG.md --- node-js-beautify-1.11.0+dfsg/CHANGELOG.md 2020-04-05 19:25:03.000000000 +0000 +++ node-js-beautify-1.13.6+dfsg+~0.15.3/CHANGELOG.md 2021-01-26 17:37:55.000000000 +0000 @@ -1,4 +1,68 @@ # Changelog +## v1.13.6 + +### Description + + +### Closed Issues +* Fix space-before-conditional: false to work on switch-case statement ([#1881](https://github.com/beautify-web/js-beautify/pull/1881)) +* Optional chaining obj?.[expr] ([#1801](https://github.com/beautify-web/js-beautify/issues/1801)) + + +## v1.13.5 + +### Description +Placeholder milestone for testing release scripts + +### Closed Issues + + +## v1.13.1 + +### Description + + +### Closed Issues +* Option 'max_preserve_newlines' not working on beautify_css.js CSS Beautifier ([#1863](https://github.com/beautify-web/js-beautify/issues/1863)) +* React Fragment Short Syntax <> issue ([#1854](https://github.com/beautify-web/js-beautify/issues/1854)) +* add viewport meta tag to index.html ([#1843](https://github.com/beautify-web/js-beautify/pull/1843)) +* Add basic smarty templating support ([#1820](https://github.com/beautify-web/js-beautify/issues/1820)) +* Tagged Template literals ([#1244](https://github.com/beautify-web/js-beautify/issues/1244)) + + +## v1.13.0 + +### Description +This release truly fixes the python cssbeautifier installation and updates cssbeautifier cli to use the same general code as jsbeautifier. + +Also, as of this release Node.js 8.x is no longer guaranteed to work. Node.js 8.x LTS reached end-of-life in January 2020. +Parts of our test infrastructure no longer support Node.js 8.x. The js-beautifier should still run on Node.js 8.x, but it is not part of the CI system and so not guaranteed to work. + + +### Closed Issues +* (internal) Refactor python cssbeautifier to reuse jsbeautifier CLI methods ([#1832](https://github.com/beautify-web/js-beautify/pull/1832)) +* (internal) Switch from node-static to serve ([#1831](https://github.com/beautify-web/js-beautify/pull/1831)) +* Fixed pip install cssbeautifier ([#1830](https://github.com/beautify-web/js-beautify/pull/1830)) + + +## v1.12.0 + +### Description + + +### Closed Issues +* Python jsbeautifier fails for special chars ([#1809](https://github.com/beautify-web/js-beautify/issues/1809)) +* pip install cssbeautifier fails ([#1808](https://github.com/beautify-web/js-beautify/issues/1808)) +* Add expand brace-style option to css beautifier ([#1796](https://github.com/beautify-web/js-beautify/pull/1796)) +* Support nullish-coalescing ([#1794](https://github.com/beautify-web/js-beautify/issues/1794)) +* Upgrade ga.js to analytics.js ([#1777](https://github.com/beautify-web/js-beautify/issues/1777)) +* Newline rule not working with css-like files ([#1776](https://github.com/beautify-web/js-beautify/issues/1776)) +* no new line after self closing tag ([#1718](https://github.com/beautify-web/js-beautify/issues/1718)) +* HTML format, no break after