Releases: paulmach/orb
Releases · paulmach/orb
v0.13.0
What's Changed
- ci(go): utilize go.mod for go version by @franzramadhan in #159
- upgrade go.mod's goversion 1.15 -> 1.25 by @paulmach in #175
- fix: adding subdirs so it can be found from the docs by @OlafFlebbeBosch in #172
- Update bson encoding library to mongo-driver/v2 by @lukasbindreiter in #174
- iterface{} -> any and go.mod back down to 1.18 by @paulmach in #177
- geojson: add generic property support to features and collections by @paulmach in #176
New Contributors
- @franzramadhan made their first contribution in #159
- @OlafFlebbeBosch made their first contribution in #172
- @lukasbindreiter made their first contribution in #174
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- Fix typos by @NathanBaulch in #157
- Fix panic on reverse of empty linestrings by @jo-me in #163
- Support for Marshalling to Proto Objects by @kevinkreiser in #154
- geojson: handle extra/foreign members in feature by @paulmach in #164
- fix: return precisely 0.0 from mercator.ToGeo on arm64 by @davidjb in #165
New Contributors
- @NathanBaulch made their first contribution in #157
- @jo-me made their first contribution in #163
- @kevinkreiser made their first contribution in #154
- @davidjb made their first contribution in #165
Full Changelog: v0.11.1...v0.12.0
v0.11.1
v0.11.0
What's Changed
- quadtree: InBoundMatching does not properly accept passed-in buffer by @nirmal-vuppuluri in #139
- encoding/mvt: Do not swallow error cause by @m-pavel in #137
- simplify: Visvalingam, by default, keeps 3 points for "areas" by @paulmach in #140
- encoding/mvt: skip encoding of features will nil geometry by @paulmach in #141
- encoding/wkt: improve unmarshalling performance by @paulmach in #142
New Contributors
- @nirmal-vuppuluri made their first contribution in #139
Full Changelog: v0.10.0...v0.11.0
v0.10.0
v0.9.2
v0.9.1
v0.9.0
v0.8.0
What's Changed
- fix typo by @rubenpoppe in #107
- Fixed a small twister in README.md by @Timahawk in #108
- update github ci to use go 1.19 by @paulmach in #116
- quadtree: fix bad sort due to pointer allocation issue by @paulmach in #115
- geojson: ensure geometry unmarshal errors get returned by @paulmach in #117
- encoding/mvt: remove use of crypto/md5 to compare marshalling in tests by @paulmach in #118
- encoding/wkt: fix panic for some invalid wkt data by @paulmach in #119
New Contributors
- @rubenpoppe made their first contribution in #107
- @Timahawk made their first contribution in #108
Full Changelog: v0.7.1...v0.8.0