Skip to content

0.11.0: DYLDKitten

Compare
Choose a tag to compare
@jpsim jpsim released this 17 Mar 18:24
· 1183 commits to main since this release
Breaking
  • Now libclang.dylib and sourcekitd.framework are dynamically loaded at
    runtime by SourceKittenFramework to use the versions included in the Xcode
    version specified by xcode-select -p or custom toolchains. If
    SourceKittenFramework clients previously accessed either of these libraries
    directly using their APIs, those are no longer available.
    Norio Nomura
    #167
Enhancements
  • Simplify the process of generating library wrappers and validate library
    wrappers in unit tests.
    JP Simard
  • Support swift test on OS X.
    Norio Nomura
Bug Fixes
  • Fix crash on DOS newlines.
    Norio Nomura
    #315
  • Fix doc.comment blank for many declarations, causing missing Jazzy docs.
    Norio Nomura
    #142
  • Fix "Unrecognized arguments:" error on doc command.
    Norio Nomura
    #174
  • Fix "illegal hardware instruction" error when SourceKitService returns
    string in other than NSUTF8StringEncoding.
    Norio Nomura
    #184