Releases: paulmach/go.geojson
Releases · paulmach/go.geojson
v1.5.0
What's Changed
- Fix comments on properties.go by @gabber12 in #19
- Add implementation driver Value interface by @kuznetsovin in #16
- Marshal Empty Properties as Empty Object by @cwarden in #22
- go.mod by @jehiah in #23
- add github action to run tests by @paulmach in #24
New Contributors
- @gabber12 made their first contribution in #19
- @kuznetsovin made their first contribution in #16
- @cwarden made their first contribution in #22
- @jehiah made their first contribution in #23
Full Changelog: v1.4...v1.5.0
retag of v1.4
Merge pull request #13 from rubenv/bbox-unmarshal Make sure bounding boxes survive geometry unmarshalling
decode bbox attribute
Merge pull request #13 from rubenv/bbox-unmarshal Make sure bounding boxes survive geometry unmarshalling
Fix marshalling when structs are values, vs. pointers.
v1.3.1 fix readme badges
Feature.ID -> interface{}
Fixes the "Feature.ID can be string or a number" is reals this time. See #5
Feature.ID -> json.Number
A feature identifier (aka. id) should be included and can be either a string or a number as explained in the GeoJSON spec RFC-7946
Geometry can be scanned from string based db result
Merge pull request #3 from gojuno/fix-scan Geometry can be scanned from string
Initial Stable Release
v1.0 geometry.Scan for direct postgis query -> geojson