F# Data v2.0.0-alpha5 Release Notes

Release Date: 2014-02-03 // over 10 years ago
    • ๐Ÿ“‡ Renamed the 'FSharp.Data.Json.Extensions' module to 'FSharp.Data.JsonExtensions'.
    • ๐Ÿ“‡ Renamed the 'FSharp.Data.Csv.Extensions' module to 'FSharp.Data.CsvExtensions'.
    • ๐Ÿšš Moved the contents of the 'FSharp.Net', 'FSharp.Data.Csv', and 'FSharp.Data.Json' namespaces to the 'FSharp.Data' namespace.
    • Reuse identical types in JsonProvider.
    • ๐Ÿ‘Œ Improve JsonProvider error messages to include full path of the json part that caused the problem.
    • 0๏ธโƒฃ JsonValue.ToString() now formats (indents) the output by default (can be turned off by using SaveOptions.DisableFormatting).