Releases: SwiftCommerce/AddressManager
Releases · SwiftCommerce/AddressManager
0.2.1
v0.2.0
Address Parsing
Added an AddressParser
service to take freeform addresses and parse them into the AddressContent
components. This can be accessed by the API from the POST /:/addresses/parse
route.
v0.1.1
CORS Middleware
Added CORS middleware to the MiddlewareConfig
instance. This adds the CORS headers to all responses and adds support for OPTIONS
requests. This allows you to interact with the service with with front-end libraries like Axios.
v0.1.0
Falsehoods Programmers Believe About Addresses
👆Which is why I created this thing in the first place. I hope to generally cover all address formats. Granted there are probably some things that don't work , so please, please, file issues.
In the mean time, check out the README!