summaryrefslogtreecommitdiffstats
path: root/vendor/expect-test/CHANGELOG.md
blob: afee6bbfb6399e5c97df528d1fdb8df7c66c8e38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 1.4.1

* Use foreground colors instead of background colors to highlight diffs ([#36])

# 1.4.0

* Prefer `CARGO_WORKSPACE_DIR` if set, use heuristic as fallback to find cargo workspace ([#34])

# 1.3.0

* Add `data()` getter to Expect ([#31])
* Support single delimiter version of `expect![]` ([#27])
* Allow users to rebind `expect!` ([#26])

# 1.2.2

* Parse string literals to find their length ([#23])
* Do not use `fs::canonicalize`.

# 1.2.1

* No changelog until this point :-(

[#36]: https://github.com/rust-analyzer/expect-test/pull/36
[#34]: https://github.com/rust-analyzer/expect-test/pull/34
[#31]: https://github.com/rust-analyzer/expect-test/pull/31
[#27]: https://github.com/rust-analyzer/expect-test/pull/27
[#26]: https://github.com/rust-analyzer/expect-test/pull/26
[#23]: https://github.com/rust-analyzer/expect-test/pull/23