SourceKitten v0.3.2 Release Notes

  • ๐Ÿ’ฅ Breaking

    None.

    โœจ Enhancements
    ๐Ÿ› Bug Fixes
    • ๐Ÿ›  Fixed out-of-bounds exception when parsing the declaration in files starting with a declaration.
      JP Simard #30

    • ๐Ÿ›  Fixed out-of-bounds exception and inaccurate parsed declarations when using multibyte characters.
      JP Simard #35

    • ๐Ÿ›  Fixed parsing issues with keyword functions such as subscript, init and deinit.
      JP Simard #27

    • ๐Ÿ›  Fixed issues where USR wasn't accurate because dependencies couldn't be resolved.
      JP Simard