Releases: fsprojects/FSharp.Data
2.2.5
2.2.4
Relax the parsing of the charset field in HTTP response headers to accommodate servers not 100% compliant with RFC2616.
Fix parsing of HTML lists with links.
Fix parsing of HTML pages with tables and lists with the same name.
Fix parsing of HTML documents with missing closing tags.
2.2.3
2.2.2
2.2.1
Improved performance of JsonValue.Parse().
Fixed crash processing HTTP responses without content type.
Fixed encoding from content type not being used on the POST requests.
Improved compatibility with different versions of FSharp.Core.
Added BasicAuth helper to HttpRequestHeaders.
2.2.0
Added constants for more HTTP methods.
Added fix for thead
element without nested tr
element.
Improved global inference in XmlProvider.
Write API for CsvProvider.
Remove Freebase provider.
Improve support for loading big CSV files in CsvProvider.
Fix possible stack overflow in HTML parser.
Exclude elements with aria-hidden attribute when parsing tables in HtmlProvider.
Use ISO-8601 format when outputing dates.
Fix parsing of HTML closing tags with numbers.
Fixed handling of URI's with fragment but no query.
Fixed arrays created with XML provider having unneeded parent tags on some situations.
Allow to parse rows in CsvProvider without having to create a CsvFile.
2.1.1
2.1.0
2.1.0-beta2
v2.1.0-beta2 Update RELEASE_NOTES.md
2.1.0-beta
v2.1.0-beta Update release notes