Skip to content

0.8.4

Compare
Choose a tag to compare
@jpsim jpsim released this 28 Sep 23:55
· 357 commits to master since this release
eb99b40
Breaking
  • None.
Enhancements
Bug Fixes
  • Fix crash when specifying swift_version as a floating point value in
    .jazzy.yaml rather than a string.
    JP Simard
    #860

  • Autolink from parameter documentation and from external markdown documents
    including README. Autolink to symbols containing & < >.
    John Fairhurst
    #715
    #789
    #805

  • Fix Swift 4 declarations containing ampersands (&) being truncated.
    JP Simard