All Versions
104
Latest Version
Avg Release Cycle
51 days
Latest Release
86 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v2.2.0 Changes
March 22, 2015- โ Added constants for more HTTP methods.
- โ Added fix for
thead
element without nestedtr
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.
-
v2.0.15 Changes
September 23, 2014- ๐ Fixed crash when disposing CsvProvider instances.
- โ Add support for UTF-32 characters in JsonValue and JsonProvider.
- Simplify generated API for collections in XmlProvider.
-
v2.0.14 Changes
August 30, 2014- ๐ Fixed handling of HTTP response cookies on some corner cases that .NET doesn't natively support.
-
v2.0.13 Changes
August 29, 2014- ๐ Fixed handling of HTTP response cookies on some corner cases that .NET doesn't natively support.
-
v2.0.12 Changes
August 28, 2014- ๐ Fixed crash on HTTP requests that return 0 bytes.
-
v2.0.11 Changes
August 27, 2014- ๐ Fixed HTTP decompression throwing AccessViolationException's on Windows Phone.