All Versions
109
Latest Version
Avg Release Cycle
50 days
Latest Release
808 days ago

Changelog History
Page 6

  • v2.2.5 Changes

    July 12, 2015
    • ๐Ÿ›  Fix HtmlNode.hasClass to work on multi class elements.
  • v2.2.4 Changes

    July 11, 2015
    • ๐Ÿ“œ 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.
  • v2.2.3 Changes

    June 13, 2015
    • ๐Ÿ›  Fixed compatibility with Mono 4.0.
    • ๐Ÿ‘Œ Support for trailing empty columns in CsvProvider.
    • ๐Ÿ›  Fix datetime convertion when epoch date contains positive in timezone part.
  • v2.2.2 Changes

    May 11, 2015
    • ๐Ÿ‘ Allow arrays in addition to objects when detecting Json values inside Xml documents.
    • Simplify generated API for collections in XmlProvider in more cases.
  • v2.2.1 Changes

    May 04, 2015
    • ๐Ÿ‘Œ 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.
  • v2.2.0 Changes

    March 22, 2015
    • โž• 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.
  • v2.1.1 Changes

    December 24, 2014
    • โž• Add SkipRows parameter to CsvProvider.
    • ๐Ÿ‘Œ Improved parsing of numbers.
    • ๐Ÿ›  Fixed XmlProvider so InferTypesFromValues=false works for elements in addition to attributes.
    • Recognise media types application/*+json as text.
    • โ†ช Workarounded Mono bug causing HTTP POST requests to hang.
  • v2.1.0 Changes

    November 02, 2014
    • ๐Ÿ›  Fixed parsing of HTML attributes without value.
    • ๐Ÿ›  Fixed parsing of non-breaking spaces in HTML.
    • ๐Ÿ›  Fixed parsing of CDATA in HTML script elements.
    • ๐Ÿ‘Œ Support for more currency symbols and percent, per mil, and basic point symbols when parsing numbers.
    • Promoted TextConversions to top level.
  • v2.1.0-beta2 Changes

    October 21, 2014
    • ๐Ÿ‘Œ Improve generated table names in HtmlProvider.
    • โž• Added support for lists in addition to tables in HtmlProvider.
    • โž• Added TBA and TBD to list of default missing values.
    • ๐Ÿ“œ Make HTML parser API more C# friendly.
    • ๐Ÿ‘Œ Improve API of HTML operations.
  • v2.1.0-beta Changes

    October 12, 2014
    • ๐Ÿ†• New logo.
    • โž• Added HTML parser and HtmlProvider.
    • Detect and ignore trailing empty header columns in CSV/TSV files.
    • ๐Ÿ›  Fixed strings with only whitespace being lost in JsonProvider.