Skip to content

Latest commit

 

History

History
145 lines (99 loc) · 4.33 KB

CHANGES.md

File metadata and controls

145 lines (99 loc) · 4.33 KB

Changes

0.21.0

  • Display implementation of geojson::Value prints` the GeoJSON string

0.20.0

  • Switch to thiserror
  • Add more granular errors
    • GeoJsonUnknownType has been split into NotAFeature and EmptyType
  • Add additional Value context to errors where possible
  • Add conversions from Geo-Types Line, Triangle, Rect and GeometryCollection

0.19.0

  • Update geo-types to 0.6.0
  • Remove unnecessary allocations when parsing GeometryCollection

0.18.0

  • Update geo-types to 0.5.0
  • Update docs
  • Add quick_collection function
  • Add TryFrom impls for JsonObject and JsonValue
  • Add from_json_value! macro

0.17.0

0.16.0

0.15.0

0.14.0

0.13.0

0.12.0

0.11.1

  • Don't inject empty interior rings when converting to geo Polygons

0.11.0

  • Switch 'geo' dependency to 'geo-types'

0.10.0

  • Deserialize Optimizations
  • Expand docs with parsing examples and corner cases, and enable conversion docs
  • Update GeoJSON spec links to point to published standard
  • Bump geo and num-traits crates.
  • Bump geo dependency: 0.7 -> 0.8.

0.9.0

  • Don't publicize assert_almost_eq macro
  • Bump geo: 0.4 → 0.6
  • Use docs.rs for documentation links

0.8.0

0.7.1

0.7.0

0.6.0

0.5.0

0.4.3

0.4.2

0.4.1

0.4.0

0.3.0