Skip to content

Releases: maur1th/task_diff

v0.2.1

17 Jan 00:16
Compare
Choose a tag to compare
  • Move to Rust 2018
  • Additional Travis CI automation:
    • Publish to crates.io
    • Update version in Cargo.toml on Git tag

v0.2.0

26 Sep 01:12
Compare
Choose a tag to compare
  • Fix recursive diff for arrays in objects
  • Refactor diff_env into a generic feature
  • Fix escaping by using the unescape crate

v0.1.2

12 Aug 22:30
Compare
Choose a tag to compare
  • Trim content before and after container_definitions value
  • Ignore input of non ASCII printable characters

v0.1.1

12 Aug 20:45
Compare
Choose a tag to compare

Minor fixes:

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

v0.1.0

11 Aug 23:40
Compare
Choose a tag to compare

Initial release