v0.9.0 (2019-10-06)
Closed issues:
- Please add Styler example in the documentation #179
- [Attributed Strings] Can the
Styler
know which list item marker was parsed? #176 - Error: 'cmark_export.h' file not found with <angled> include; use "quotes" instead #175
- GIFF Support #174
- Help: Set Default Font #168
- [Testing] Adding a snapshot testing framework #165
- Adding a snapshot test framework #164
- XCode Beta 4 Build Error #162
- [Attributed Strings] Create default
Styler
for attributed string rendering #138 - [Help out] Collaborators wanted! Help us improve Down #105
- [DownView] Support for internal links? #93
Merged pull requests:
- [Feature] Create default
Styler
for attributed string rendering #177 (johnxnguyen) - Resolve xcode11beta4 issue. #170 (ykphuah)
- Minor documentation fix #169 (nighthawk)
v0.8.6 (2019-07-11)
Closed issues:
Merged pull requests:
v0.8.5 (2019-06-13)
Closed issues:
Merged pull requests:
- [SPM] Fixes error with missing headers #154 (aasimk2000)
- Create Public Initializer for DebugVisitor #153 (mfcollins3)
v0.8.4 (2019-06-04)
Closed issues:
- [Carthage] Missing required module 'libcmark' #120
Merged pull requests:
- Add Swift Package Manager support #150 (aasimk2000)
- [AST] Replace line separator with paragraph separator. #149 (fgulan)
v0.8.3 (2019-05-15)
Closed issues:
- Pass DownOptions to DownView #147
Merged pull requests:
v0.8.2 (2019-05-10)
Merged pull requests:
v0.8.1 (2019-04-26)
Merged pull requests:
- [Swift] Update to Swift 5.0 #145 (iwasrobbed)
v0.8.0 (2019-04-24)
Closed issues:
- 0.7.0 problems with NSAttributedString.Key #139
Merged pull requests:
- [Down] Add new
unsafe
option #143 (iwasrobbed) - Bump cmark to 0.29.0 #142 (larryonoff)
v0.7.0 (2019-04-24)
Implemented enhancements:
- [Documentation] AST API #134
- [Attributed Strings] Line spacing more than expected #121
- [Down] Rendering to attributed string is really slow, requires main thread #100
Merged pull requests:
- Set Swift version 4.0 in podspec #140 (larryonoff)
- [Cleanup] Comment docs, example apps, and whitespace #136 (iwasrobbed)
- [Feature] Create API for parsing to AST and NSAttributedString #132 (johnxnguyen)
v0.6.6 (2019-04-11)
Closed issues:
- Swift 4/5 compatibility #131
Merged pull requests:
v0.6.5 (2019-04-02)
Merged pull requests:
v0.6.4 (2019-03-30)
Closed issues:
Merged pull requests:
v0.6.3 (2019-03-27)
Implemented enhancements:
- [DownView] Doesn't reflow text on orientation change #111
Fixed bugs:
- Crash rendering markdown #126
Closed issues:
- Cocoapods: libcmark #124
- Use with storyboards #123
- support for audio markdown? #122
- [Down] Can't render toAttributedString while app is in background #116
Merged pull requests:
- Fix crash from missing parser.h include #129 (phoney)
- Make the DownView reflow text on device rotation #127 (phoney)
v0.6.2 (2018-11-28)
Implemented enhancements:
- [cmark] Some characters are escaped twice #99
Fixed bugs:
- \[cmark\] Some characters are escaped twice #99
Merged pull requests:
v0.6.1 (2018-11-23)
Closed issues:
- 2 Swift Compiler Errors when installing Down on iOS #117
- How to update to the latest version of the cmark library #115
Merged pull requests:
- [travis] Update to retry #114 (iwasrobbed)
- Fix macOS Platform, Custom URL Scheme Handler, Polish Demos. #110 (chriszielinski)
v0.6.0 (2018-11-10)
Implemented enhancements:
- [iOS 10+] Warnings for WebKit signal service and latex.c #94
- Update cmark version to latest stable release #84
Closed issues:
- HTML to Markdowndow? #107
- Blockquote does not work in NSAttributedString #106
- Support for Dynamic Type #90
Merged pull requests:
- [Down] Bump to v0.6.0 #113 (iwasrobbed)
- [cmark] Update lib to v0.28.3 #112 (phoney)
- Update project to Xcode 10 #109 (funkyboy)
v0.5.3 (2018-09-19)
Implemented enhancements:
- ” not being rendered #95
- Update issue templates #101 (iwasrobbed)
Fixed bugs:
- [Xcode 10] Crash in XCBuildService; need to use old build system #91
Closed issues:
- DownView font size on iPad is huge #102
- Is there a way to convert NSAttributedString back to markdown? #98
- Back Gesture #96
- Access for #92
- Image size NSAttributedString #89
- Dependency analysis warnings with Cocoapods #88
- WatchKit Support #71
- Installation via Swift Package Manager #61
Merged pull requests:
- [Xcode 10][Carthage] Use new build system #104 (torokzsolt)
- Updates the project settings to use the Legacy Build System. #97 (pieromattos)
- [Release] v0.5.2 #87 (iwasrobbed)
v0.5.2 (2018-05-05)
Merged pull requests:
v0.5.1 (2018-03-03)
Closed issues:
DocumentReadingOptionKey
Error via pod #80
Merged pull requests:
- Add optional stylesheet argument for NSAttributedString renderer #79 (kengruven)
- Roll up cmark's COPYING sections into the top-level LICENSE file #78 (kengruven)
- Update supported versions in README #77 (kengruven)
v0.5.0 (2018-02-24)
Implemented enhancements:
- Fix/update example app #58 (iwasrobbed)
Fixed bugs:
- Building for tvOS fails #49
- Fix Carthage builds #72 (tonyarnold)
- Fix/update example app #58 (iwasrobbed)
Closed issues:
- Swift 3+ convention for capitalization #74
- macOS 10.11 support? #73
- Installing with Carthage for Mac fails #70
- Error building/installing Down #69
- get heigth when add downview to other view? #67
- iOS8 crash #66
- Image caching #65
- Some warnings to fix #64
- build error #63
- Lists and paragraph spacing #62
- Converting Markdown string to HTML with emojis #60
- Syntax highlighting themes #59
- Compiling error on example project #57
- Compilation error using Carthage #54
Merged pull requests:
- Use lower-case Swift 3 convention for DownOptions #76 (kengruven)
- Lower MACOSX_DEPLOYMENT_TARGET to include El Capitan #75 (kengruven)
- WebKit not available on watchOS. #56 (128keaton)
- Update README.md #55 (128keaton)
- Updated Copyright year in ReadMe file #53 (jobinsjohn)
v0.4.2 (2017-10-21)
Closed issues:
- Push v0.4.1 to cocoapods #51
Merged pull requests:
- [tvOS] Conditionally compile DownView #52 (iwasrobbed)
v0.4.1 (2017-10-04)
Closed issues:
Merged pull requests:
- Adds filters to remove Xcode-specific warnings #48 (128keaton)
- Fixes issue #43 #47 (128keaton)
- Update to Swift 4 #46 (iwasrobbed)
- Fixed error with accessing shared workspace. #44 (mjzac)
v0.4.0 (2017-08-31)
Implemented enhancements:
Closed issues:
- Unable to build with Xcode 9 #41
- Can not load local image and link to local .md file #40
- Fenced code syntax highlighting #35
- down.toAttributedString() custom text font and image size #33
Merged pull requests:
v0.3.5 (2017-05-25)
Implemented enhancements:
- Disable analysis of cmark source code #31 (tonyarnold)
v0.3.4 (2017-05-13)
Merged pull requests:
- Suggested project fixes/changes #28 (tonyarnold)
- Add the ability to initialise a DownView using a custom template bundle #27 (tonyarnold)
v0.3.3 (2017-03-09)
Implemented enhancements:
- Add OS X support #6
Merged pull requests:
v0.3.2 (2017-02-26)
Implemented enhancements:
- Create changelog #20
Closed issues:
- A faster substitute to NSHTMLTextDocumentType? #23
- How to update DownView content and keep the style? #19
Merged pull requests:
- Add tvOS support #24 (invliD)
- v0.3.1: Add the ability to update DownView content #22 (iwasrobbed)
v0.3.1 (2017-02-09)
Closed issues:
- How to keep UITextView font style #21
- Define custom fonts #18
- Render progress #17
- Disable zoom WebView #16
- Text Size of DownView too small #15
- How to customize the Font? #14
- Support Images #13
- How to manually install (w/o Carthage or CocoaPods) #12
- Add support for Carthage #8
v0.3 (2016-10-12)
Implemented enhancements:
Closed issues:
- Can you give an example how to custom the parser? #9
Merged pull requests:
- Swift 3 #11 (azeff)
- Adds a few extra tests where possible #7 (iwasrobbed)
- DownView rendering to close #3 #5 (iwasrobbed)
v0.2 (2016-06-02)
Implemented enhancements:
- Add attributed string support #2
- Adds attributed string rendering #4 (iwasrobbed)
v0.1.1 (2016-06-01)
Implemented enhancements:
- Add CocoaPods support & cmark license #1 (iwasrobbed)
v0.1 (2016-06-01)
* This Change Log was automatically generated by github_changelog_generator