0.29.0: Kitty Nibble
Breaking
- Replace all uses of
Int
/Int64
/NSRange
representing byte offsets
to use newly introducedByteCount
andByteRange
values instead.
This will minimize the risk of accidentally using a byte-based offset
in character-based contexts.
Paul Taykalo
JP Simard
Enhancements
- None.
Bug Fixes
- Improve
key.parsed_declaration
in Swift 5.1+ for declarations on
multiple lines without a body.
John Fairhurst
#633