v0.2.13: Full content-output parity and stable geocode refs
Full content-output parity and stable geocode refs
query_raw content[] now mirrors every raw element field; geocode pagination keys off stable OSM refs instead of volatile place_ids.
Fixed:
openstreetmap_query_raw—format()renders every element field incontent[](waynodes[], relationmembers[], out-meta fields), not just the hand-picked ones — closes the content[]/structuredContent gap (#20)openstreetmap_geocode—nextExcludeIdsemits stable OSM refs (N/W/R+osm_id) instead of volatileplace_ids, preventing already-seen results from repeating across pages; falls back toplace_idwhen a result carries no OSM ref (#25)
Dependency bumps:
tsc-alias^1.8.17 → ^1.9.0vitest^4.1.9 → ^4.1.10
262 tests pass; bun run devcheck clean.