Sourced from winnow's changelog.
[0.7.10] - 2025-05-06
Compatibility
- Deprecated
Stream::raw
Features
- Added
Stream::trace
for better customization oftrace
parsersFixes
- Remove
initial
fromTokenSlice
/LocatingSlice
s Debug implStream::trace
prints non-pretty output for&[T]
andTokenSlice<T>
a2eed30
chore: Releaseaf1225a
docs: Update changelogec852b5
Merge pull request #661
from epage/trace5acc4e7
docs: Provide example of custom Debug for lexingbc06ccb
fix(stream): Don't use 'pretty' dump for Slice/TokenSlicead87453
fix(stream): Decouple BStr's trace from debug0184e67
fix(stream): Deprecated Stream::raw34480fd
feat(stream): Give streams direct control over 'trace' outputd607525
fix(stream): Remove initial input from debug reprs07f43d3
test(stream): Use snapbox