All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.4.6 - 2019-07-16
Internal changes:
- Change example to automatically determine filename
- Migrate to Rust 2018
- use
derive
feature overserde_derive
crate
0.4.5 - 2019-03-26
- Implement common traits for Diagnostic and related types
- Fix out of bounds access in parse_snippet
0.4.4 - 2018-12-13
- Make Diagnostic::rendered public.
- Revert faulty "Allow multiple solutions in a suggestion"
0.4.3 - 2018-12-09 - yanked!
- Allow multiple solutions in a suggestion
- use
RUSTC
environment var if present
0.4.2 - 2018-07-31
- Expose an interface to apply fixes on-by-one
- Handle invalid snippets instead of panicking
0.4.1 - 2018-07-26
- Ignore duplicate replacements
0.4.0 - 2018-05-23
- Filter by machine applicability by default