F# Data v2.0.0-alpha7 Release Notes

Release Date: 2014-02-20 // about 10 years ago
    • ๐Ÿ‘Œ Improved name generation algorithm to cope better with acronymns.
    • ๐Ÿ›  Fixed wrong singularization of words ending with 'uses'.
    • ๐Ÿ›  Fixed handling of repeated one letter names.
    • ๐Ÿ‘Œ Improve HTTP error messages.
    • ๐Ÿ‘Œ Support for more api patterns in ApiaryProvider.
    • Tolerate invalid json and missing data in apiary specifications.
    • ๐Ÿ‘Œ Improved naming of generated types.
    • ๐Ÿ›  Fixed 'SampleIsList' to work with xml and json spanning multiple lines.
    • ๐Ÿ›  Fixed handling of nested arrays in JsonProvider.
    • ๐Ÿ›  Fixed handling of optional arrays in JsonProvider.