All Versions
109
Latest Version
Avg Release Cycle
50 days
Latest Release
758 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v2.4.1 Changes
September 30, 2017- ๐ Fix regression introduced in 2.4.0 in HTTP stream reading.
-
v2.4.0 Changes
September 24, 2017- ๐ Fix css selectors not working outside the body element.
- โ Add support for Multipart Form Data content in the HTTP implementation.
- โ Added TryParse to JsonValue.
- ๐ Fix parsing of self closing HTML tags.
- ๐ FSharp.Core 4.3.0.0 (F# 3.0), .NET 4.0, and PCL profile 47 are no longer supported.
-
v2.3.3 Changes
April 10, 2017- Specify kind on Date header to UTC.
- ๐ Support for escaped special characters in CSS selectors.
- ๐ Fix crash when saving CSV files with nulls.
- ๐ Fix leakage of connections when HTTP requests time out.
- ๐ Fixed numbers not being preserved correctly when generating names.
- ๐ Fixed DOCTYPE being dropped when saving HTML documents.
- โ Added omission on the API that prevented creating HTML CDATA elements.
- ๐ Improved performance when parsing CDATA in HTML documents.
- ๐ Improve performance of number and DateTime parsing.
-
v2.3.2 Changes
July 24, 2016- โ Add support for HTML entities with Unicode characters above 65535.
- ๐ Improve resilience when parsing invalid Set-Cookie headers.
-
v2.3.1 Changes
June 19, 2016- โ Add support for specifying timeouts when doing HTTP request.
-
v2.3.1-beta2 Changes
May 21, 2016- Preserve response stream in case of HTTP failures.
- ๐ Handle cookies with commas in their value correctly.
-
v2.3.1-beta1 Changes
May 02, 2016- ๐ Fix runtime parsing of optional records with empty strings in JsonProvider.
- โ Added HTML CSS selectors to browse the DOM of parsed HTML files using the jQuery selectors syntax.
- ๐ Fix round tripping of XmlProvider generated types.
-
v2.3.0 Changes
May 01, 2016- ๐ Handle cookies with "http://"-prefixed domain value correctly.
- ๐ Fixed Pre and Code HTML tags loosing the formating.
- โ Added LINQPad samples.
- ๐ Fixed quotes not being escaped when saving CSV files.
- ๐ Fixed crash on systems where WebRequest.DefaultWebProxy is null.
-
v2.3.0-beta2 Changes
December 21, 2015- ๐ Improved JSON parsing performance by 20%.
- ๐ Fixed dependencies of NuGet package for PCL profiles 7 and 259.
-
v2.3.0-beta1 Changes
October 11, 2015- ๐ Support for PCL profile 7 and PCL profile 259.
- โ Added support for single column CSV files in CsvProvider.
- ๐ Fix saving of CSV files with cells spanning multiple lines.
- ๐ Fixed parsing of HTML tables with headers spanning multiple rows.
- ๐ Fixed parsing of HTML definition lists without description elements.