All Versions
10
Latest Version
Avg Release Cycle
109 days
Latest Release
1493 days ago

Changelog History

  • v1.2.15 Changes

    February 25, 2020

    โž• Added .Net Standard 2.0 and 2.1 targets

  • v1.2.14 Changes

    February 25, 2020
    • ๐Ÿ†• New build process
    • ๐Ÿ‘‰ Use TryGetValue over ContainsKey+Indexer (Thanks @jnyrup)
    • ๐Ÿ‘‰ Use generic comparison to avoid boxing (Thanks @jnyrup)
  • v1.1.73 Changes

    February 25, 2020

    Assembly has strong name

  • v1.1.72 Changes

    February 27, 2019
    • coordinates are not validated against geographic coordinate bounds, can now be any numeric
    • ๐Ÿ“ฆ assembly file version matching nuget package version
  • v1.1.71 Changes

    February 26, 2019
    • Deserialize LinkedCRS with the href from its properties
    • Not tied to lat/lon coordinates anymore
    • ๐Ÿ”‹ Feature constructor updated to follow the Liskov Substitution Principle
  • v1.1.70 Changes

    January 05, 2019

    ๐Ÿ“ฆ Package changes

    • Issue 101, deserializing a LinkedCRS always errors
    • ๐Ÿ“ฆ Removal of lat long validation from previous package

    General changes

    • More comprehensive git ignore
  • v1.1.68 Changes

    January 05, 2019

    ๐Ÿ“ฆ Package changes:

    • Issue 108, lat long validation in Position constructor

    General Code Changes:

    • Readme file changes
    • Git Ignore changes
    • โœ… Unit test changes
  • v1.1.64 Changes

    August 14, 2017
    • ๐Ÿ›  Fixing null equality check
  • v1.1.63 Changes

    August 08, 2017
    • โž• 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
  • v1.0.62

    June 16, 2017