Skip to content

Releases: realm/jazzy

0.2.1: Exclude me

06 May 07:49
Compare
Choose a tag to compare

0.2.1

Breaking
  • None.
Enhancements
  • Added the ability to ignore certain files by passing in an -e/--exclude
    argument to jazzy.
    JP Simard
    #173
Bug Fixes
  • None.

0.2.0: Catching up with Swift

23 Apr 18:48
Compare
Choose a tag to compare

0.2.0

Breaking
Enhancements
  • Use key.accessibility to determine ACL (value coming from SourceKit, which
    is generally more accurate than parsing the declaration for an accessibility
    keyword).
    JP Simard
    #185
Bug Fixes
  • None.

0.1.6: Install me maybe?

23 Apr 18:45
Compare
Choose a tag to compare

Finally, the feature you've been waiting for is now available... you can now install jazzy! lol, just kidding, the last release wasn't installable, so this release fixes that little problem.

0.1.6

Breaking
  • None.
Enhancements
  • None.
Bug Fixes

0.1.5: All That Jazz, Now in Style

09 Apr 18:11
Compare
Choose a tag to compare
Breaking
  • None.
Enhancements
Bug Fixes
  • Fixed issue where docset would contain duplicate files.
    JP Simard
    #204
  • Fixed installation issues on case-sensitive file systems.
    kishikawakatsumi
  • Fixed out-of-bounds exception when parsing the declaration in files starting
    with a declaration.
    JP Simard
    #30
  • Fixed out-of-bounds exception and inaccurate parsed declarations when using
    multibyte characters.
    JP Simard
    #35
  • Fixed parsing issues with keyword functions such as subscript, init and
    deinit.
    JP Simard
    #27
  • Fixed issues where USR wasn't accurate because dependencies couldn't be
    resolved.
    JP Simard
  • Allow using a version of Xcode that is symlinked to
    /Applications/Xcode.app.
    Samuel Giddins

0.1.4: Fixin the Fixins

24 Mar 23:30
Compare
Choose a tag to compare

0.1.3 didn't entirely fix #188, this release attempts to rectify that mishap.

Breaking
  • None.
Enhancements
  • None.
Bug Fixes
  • No longer count undocumented externally declared tokens as undocumented.
    JP Simard
    #188

0.1.3: All The Fixins

24 Mar 23:05
Compare
Choose a tag to compare

Lots of bug fixes in this release. Enjoy!

Breaking
  • None.
Enhancements
  • Improve the styling of dl elements (parsed key-value pairs).
    segiddins
  • Raise exceptions if Xcode requirements aren't met.
    JP Simard
Bug Fixes
  • No longer count initializers with parameters as undocumented.
    JP Simard
    #183
  • No longer crash when a token is missing a USR.
    JP Simard
    #171
  • Fixed encoding issues in some environments.
    James Barrow
    #152
  • No longer count undocumented externally declared tokens as undocumented.
    JP Simard
    #188
  • Fixed --source-directory CLI option.
    JP Simard
    #177

0.1.2: The Rise of the Symlinks, the Prequel

28 Feb 20:30
Compare
Choose a tag to compare
Breaking
  • None.
Enhancements
Bug Fixes
  • (Really) fixes installation as a RubyGem.
    beltex
    #159

0.1.1: The Return of the Symlinks

18 Feb 01:12
Compare
Choose a tag to compare
Breaking
  • None.
Enhancements
  • None.
Bug Fixes

0.1.0: Podspecs Come Alive

28 Jan 22:01
Compare
Choose a tag to compare

sourcekitten

Breaking
  • None.
Enhancements
  • Add the ability to document a Pod from just a podspec, which allows jazzy to
    run on cocoadocs.org.
    Samuel Giddins
    #58
Bug Fixes
  • De-duplicate the sidebar list of extensions and show all children for an
    extension, regardless of how many extensions on a type there are.
    Samuel Giddins

0.0.20: Now with Anti-Skip™ Technology

02 Jan 22:02
Compare
Choose a tag to compare

sourcekitten

Breaking
  • Don't skip declarations with no documentation comments by default.
    Allow skipping using --skip-undocumented.
    JP Simard
    #129
Enhancements
  • Combine abstract and discussion in page overview.
    JP Simard
    #115
Bug Fixes
  • Don't show 'Show in Github' link for types declared in system frameworks.
    JP Simard
    #110