mirror of
https://github.com/jimeh/rubocopfmt.el.git
synced 2026-02-19 09:06:41 +00:00
32 lines
1.1 KiB
Markdown
32 lines
1.1 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
|
|
### [0.5.1](https://github.com/jimeh/rubocopfmt.el/compare/0.5.0...0.5.1) (2022-10-24)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* use -a and -A flags to avoid deprecation warnings ([9b00231](https://github.com/jimeh/rubocopfmt.el/commit/9b0023158cf2517fc07938f678fac8b67f1c6da3)), closes [#8](https://github.com/jimeh/rubocopfmt.el/issues/8)
|
|
|
|
## [0.5.0](https://github.com/jimeh/rubocopfmt.el/compare/0.4.1...0.5.0) (2020-07-13)
|
|
|
|
|
|
### Features
|
|
|
|
* **cops:** Add support for running unsafe cops with latest RuboCop ([b4be084](https://github.com/jimeh/rubocopfmt.el/commit/b4be08469c9d8d95b2847c625241d9be8fa34ed0))
|
|
|
|
### [0.4.1](///compare/0.4.0...0.4.1) (2020-05-26)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* Always move back to same column after applying rcs patch 9b7c86a
|
|
|
|
## [0.4.0](https://github.com/jimeh/rubocopfmt.el/compare/0.3.0...0.4.0) (2020-05-19)
|
|
|
|
|
|
### Features
|
|
|
|
* **lsp:** Add experimental use of lsp-format-buffer ([d7d6d81](https://github.com/jimeh/rubocopfmt.el/commit/d7d6d81b520e9d83e2411fc49bd5923cdb0c4aae))
|