Releases: fsprojects/FSharp.Data
2.4.1
2.4.0
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
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
2.3.1
2.3.1-beta2
Preserve response stream in case of HTTP failures.
Handle cookies with commas in their value correctly.
2.3.1-beta1
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
2.3.0-beta2
Improved JSON parsing performance by 20%.
Fixed dependencies of NuGet package for PCL profiles 7 and 259.
2.3.0-beta1
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.