Skip to content

Releases: SwiftCommerce/AddressManager

0.2.1

Choose a tag to compare

@calebkleveter calebkleveter released this 29 Mar 12:54
6958313

Swift 5

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

v0.2.0

Choose a tag to compare

@calebkleveter calebkleveter released this 26 Mar 21:15
94893a6

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

Choose a tag to compare

@calebkleveter calebkleveter released this 18 Mar 13:27
1457632

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

Choose a tag to compare

@calebkleveter calebkleveter released this 12 Mar 15:29
ed4e082

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!