Skip to content

0.11.0

Compare
Choose a tag to compare
@jpsim jpsim released this 14 Sep 00:07
· 177 commits to master since this release
34ac6b1
Breaking
  • None.
Enhancements
  • Sass support now provided by libsass via sassc instead of the
    deprecated Ruby Sass gem.
    John Fairhurst

  • Update bundled jQuery to 3.4.1 (all themes).
    Paul Idstein

  • Support Xcode 11 Swift projects that pass a response file to the Swift
    compiler.
    John Fairhurst
    #1087

  • Generate Swift docs from a Swift Package Manager package without
    requiring an Xcode project file. Add --swift-build-tool to choose
    the build method if both .xcodeproj and Package.swift files are
    present. Add --build-tool-flags as a preferred alias for
    --xcodebuild-flags.
    John Fairhurst
    #487

Bug Fixes