Skip to content

Latest commit

 

History

History
77 lines (57 loc) · 2.78 KB

CHANGELOG.md

File metadata and controls

77 lines (57 loc) · 2.78 KB

Changelog

v1.1.1 (2023-02-19)

Deps

Updates elixir dep to 1.14 with erlang otp 25. Compiled time warnings have been removed.

Core

Remove the protocol implementation for ex_money since they implement it for us e1cb32.

Gateways

  • Refactored Paymill. Added missing API functions.
  • Remove support of Wirecard as it fails to meet the standards of this library and it is not at all usable. It is being archived in wirecard branch.

v1.1.0 (2018-04-22)

Core

  • Introduces the Gringotts.Money protocol (#71)
    • Deprecates use of floats for money amounts, see #62 for motivation.
  • Removes payment worker! No application, no worker as per the community's suggestion (#118).

Miscellaneous

  • Introduces Response.t (#119).
  • Adds a useful mix task gringotts.new (#78) to help with adding more gateways!
  • Adds changelog, contributing guide (#117).

v1.0.2 (2017-12-27)

Core

  • Reduced arity of public API calls by 1
    • No need to pass the name of the worker as argument.

Gateways

  • Gringotts now supports Trexle as well 🎉

v1.0.1 (2017-12-23)

Core

  • Improved documentation by making them consistent across gateways.
  • Improved test coverage, though tests need some more ❤️

v1.0.0 (2017-12-20)

Initial public API release

Core

  • Single worker architecture, config fetched from config.exs.

Gateways