F# Data v3.0.0-beta4 Release Notes

Release Date: 2018-07-08 // over 5 years ago
    • ๐Ÿ“œ (Breaking Change) Ignore culture when parsing JSON to better match the JSON spec.
    • ๐Ÿ›  Fixed handling of empty cookie headers.
    • (Breaking Change) Don't silently convert decimals and floats to integers in JsonProvider.
    • ๐Ÿ‘Œ Improved the performance of the type provider design time components.
    • ๐Ÿ“œ Preserve white-space when parsing XML.
    • Recognise media type application/json-rpc as text.
    • ๐Ÿ›  Fix parsing of escaped charaters in string literals within HTML script tags.
    • โž• Added constants for HTTP status codes.
    • โž• Added support for schemas (XSD) in the XmlProvider.