Skip to content

0.17.0

Compare
Choose a tag to compare
@bryanjos bryanjos released this 13 Oct 17:24
· 303 commits to master since this release
  • Breaking
    • Geo.JSON.encode and Geo.JSON.decode now do not do any JSON parsing at all and
      instead work on a map representation of GeoJSON. All JSON encoding and decoding
      must be done before or after calling those functions.