Skip to content

Latest commit

 

History

History
84 lines (50 loc) · 2.91 KB

CHANGELOG.md

File metadata and controls

84 lines (50 loc) · 2.91 KB

v1.1.4 - 21 Oct 2021

  • Fix cargo install fixred failed due to new release of clap crate v3.0.0-beta.5

Changes

v1.1.3 - 30 Sep 2021

  • 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.

Changes

v1.1.2 - 29 Sep 2021

  • 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.

Changes

v1.1.1 - 29 Sep 2021

Changes

v1.1.0 - 28 Sep 2021

  • 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.

Changes

v1.0.2 - 28 Sep 2021

  • Fix percent-encoded characters are ignored
  • Reduce number of dependencies from 86 to 77

Changes

v1.0.1 - 27 Sep 2021

  • Keep fragments in URLs

Changes

v1.0.0 - 27 Sep 2021

First release 🎉

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

Changes