F# Data v2.0.0-beta Release Notes

Release Date: 2014-02-24 // about 10 years ago
    • ๐Ÿ›  Mono fixes.
    • Allow to set the freebase api key globally by using the environment variable FREEBASE_API_KEY
    • ๐Ÿ›  Fixed handling of optional records in JsonProvider.
    • โฌ‡๏ธ Reduced the number of cases where heterogeneous types are used in JsonProvider.
    • ๐Ÿ›  Fixed option option being generated on some cases in JsonProvider.
    • Treat "", null and missing values in the same way in JsonProvider.
    • ๐Ÿ›  Fixed homogeneous arrays to have the same null skipping behaviour as heterogeneous arrays in JsonProvider.
    • ๐Ÿ›  Fixed namespace declarations generating attributes in XmlProvider.
    • ๐Ÿ›  Fixed CsvProvider generating column names with only a space.
    • ๐Ÿ‘ป Return NaN for missing data in WorldBank indicators instead of throwing an exception.
    • Don't throw exceptions in JsonValue.AsArray, JsonValue.Properties, and JsonValue.InnerText.