Files

48 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2014-07-18 12:20:49 +02:00
### 6.2.2
- Option (`PreferHTMLEncoding`) to either prefer HTML or HTTP encoding for generating content
2014-07-13 15:05:48 +02:00
### 6.2.0
- Option to replace images with placeholders
### 6.1.0
- Add RAW HTML content to Article
2014-04-05 11:43:43 +02:00
### 6.0.0
- Support for Universal apps (dropped SL and WP7 support)
### 5.0.0
- HttpOptions for better control over the request
- More reliable scraping of images
- Remove unnecessary attributes from tags
- Allow parsing of multi-page articles
2014-01-16 11:43:21 +01:00
### 4.2.3
- add PrettyPrint option
2014-01-09 11:53:09 +01:00
### 4.2.2
- use encoding found in HTTP headers in first iteration (fixes [issue #6](https://github.com/ceee/ReadSharp/issues/6))
2014-01-04 12:07:24 +01:00
### 4.2.1
- fixes [issue #3](https://github.com/ceee/ReadSharp/issues/3)
2013-12-22 23:31:27 +01:00
### 4.2.0
- use custom encoders if not supported on platform (implemented for ISO-8859 and Windows range).
2013-12-19 21:19:23 +01:00
### 4.1.0
- extract description, favicon and front image from meta tags
- correct encoding - retry reading stream with charset from HTML headers, if not available in HTTP headers or not matching (fixes #1)
### 4.0.0
2013-12-17 22:41:08 +01:00
- migrate PocketSharp.Reader to ReadSharp