Files
ReadSharp/CHANGELOG.md
T
2014-01-16 11:43:21 +01:00

25 lines
614 B
Markdown

### 4.2.3
- add PrettyPrint option
### 4.2.2
- use encoding found in HTTP headers in first iteration (fixes [issue #6](https://github.com/ceee/ReadSharp/issues/6))
### 4.2.1
- fixes [issue #3](https://github.com/ceee/ReadSharp/issues/3)
### 4.2.0
- use custom encoders if not supported on platform (implemented for ISO-8859 and Windows range).
### 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
- migrate PocketSharp.Reader to ReadSharp