mirror of
https://github.com/vale981/apheleia
synced 2025-03-04 17:11:40 -05:00
Changelog and obsoletion marker fixes (#262)
This commit is contained in:
parent
01ca22bcd7
commit
5e894a270b
2 changed files with 12 additions and 8 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -3,6 +3,17 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog].
|
The format is based on [Keep a Changelog].
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
### Formatters
|
||||||
|
* [`js-beautify`](https://github.com/beautify-web/js-beautify) for
|
||||||
|
[JavaScript](https://www.javascript.com/),
|
||||||
|
[JSON](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/JSON),
|
||||||
|
[HTML](https://en.wikipedia.org/wiki/HTML) and
|
||||||
|
[CSS](https://www.google.com/search?q=css)
|
||||||
|
([#229])
|
||||||
|
|
||||||
|
[#229]: https://github.com/radian-software/apheleia/pull/229
|
||||||
|
|
||||||
## 4.0 (released 2023-11-23)
|
## 4.0 (released 2023-11-23)
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
* The order of entries in `apheleia-mode-alist` is no longer as
|
* The order of entries in `apheleia-mode-alist` is no longer as
|
||||||
|
@ -96,12 +107,6 @@ The format is based on [Keep a Changelog].
|
||||||
* [`xmllint`](https://gitlab.gnome.org/GNOME/libxml2) for XML ([#251]).
|
* [`xmllint`](https://gitlab.gnome.org/GNOME/libxml2) for XML ([#251]).
|
||||||
* [`yapf`](https://github.com/google/yapf) for [Python](https://www.python.org/) ([#196])
|
* [`yapf`](https://github.com/google/yapf) for [Python](https://www.python.org/) ([#196])
|
||||||
* [`yq`](https://mikefarah.gitbook.io/yq/) for YAML, JSON, CSV, TSV, XML and [.properties](https://en.wikipedia.org/wiki/.properties) ([#250]).
|
* [`yq`](https://mikefarah.gitbook.io/yq/) for YAML, JSON, CSV, TSV, XML and [.properties](https://en.wikipedia.org/wiki/.properties) ([#250]).
|
||||||
* [`js-beautify`](https://github.com/beautify-web/js-beautify) for
|
|
||||||
[JavaScript](https://www.javascript.com/),
|
|
||||||
[JSON](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/JSON),
|
|
||||||
[HTML](https://en.wikipedia.org/wiki/HTML) and
|
|
||||||
[CSS](https://www.google.com/search?q=css)
|
|
||||||
([#229])
|
|
||||||
|
|
||||||
[#167]: https://github.com/radian-software/apheleia/pull/167
|
[#167]: https://github.com/radian-software/apheleia/pull/167
|
||||||
[#168]: https://github.com/radian-software/apheleia/pull/168
|
[#168]: https://github.com/radian-software/apheleia/pull/168
|
||||||
|
@ -124,7 +129,6 @@ The format is based on [Keep a Changelog].
|
||||||
[#214]: https://github.com/radian-software/apheleia/pull/214
|
[#214]: https://github.com/radian-software/apheleia/pull/214
|
||||||
[#215]: https://github.com/radian-software/apheleia/pull/215
|
[#215]: https://github.com/radian-software/apheleia/pull/215
|
||||||
[#223]: https://github.com/radian-software/apheleia/pull/223
|
[#223]: https://github.com/radian-software/apheleia/pull/223
|
||||||
[#229]: https://github.com/radian-software/apheleia/pull/229
|
|
||||||
[#231]: https://github.com/radian-software/apheleia/pull/231
|
[#231]: https://github.com/radian-software/apheleia/pull/231
|
||||||
[#232]: https://github.com/radian-software/apheleia/issues/232
|
[#232]: https://github.com/radian-software/apheleia/issues/232
|
||||||
[#236]: https://github.com/radian-software/apheleia/pull/236
|
[#236]: https://github.com/radian-software/apheleia/pull/236
|
||||||
|
|
|
@ -58,7 +58,7 @@ always returns nil to defer to the formatter."
|
||||||
(list indent-flag (number-to-string indent))))))
|
(list indent-flag (number-to-string indent))))))
|
||||||
|
|
||||||
(define-obsolete-function-alias 'apheleia-formatters-js-indent
|
(define-obsolete-function-alias 'apheleia-formatters-js-indent
|
||||||
'apheleia-formatters-indent "3.2")
|
'apheleia-formatters-indent "4.1")
|
||||||
|
|
||||||
(defcustom apheleia-formatters-respect-fill-column nil
|
(defcustom apheleia-formatters-respect-fill-column nil
|
||||||
"Whether formatters should set `fill-column' related flags."
|
"Whether formatters should set `fill-column' related flags."
|
||||||
|
|
Loading…
Add table
Reference in a new issue