Releases: rhysd/fixred
Releases · rhysd/fixred
v1.1.4
v1.1.3
- Ignore non-UTF8 files. This is useful when you specify some directories to update files recursively. Now fixred fixes only UTF-8 files in directories recursively. Previously fixred stopped when finding a non-UTF8 file. To know which files were ignored, try
--verbose
flag.
v1.1.2
- Dependencies necessary only for building
fixred
executable are now optional. By removingexecutable
feature, they can be omit on installing this tool as Rust library for less dependencies.[dependencies] fixred = { version = "1", default-features = false, features = [] }
- Add an introduction dedicated for the API document. Previously
README.md
file at root of this repository was used but it is basically forfixred
executable.
v1.1.1
- Now fixred is available as Rust library. See the API document
v1.1.0
- Release the docker image.
- Use a dedicated
$FIXRED_LOG
environment variable instead of$RUST_LOG
environment variable to control logs. - Add
--verbose
flag to show info level logs easily.
v1.0.2
v1.0.1
v1.0.0
First release 🎉
See the document to know how to install fixred: https://github.com/rhysd/fixred#installation