Skip to content

Releases: editorconfig/editorconfig-emacs

Prepare v0.11.0 (#332)

11 May 06:46
f1531ba
Compare
Choose a tag to compare
* Prepare v0.11.0

* Update CHANGLOG for v0.11.0

* 2024

v0.10.1

19 May 08:28
ed76077
Compare
Choose a tag to compare
Prepare v0.10.1 (#307)

v0.10.0

07 May 08:16
a8b31c9
Compare
Choose a tag to compare
Prepare v0.10.0 (#303)

* Update CHANGELOG

* Update CHANGELOG

* Update version string

v0.9.1

07 Nov 03:01
3352e48
Compare
Choose a tag to compare
Prepare v0.9.1 (#281)

v0.9.0

23 Oct 13:21
bcd3775
Compare
Choose a tag to compare
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

13 Aug 13:01
375418d
Compare
Choose a tag to compare
Prepare v0.8.2 (#262)

* Update CHANGELOG

* 2021

* Prepare v0.8.2

v0.8.1

10 Oct 04:59
0b65d53
Compare
Choose a tag to compare
  • 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

26 Mar 13:44
4b6c34d
Compare
Choose a tag to compare
  • 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

25 Dec 03:21
c03200d
Compare
Choose a tag to compare
  • 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

23 Aug 04:58
e2a5cfe
Compare
Choose a tag to compare
  • Check editorconfig configs when read only state changes (#168)
  • Refactor fnmatch-p (#171)
  • use CURDIR instead of PWD in Makefile (#170)
  • Update tests