Releases: huacnlee/autocorrect
Releases · huacnlee/autocorrect
v1.3.2
- Fix
.autocorrectignore
for match dirs to ignore. - Use multiple threads for improve performance upto 3x fast for multiple files process.
- Show duration after fix.
v1.3.1
- Fix for ignore format RegExp string.
v1.3.0
version 1.3.0
v1.2.3
- Fix to support format HTML comment, and void lose comment.
v1.2.2
- Add for support Vue.js, React JSX, html.erb, ejs.
- Fix to no change when parse has error;
- Fix JavaScript jsx format with html void tag;
- Fix JavaScript performance with complex nested jsx;
- Print error on debug mode (fix & diff lint);
v1.1.5
- Fix for avoid add space between %s, %d, %v, $1, $2, \n, \r for programming case.
v1.1.4
version 1.1.4, nothing just deploy docker image
v1.1.3
- Fix Go for ignore string format verb.
v1.1.2
- Fix autocorrect: false support on
--fix
; - Detect the regexp and avoid change for Ruby, Python, Rust, JavaScript, Python.
v1.1.1
- Add to supports ignore by
.gitignore
,.autocorrectignore
. - Print progress on checking.