Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 733 Bytes

CHANGELOG.md

File metadata and controls

22 lines (14 loc) · 733 Bytes

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0]

Added

  • Added custom converters for every BAMCIS.GeoJson type
  • Added an extension to return a list of all the converters
  • Added test project (MultiPolygonTest fails due to string compare, result of System.Text.Json double deserialization removes precision if only .0)
  • Added extension method to add the converters to the JsonSerializerOptions

Changed

  • The order of the values in the array to confirm to GeoJson [longitude, latitude]

Removed

  • n.a.