Releases: editorconfig/editorconfig-emacs
Releases · editorconfig/editorconfig-emacs
Prepare v0.11.0 (#332)
* Prepare v0.11.0
* Update CHANGLOG for v0.11.0
* 2024
v0.10.0
Prepare v0.10.0 (#303)
* Update CHANGELOG
* Update CHANGELOG
* Update version string
v0.9.0
Prepare v0.9.0 (#275)
* Update version number in el file
* Update CHANGELOG for 0.9.0
* Fix CHANGELOG
* Fix release date
v0.8.2
Prepare v0.8.2 (#262)
* Update CHANGELOG
* 2021
* Prepare v0.8.2
v0.8.1
- Add indentation support
- #196
- enh-ruby-mode
- haxor-mode
- mips-mode
- nasm-mode
- terra-mode
- kotlin-mode
- bpftrace-mode (#199)
- f90-mode (#200)
- Add explicit support for rpm-spec-mode (efc1ff4, see #197 )
- Add whitelist for file_type_emacs value (#204)
v0.8.0
- Allow library forget properties order (#187)
- Use API to get version info (#193)
editorconfig-version()
was added and editorconfig-core-version
removed
- Update docs and metadata to follow MELPA guidelines (#189)
- Refactor (#188, #191)
v0.7.14
- Add feature to decide major-mode from file_type_ext [EXPERIMENTAL] #175 (#178) (#179) (#180)
- Make conf-mode used when a file has .editorconfig extension 01a0640
- Change hook name -custom-hooks -> -after-apply-functions bb4bc44
- Add feature to hack properties before applying #182
- Add variable editorconfig-trim-whitespaces-mode #183
- Useful when you want to use non-default mode like
ws-butler
to trim spaces
- Fix tests
- Fix docs
v0.7.13
- Check editorconfig configs when read only state changes (#168)
- Refactor fnmatch-p (#171)
- use CURDIR instead of PWD in Makefile (#170)
- Update tests