Skip to content

Commit

Permalink
Changelog and obsoletion marker fixes (radian-software#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
scop authored Nov 28, 2023
1 parent 01ca22b commit 5e894a2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
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)
### Breaking changes
* The order of entries in `apheleia-mode-alist` is no longer as
Expand Down Expand Up @@ -96,12 +107,6 @@ The format is based on [Keep a Changelog].
* [`xmllint`](https://gitlab.gnome.org/GNOME/libxml2) for XML ([#251]).
* [`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]).
* [`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
[#168]: https://github.com/radian-software/apheleia/pull/168
Expand All @@ -124,7 +129,6 @@ The format is based on [Keep a Changelog].
[#214]: https://github.com/radian-software/apheleia/pull/214
[#215]: https://github.com/radian-software/apheleia/pull/215
[#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
[#232]: https://github.com/radian-software/apheleia/issues/232
[#236]: https://github.com/radian-software/apheleia/pull/236
Expand Down
2 changes: 1 addition & 1 deletion apheleia-utils.el
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ always returns nil to defer to the formatter."
(list indent-flag (number-to-string 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
"Whether formatters should set `fill-column' related flags."
Expand Down

0 comments on commit 5e894a2

Please sign in to comment.