Releases: AdWerx/street-address
Releases · AdWerx/street-address
Updates for identifying address as an intersection
Some addresses were able to be parsed without a street
but with a street2
. The presence of street2
would cause the address to think it was an intersection, but then fail to concat the nil
value of street as part of the final string. This would throw an error. An errant address may still not get parsed perfectly, but errors should not occur from that situation with this update.