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

Changelog History
Page 5

  • v2.4.1 Changes

    September 30, 2017
    • ๐Ÿ›  Fix regression introduced in 2.4.0 in HTTP stream reading.
  • v2.4.0 Changes

    September 24, 2017
    • ๐Ÿ›  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.
  • v2.3.3 Changes

    April 10, 2017
    • 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.
  • v2.3.2 Changes

    July 24, 2016
    • โž• Add support for HTML entities with Unicode characters above 65535.
    • ๐Ÿ‘Œ Improve resilience when parsing invalid Set-Cookie headers.
  • v2.3.1 Changes

    June 19, 2016
    • โž• Add support for specifying timeouts when doing HTTP request.
  • v2.3.1-beta2 Changes

    May 21, 2016
    • Preserve response stream in case of HTTP failures.
    • ๐Ÿ– Handle cookies with commas in their value correctly.
  • v2.3.1-beta1 Changes

    May 02, 2016
    • ๐Ÿ›  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.
  • v2.3.0 Changes

    May 01, 2016
    • ๐Ÿ›  Handle cookies with "http://"-prefixed domain value correctly.
    • ๐Ÿ›  Fixed Pre and Code HTML tags loosing the formating.
    • โž• Added LINQPad samples.
    • ๐Ÿ›  Fixed quotes not being escaped when saving CSV files.
    • ๐Ÿ›  Fixed crash on systems where WebRequest.DefaultWebProxy is null.
  • v2.3.0-beta2 Changes

    December 21, 2015
    • ๐Ÿ‘Œ Improved JSON parsing performance by 20%.
    • ๐Ÿ›  Fixed dependencies of NuGet package for PCL profiles 7 and 259.
  • v2.3.0-beta1 Changes

    October 11, 2015
    • ๐Ÿ‘Œ 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.