F# Data v2.2.0 Release Notes

Release Date: 2015-03-22 // about 9 years ago
    • โž• 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.