Skip to content

0.1.5: All That Jazz, Now in Style

Compare
Choose a tag to compare
@segiddins segiddins released this 09 Apr 18:11
· 1144 commits to master since this release
Breaking
  • None.
Enhancements
Bug Fixes
  • Fixed issue where docset would contain duplicate files.
    JP Simard
    #204
  • Fixed installation issues on case-sensitive file systems.
    kishikawakatsumi
  • 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
  • Allow using a version of Xcode that is symlinked to
    /Applications/Xcode.app.
    Samuel Giddins