github jpsim/SourceKitten 0.7.0
0.7.0: Nyan Cat

latest releases: 0.34.1, 0.34.0, 0.33.1...
8 years ago

Thanks to @norio-nomura & @1ec5 for the much needed bug fixes in this release.

Breaking
  • File is now a final class instead of a struct and contents & lines
    are now marked as var. This was done so that mutations to the underlying
    file on disk can be mirrored in a File instance.
    JP Simard
Enhancements

None.

Bug Fixes
  • Fix issue where Swift extensions would pick up documentation from previous
    tokens.
    JP Simard
    #65
  • Fix String.stringByTrimmingTrailingCharactersInSet(_:) returning full string
    when all characters matched character set.
    JP Simard
  • Fix indexOfByteOffset(offset:) failing when string include some emoji.
    Norio Nomura
    #111
  • Fix pragma mark extraction with multibyte characters.
    1ec5
    #114

Don't miss a new SourceKitten release

NewReleases is sending notifications on new releases.