Skip to content

0.29.0: Kitty Nibble

Compare
Choose a tag to compare
@jpsim jpsim released this 16 Jan 22:35
77a4dbb
Breaking
  • Replace all uses of Int/Int64/NSRange representing byte offsets
    to use newly introduced ByteCount and ByteRange 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