All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.0 - 2021-03-05
- Added
thematicBreak
case toDiscussionPart
enumeration. 929d3fe by @mattt. - Added
authors
case toCallout
enumeration. #10 by @mattt. - Added support for custom callouts using the
Custom(<#title#>)
delimiter. b7eca9 by @mattt. - Added and expanded symbol documentation throughout project. #12 by @mattt.
- Changed
CommonMark
dependency to 0.5 8ce896c by @mattt. - Changed supported Swift versions to 5.2 and 5.3. #5 by @mattt.
- Changed APIs to use exported CommonMark types instead of
String
. #6 by @mattt. #8 by @mattt. - Changed
Callout
cases to have titlecase raw values. #10 by @mattt.
- Fixed example usage in README. 795167b by @mattt.
0.2.1 - 2020-05-27
- Fixed handling of conventional bullet list items. #3 by @mattt.
0.2.0 - 2020-05-01
- Changed
Documentation
to adoptHashable
. ec23175 by @mattt. - Changed
CommonMark
dependency to 0.4 f395f3b by @mattt.
0.1.0 - 2020-04-10
- Added
Parameter
type. 6f126307 by @mattt.
- Changed
Callout
to be a top-level type. db4ae05 by @mattt. - Changed
Callout
to adoptCustomStringConvertible
. 87265cd by @mattt. - Changed
DiscussionPart
to be an enumeration. #2 by @mattt.
0.0.5 - 2020-03-16
- Fixed parsing of single parameter items. 431f418 by @mattt.
0.0.4 - 2020-01-25
- Added
isEmpty
property toDocumentation
. b6304e76 by @mattt.
0.0.3 - 2020-01-24
- Changed CommonMark dependency to 0.2.0. 9f4e0f42 by @mattt.
0.0.2 - 2020-01-23
- Changed CommonMark dependency to use tagged release. d6897094 by @mattt.
0.0.1 - 2020-01-21
Initial release.