All notable changes to this project will be documented in this file.
v0.7.1 - 2022-11-29
- osm: add Tags.FindTag and Tags.HasTag methods by @paulmach in paulmach#45
- osm: support version as json number or string by @paulmach in paulmach#46
v0.7.0 - 2022-08-17
- remove node/ways/relations marshaling into this packages custom binary format by @paulmach in paulmach#40
v0.6.0 - 2022-08-16
- json: ability to unmarshal osmjson by @paulmach in paulmach#39
- json: add support for external json implementations by @paulmach in paulmach#39
v0.5.0 - 2022-06-07
- replication: ability to get changeset state by @paulmach in paulmach#37
- replication: search for state/sequence number by timestamp by @paulmach in paulmach#38
v0.4.0 - 2022-05-26
- protobuf: port to google protobuf by @OlafFlebbeBosch in paulmach#36
v0.3.0 - 2022-04-21
- osmpbf: preallocation node tags array by @paulmach in paulmach#33
- osmpbf: support "sparse" dense nodes by @paulmach in paulmach#32
- osmpbf: add filter functions by @paulmach in paulmach#30
v0.2.2 - 2021-04-27
- osmpbf: fixed memory allocation issues by @paulmach in paulmach#26
v0.2.1 - 2021-02-04
- osmpbf: reduces memory usage when decoding by @oflebbe in paulmach#22
- Fix some more typos by @meyermarcel in paulmach#23
v0.2.0 - 2021-01-09
- osmpbf: ability to efficiently skip types when decoding by @paulmach in paulmach#18
- osmpbf: use protoscan for a 10%ish performance improvement
- osmpbf: use cgo/czlib to decode protobufs (if cgo enabled), 20% faster on benchmarks @paulmach in paulmach#19
- deprecated node/ways/relations marshaling into this packages custom binary format
8fcda5