All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.1.4 - 2020-04-08
- Publish lib to Hex.pm.
- Add MIT license to the project.
- Add
Contributing
section to theReadme.md
.
1.1.3 - 2020-04-06
- Use
travis CI
instead ofgitlab CI
. - Update
README.md
. - Update elixir version to 1.10.
- Fix calculator value format when the value is greater than or equal to
1000
.
- Support proxy as an option.
- Remove
Correios CEP
library.
- Add
ExCorreios.find_address/1
for search an address by a given postal code.
- Fix multiple services calculation.
- Improve
.gitlab-ci.yml
.
- Create client to calculate shipping based on one or more services.