GeoJSON.NET v1.1.63 Release Notes

Release Date: 2017-08-08 // over 6 years ago
    • โž• Add generic Feature<TGeometry, TProps> class
    • Replace GeoJsonObject.Type by abstract read-only property
    • ๐Ÿšš Make Point.Coordinates readonly & remove parameterless constructor
    • Increase immutability of Polygon and LineString & avoid explicit List types
    • ๐Ÿ“‡ Rename Converters & extend previous work to more classes
    • ๐Ÿ‘‰ Make MultiPoint & MultiPolygon immutable and improve corresponding converters
    • ๐Ÿ‘‰ Make Position formally immutable (and smaller in memory)
    • Let Feature derive from Feature<TGeometry, TProps>
    • ๐Ÿšš Position.cs: remove redundant null checks & remove misleading comment
    • โž• Add missing and fix existing XML docs.
    • โœ‚ Remove code that removes DefaultCRS