Skip to content

v0.4.0

Compare
Choose a tag to compare
@caseycesari caseycesari released this 18 Sep 17:58
· 34 commits to master since this release

This release is the result of work from @herkit, @eflowbeach, and @jkirsch. Thanks for the PRs.

Features:

  • Passing a single object will return a GeoJSON feature, as opposed to passing an array with one feature, which returns a GeoJSON feature collection (#23).
  • If you already have GeoJSON data, but you want to extend it with additional properties, you can now use the GeoJSON geometry type (see the README and tests for an example) (#25).

Fixes:

  • Coordinates passed as strings are now correctly converted to numbers (#24).