- Shipped
- September 2, 2026 at 4:34 PM UTC
- Author
- Kamo
- Commit
- 37fe11c
Splitting the suite out of addressLine was not enough — it left the street and the city sharing a line with the unit printed beneath them, which is worse than the run-on it replaced. A real address came out as '4300 West Tropicana Ave Building A Main Floor Suites 110-132, Las Vegas, NV 89103'. Both blocks now carry addressLines: the street, then the suite if there is one, then the city line — a list rather than named fields because only the renderer would otherwise know the order, and a list drops missing parts without leaving a dangling separator or a blank line. Empty when the record has no address.