Breaking
- None.
Enhancements
-
Sass support now provided by
libsass
viasassc
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
andPackage.swift
files are
present. Add--build-tool-flags
as a preferred alias for
--xcodebuild-flags
.
John Fairhurst
#487
Bug Fixes
-
Preserve non-latin characters in guide filenames and heading IDs.
John Fairhurst
#1091 -
Generate correct html for custom categories containing special
characters.
John Fairhurst
#945 -
Fix crash on files with misplaced documentation comments.
John Fairhurst
#1083