jazzy v0.1.5 Release Notes

  • ๐Ÿ’ฅ Breaking
    • None.
    โœจ Enhancements
    • โž• Added --readme command line option.
      segiddins #196

    • Cleaned up front end HTML & CSS.
      JP Simard #95

    • "Show on GitHub" links now link to line-ranges for multi-line definitions.
      JP Simard #198

    ๐Ÿ› 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