-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from iwasrobbed/downview
v0.3.1: Add the ability to update DownView content
- Loading branch information
Showing
6 changed files
with
185 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Please help prevent duplicate issues before submitting a new one: | ||
|
||
* [ ] I've searched other open/closed issues for duplicates before opening up this new issue. | ||
|
||
# Report | ||
|
||
## What did you do? | ||
|
||
ℹ Please replace this with what you did. | ||
|
||
## What did you expect to happen? | ||
|
||
ℹ Please replace this with what you expected to happen. | ||
|
||
## What happened instead? | ||
|
||
ℹ Please replace this with what happened instead (e.g. the issue). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# Change Log | ||
|
||
## [Unreleased](https://github.com/iwasrobbed/Down/tree/HEAD) | ||
|
||
[Full Changelog](https://github.com/iwasrobbed/Down/compare/v0.3.1...HEAD) | ||
|
||
**Closed issues:** | ||
|
||
- How to update DownView content and keep the style? [\#19](https://github.com/iwasrobbed/Down/issues/19) | ||
|
||
## [v0.3.1](https://github.com/iwasrobbed/Down/tree/v0.3.1) (2017-02-09) | ||
[Full Changelog](https://github.com/iwasrobbed/Down/compare/v0.3...v0.3.1) | ||
|
||
**Closed issues:** | ||
|
||
- How to keep UITextView font style [\#21](https://github.com/iwasrobbed/Down/issues/21) | ||
- Define custom fonts [\#18](https://github.com/iwasrobbed/Down/issues/18) | ||
- Render progress [\#17](https://github.com/iwasrobbed/Down/issues/17) | ||
- Disable zoom WebView [\#16](https://github.com/iwasrobbed/Down/issues/16) | ||
- Text Size of DownView too small [\#15](https://github.com/iwasrobbed/Down/issues/15) | ||
- How to customize the Font? [\#14](https://github.com/iwasrobbed/Down/issues/14) | ||
- Support Images [\#13](https://github.com/iwasrobbed/Down/issues/13) | ||
- How to manually install \(w/o Carthage or CocoaPods\) [\#12](https://github.com/iwasrobbed/Down/issues/12) | ||
- Add support for Carthage [\#8](https://github.com/iwasrobbed/Down/issues/8) | ||
|
||
## [v0.3](https://github.com/iwasrobbed/Down/tree/v0.3) (2016-10-12) | ||
[Full Changelog](https://github.com/iwasrobbed/Down/compare/v0.2...v0.3) | ||
|
||
**Implemented enhancements:** | ||
|
||
- Swift 3.0 support [\#10](https://github.com/iwasrobbed/Down/issues/10) | ||
- Add web view for rendering output [\#3](https://github.com/iwasrobbed/Down/issues/3) | ||
|
||
**Closed issues:** | ||
|
||
- Can you give an example how to custom the parser? [\#9](https://github.com/iwasrobbed/Down/issues/9) | ||
|
||
**Merged pull requests:** | ||
|
||
- Swift 3 [\#11](https://github.com/iwasrobbed/Down/pull/11) ([azeff](https://github.com/azeff)) | ||
- Adds a few extra tests where possible [\#7](https://github.com/iwasrobbed/Down/pull/7) ([iwasrobbed](https://github.com/iwasrobbed)) | ||
- DownView rendering to close \#3 [\#5](https://github.com/iwasrobbed/Down/pull/5) ([iwasrobbed](https://github.com/iwasrobbed)) | ||
|
||
## [v0.2](https://github.com/iwasrobbed/Down/tree/v0.2) (2016-06-02) | ||
[Full Changelog](https://github.com/iwasrobbed/Down/compare/v0.1.1...v0.2) | ||
|
||
**Implemented enhancements:** | ||
|
||
- Add attributed string support [\#2](https://github.com/iwasrobbed/Down/issues/2) | ||
- Adds attributed string rendering [\#4](https://github.com/iwasrobbed/Down/pull/4) ([iwasrobbed](https://github.com/iwasrobbed)) | ||
|
||
## [v0.1.1](https://github.com/iwasrobbed/Down/tree/v0.1.1) (2016-06-01) | ||
[Full Changelog](https://github.com/iwasrobbed/Down/compare/v0.1...v0.1.1) | ||
|
||
**Implemented enhancements:** | ||
|
||
- Add CocoaPods support & cmark license [\#1](https://github.com/iwasrobbed/Down/pull/1) ([iwasrobbed](https://github.com/iwasrobbed)) | ||
|
||
## [v0.1](https://github.com/iwasrobbed/Down/tree/v0.1) (2016-06-01) | ||
|
||
|
||
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters