F# Data v3.0.0-rc Release Notes
Release Date: 2018-10-07 // over 3 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.