Releases: realm/jazzy
Releases · realm/jazzy
0.2.4: Copy, Right?
Breaking
- None.
Enhancements
- Improved how SourceKitten is vendored.
JP Simard - Show type declaration under its title.
pcantrell - Added support for custom assets: pass
--assets-directory
to jazzy.
gurkendoktor - Added support for custom copyright text: pass
--copyright
to jazzy.
emaloney
Bug Fixes
0.2.3: Xcode, I choose you!
Breaking
- None.
Enhancements
- The
jazzy
CLI now accepts a--swift-version
option (defaulting to 1.2),
and will automatically find an appropriate Xcode installation.
Samuel Giddins
#214
Bug Fixes
- Declarations with no USR will no longer be documented.
JP Simard
0.2.2: Groomed Stache
0.2.1: Exclude me
0.2.0: Catching up with Swift
0.2.0
Breaking
- Jazzy now only supports projects using Swift 1.2.
JP Simard
#170 - Increase default minimum ACL to public.
JP Simard
#186
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?
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
- Make the gem installable.
Samuel Giddins
0.1.5: All That Jazz, Now in Style
Breaking
- None.
Enhancements
- Added
--readme
command line option.
segiddins
#196 - Cleaned up front end HTML & CSS.
JP Simard
#95 - "Show on GitHub" links now link to line-ranges for multi-line definitions.
JP Simard
#198
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
0.1.3: All The Fixins
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