All Versions
5
Latest Version
Avg Release Cycle
42 days
Latest Release
2482 days ago
Changelog History
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/DeprecateWirecard
as it does not meet the standards of
this library. -
v1.1.0 Changes
April 22, 2018Core
- Introduces the
Gringotts.Money
protocol (#71)- Deprecates use of
floats
for money amounts, see #62 for motivation.
- Deprecates use of
- โ Removes payment worker! No application, no worker as per the community's suggestion (#118).
Miscellaneous
- Introduces the
-
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.
- No need to pass the name of the
-
v1.0.1 Changes
December 23, 2017Core
- ๐ Improved documentation by making them consistent across gateways.
- ๐ Improved test coverage, though tests need some more :heart: