Skip to content

3.0.0-rc

Pre-release
Pre-release
Compare
Choose a tag to compare
@ovatsus ovatsus released this 07 Oct 15:36

(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.