Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

48 lines (36 loc) · 1.33 KB

Changelog

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

Added

  • Publish lib to Hex.pm.
  • Add MIT license to the project.
  • Add Contributing section to the Readme.md.

1.1.3 - 2020-04-06

Changed

  • Use travis CI instead of gitlab CI.
  • Update README.md.
  • Update elixir version to 1.10.

[1.1.2] - 2019-12-09

Fixed

  • Fix calculator value format when the value is greater than or equal to 1000.

[1.1.1] - 2019-12-09

Added

  • Support proxy as an option.

Removed

  • Remove Correios CEP library.

[1.1.0] - 2019-12-04

Added

  • Add ExCorreios.find_address/1 for search an address by a given postal code.

Fixed

  • Fix multiple services calculation.

Changed

  • Improve .gitlab-ci.yml.

[1.0.0] - 2019-09-06

Added

  • Create client to calculate shipping based on one or more services.