Skip to content

Releases: maur1th/task_diff

v0.2.1

Choose a tag to compare

@maur1th maur1th released this 17 Jan 00:16
  • Move to Rust 2018
  • Additional Travis CI automation:
    • Publish to crates.io
    • Update version in Cargo.toml on Git tag

v0.2.0

Choose a tag to compare

@maur1th maur1th released this 26 Sep 01:12
  • Fix recursive diff for arrays in objects
  • Refactor diff_env into a generic feature
  • Fix escaping by using the unescape crate

v0.1.2

Choose a tag to compare

@maur1th maur1th released this 12 Aug 22:30
  • Trim content before and after container_definitions value
  • Ignore input of non ASCII printable characters

v0.1.1

Choose a tag to compare

@maur1th maur1th released this 12 Aug 20:45

Minor fixes:

  • Ensure the first character is a double quotes
  • Change error message

v0.1.0

Choose a tag to compare

@maur1th maur1th released this 11 Aug 23:40

Initial release