All Versions
92
Latest Version
Avg Release Cycle
36 days
Latest Release
427 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v2.1.0
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
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
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
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
August 30, 2014- ๐ Fixed handling of HTTP response cookies on some corner cases that .NET doesn't natively support.
-
v2.0.13
August 29, 2014- ๐ Fixed handling of HTTP response cookies on some corner cases that .NET doesn't natively support.
-
v2.0.12
August 28, 2014- ๐ Fixed crash on HTTP requests that return 0 bytes.
-
v2.0.11
August 27, 2014- ๐ Fixed HTTP decompression throwing AccessViolationException's on Windows Phone.
-
v2.0.10
August 21, 2014- ๐ Improved performance of JsonValue.ToString().
- ๐ Allow to serialize a JsonValue to a TextWriter.
- ๐ Fixed possible memory leak.
- Accept any MIME type in HTTP requests made by CsvProvider, JsonProvider, and XmlProvider (but still issue a preference).
- ๐ Fix usage of customizeHttpRequest on POST requests.
- ๐ Fixed problem on url creation when ampersands are used in query parameter values.
- โ Added InferTypesFromValues parameter to XmlProvider and JsonProvider to allow disabling infering booleans and numbers from strings.
-
v2.0.9
June 15, 2014- ๐ Support for non-UTF8 encodings in sample files for CsvProvider, JsonProvider, and XmlProvider.
- ๐ Fixed unnecessary character escaping in JsonValue.
- Be more relaxed about mixing different versions on FSharp.Data.