All Versions
109
Latest Version
Avg Release Cycle
50 days
Latest Release
808 days ago
Changelog History
Page 6
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 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.