All Versions
5
Latest Version
Avg Release Cycle
42 days
Latest Release
2153 days ago

Changelog History

  • v1.1.1-rc Changes

    June 04, 2018

    ๐Ÿš€ The release candidate does some much-needed spring cleaning! ๐ŸŒฌ
    โš  Gringotts is now totally (compile-time) warning free (upto elixir
    ๐Ÿฑ 1.6.5) ๐Ÿ™Œ

    Core

    โœ‚ Remove our implementation of the Gringotts.Money protocol as ex_money
    โœ… implements (and tests!) it for us.
    โšก๏ธ Updated various docs and cleaned up some code smell.

    Gateways

    ๐Ÿ”จ 1. Refactor Paymill, makes it much more readable and also completes
    all the pending functionality. ๐Ÿšš 2. Remove/Deprecate Wirecard as it does not meet the standards of
    this library.

  • v1.1.0 Changes

    April 22, 2018

    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 Changes

    December 27, 2017

    โž• Added

    • ๐Ÿฑ Gringotts now supports Trexle as well ๐ŸŽ‰

    ๐Ÿ”„ Changed

    • api: Reduced arity of public API calls by 1.
      • No need to pass the name of the worker as argument.
  • v1.0.1 Changes

    December 23, 2017

    Core

    • ๐Ÿ‘Œ Improved documentation by making them consistent across gateways.
    • ๐Ÿ‘Œ Improved test coverage, though tests need some more :heart:
  • v1.0.0 Changes

    December 20, 2017

    ๐ŸŽ‰ Initial public API release

    Core

    • ๐Ÿ‘ท Single worker architecture, config fetched from config.exs.

    Gateways