Skip to content

Releases: fsprojects/FSharp.Data

2.4.1

30 Sep 10:09
Compare
Choose a tag to compare

Fix regression introduced in 2.4.0 in HTTP stream reading.

2.4.0

24 Sep 21:13
Compare
Choose a tag to compare

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.

2.3.3

10 Apr 22:31
Compare
Choose a tag to compare

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.

2.3.2

24 Jul 19:18
Compare
Choose a tag to compare

Add support for HTML entities with Unicode characters above 65535.
Improve resilience when parsing invalid Set-Cookie headers.

2.3.1

19 Jun 17:39
Compare
Choose a tag to compare

Add support for specifying timeouts when doing HTTP request.

2.3.1-beta2

21 May 17:29
Compare
Choose a tag to compare
2.3.1-beta2 Pre-release
Pre-release

Preserve response stream in case of HTTP failures.
Handle cookies with commas in their value correctly.

2.3.1-beta1

02 May 17:50
Compare
Choose a tag to compare
2.3.1-beta1 Pre-release
Pre-release

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.

2.3.0

01 May 15:18
Compare
Choose a tag to compare

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.

2.3.0-beta2

21 Dec 01:55
Compare
Choose a tag to compare
2.3.0-beta2 Pre-release
Pre-release

Improved JSON parsing performance by 20%.
Fixed dependencies of NuGet package for PCL profiles 7 and 259.

2.3.0-beta1

11 Oct 19:58
Compare
Choose a tag to compare
2.3.0-beta1 Pre-release
Pre-release

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.