Skip to content

Commit a41d1cc

Browse files
committed
docs: Update changelog
1 parent 3803df6 commit a41d1cc

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

crates/snapbox/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,35 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
### Compatibility
11+
12+
Breaking
13+
- Removed deprecated functionality
14+
- Removed `str![[]]` indent support
15+
- Added trailing newline to `str![[]]`
16+
- Made `DataFormat` future-proof
17+
- `...` / `[..]` processing has been tweaked
18+
- Redactions no longer normalize the value (except the new `Path` redactions)
19+
- Change `FilterRedactions` into `NormalizedToExpected`
20+
21+
Other
22+
- Deprecate `eq_` fn's in favor of `eq`
23+
24+
### Features
25+
26+
- jsonlines support
27+
- Regex redactions
28+
- `Path` redactions
29+
- Json "all keys" wildcard support
30+
- Unordered lines / json array support
31+
32+
### Fixes
33+
34+
- Handle more cases with `...`
35+
- Be smarter about which redactions are processed first
36+
- Redact json values on mismatch
37+
- Filter and redact json keys
38+
1039
## [0.5.14] - 2024-05-23
1140

1241
### Compatibility

0 commit comments

Comments
 (0)