Skip to content

Releases: SwiftCommerce/AddressManager

0.2.1

29 Mar 12:54
6958313
Compare
Choose a tag to compare

Swift 5

Updated all dependencies and the Swift Tools Version to use Swift 5 🎉

v0.2.0

26 Mar 21:15
94893a6
Compare
Choose a tag to compare

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

18 Mar 13:27
1457632
Compare
Choose a tag to compare

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

12 Mar 15:29
ed4e082
Compare
Choose a tag to compare

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!