Skip to content

Releases: rhysd/fixred

v1.1.4

21 Oct 03:23
Compare
Choose a tag to compare
  • Fix cargo install fixred failed due to new release of clap crate v3.0.0-beta.5

v1.1.3

30 Sep 11:56
Compare
Choose a tag to compare
  • 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

29 Sep 11:22
Compare
Choose a tag to compare
  • Dependencies necessary only for building fixred executable are now optional. By removing executable 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 for fixred executable.

v1.1.1

29 Sep 10:44
Compare
Choose a tag to compare

v1.1.0

28 Sep 08:02
Compare
Choose a tag to compare
  • 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

28 Sep 01:45
Compare
Choose a tag to compare
  • Fix percent-encoded characters are ignored
  • Reduce number of dependencies from 86 to 77

v1.0.1

27 Sep 13:20
Compare
Choose a tag to compare
  • Keep fragments in URLs

v1.0.0

27 Sep 13:18
Compare
Choose a tag to compare

First release 🎉

See the document to know how to install fixred: https://github.com/rhysd/fixred#installation