MISC
- Omit null-valued fields from serialized address requests (#38):
Request\Address::jsonSerialize()no longer emitsnullvalues, so optional attributes such asstate_codeare left out of the payload instead of being sent asnull(which CentralStation rejects with HTTP 422).