github jpsim/SourceKitten 0.14.1
0.14.1: Ya Tu Sabes Gatito

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

This release is the same as 0.14.0, but with a Homebrew distribution fix.
This is the last release to support Swift 2.2 and Swift 2.3.
The next release will require Swift 3.0.

Breaking
  • Embedding frameworks needed by sourcekitten was moved from
    SourceKittenFramework Xcode target to the sourcekitten target.
    The SourceKittenFramework.framework product built by the
    SourceKittenFramework target no longer contains unnecessary frameworks or
    multiple copies of the Swift libraries.
    Norio Nomura
  • Require passing compiler arguments to index command.
    Brian Gesiak
  • Remove --compilerargs CLI flag. Arguments are now passed after --.
    Keith Smiley
Enhancements
  • Refactor to unite swift lang syntax types with SwiftLangSyntax protocol.
  • Make SwiftDocKey public.
    Evgeny Suvorov
  • Swift 2.3 support.
    Syo Ikeda
  • The following availability and deprecation values are now exposed for Objective-C APIs.
    • key.always_deprecated
    • key.always_unavailable
    • key.deprecation_message
    • key.unavailable_message
      Jeff Verkoeyen
  • Add SwiftDeclarationKind.PrecedenceGroup.
    JP Simard
Bug Fixes
  • Fix issue where single-line declaration+bodies would include the body in the
    parsed declaration when generating docs.
    JP Simard
    #45
    jazzy#226
  • Fix issue where directories ending with .swift would be considered Swift
    source files.
    JP Simard
    jazzy#586

Don't miss a new SourceKitten release

NewReleases is sending notifications on new releases.