F# Data v3.0.0-rc Release Notes

Release Date: 2018-10-07 // over 5 years ago
    • 👍 (Breaking Change) Added support for DateTimeOffset to JSON, XML, CSV, and HTML providers.
    • 👍 (Breaking Change) Added support for TimeSpan to JSON, XML, CSV, and HTML providers.
    • Map XSD date to System.DateTime and XSD dateTime to System.DateTimeOffset.
    • 🛠 Fixed large float values being silently converted to int.MinValue when parsing JSON.
    • 👌 Improved handling of invalid cookies.
    • 🛠 Fixes for #1091 - tidying up regex handling in script tags.