mirror of
https://github.com/vale981/apheleia
synced 2025-03-04 17:11:40 -05:00
Release version 1.0
This commit is contained in:
parent
e28a264989
commit
fab32d51a1
2 changed files with 22 additions and 1 deletions
21
CHANGELOG.md
Normal file
21
CHANGELOG.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Changelog
|
||||||
|
|
||||||
|
All notable changes to this project will be documented in this file.
|
||||||
|
The format is based on [Keep a Changelog].
|
||||||
|
|
||||||
|
## 1.0 (released 2019-09-20)
|
||||||
|
### Added
|
||||||
|
* Package `apheleia`
|
||||||
|
* Command `apheleia-format-buffer`
|
||||||
|
* User options:
|
||||||
|
* `apheleia-formatters`, with supported formatters:
|
||||||
|
* `black`
|
||||||
|
* `prettier`
|
||||||
|
* `gofmt`
|
||||||
|
* `terraform`
|
||||||
|
* `apheleia-mode-alist`
|
||||||
|
* `apheleia-post-format-hook`
|
||||||
|
* Variable `apheleia-formatter`
|
||||||
|
* Minor mode `apheleia-mode` (and `apheleia-global-mode`)
|
||||||
|
|
||||||
|
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
|
|
@ -7,7 +7,7 @@
|
||||||
;; Homepage: https://github.com/raxod502/apheleia
|
;; Homepage: https://github.com/raxod502/apheleia
|
||||||
;; Keywords: tools
|
;; Keywords: tools
|
||||||
;; Package-Requires: ((emacs "25.2"))
|
;; Package-Requires: ((emacs "25.2"))
|
||||||
;; Version: 0
|
;; Version: 1.0
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue