Skip to content

Releases: fsprojects/FSharp.Data

2.2.5

12 Jul 14:32
Compare
Choose a tag to compare

Fix HtmlNode.hasClass to work on multi class elements.

2.2.4

11 Jul 17:59
Compare
Choose a tag to compare

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

13 Jun 18:23
Compare
Choose a tag to compare

Fixed compatibility with Mono 4.0.
Support for trailing empty columns in CsvProvider.
Fix datetime convertion when epoch date contains positive in timezone part.

2.2.2

11 May 11:11
Compare
Choose a tag to compare

Allow arrays in addition to objects when detecting Json values inside Xml documents.
Simplify generated API for collections in XmlProvider in more cases.

2.2.1

04 May 17:22
Compare
Choose a tag to compare

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

22 Mar 19:01
Compare
Choose a tag to compare

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

24 Dec 17:00
Compare
Choose a tag to compare
Revert "Regenerated sig test after merge"

This reverts commit d677976fe21f6231f55a69a14a431fc06af81288.

2.1.0

02 Nov 23:22
Compare
Choose a tag to compare
v2.1.0

Update RELEASE_NOTES.md

2.1.0-beta2

21 Oct 23:01
Compare
Choose a tag to compare
2.1.0-beta2 Pre-release
Pre-release
v2.1.0-beta2

Update RELEASE_NOTES.md

2.1.0-beta

12 Oct 20:43
Compare
Choose a tag to compare
2.1.0-beta Pre-release
Pre-release
v2.1.0-beta

Update release notes