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.0.1 - 2020-08-20
- Facilitate switching between sandbox and production environments changing
request_post_prefix
andrequest_get_prefix
from module attributes to private functions.
1.0.0 - 2020-05-18
- Add
travis CI
. - Publish lib to Hex.pm.
- Add MIT license to the project.
- Add
Contributing
section to theReadme.md
.
- Rename Yapay context and application name to
ExYapay
. - Update
README.md
.
- Add
locawebcommon
info to the project.
- Fix character issue in the yapay transaction creation.
- Update elixir version to 1.10.
- Add
Transaction.get(token_account, token_transaction)
to get a transaction.
- Remove
Transaction.create
with theYapay
struct.
- Add support for the attributes:
shipping_price
andshipping_type
.
- Add support for the attributes:
reseller_token
andurl_notification
. - Add support for
ibrowse
options andtimeout
.
- Request error handling.
- Change function
Yapay.create_transaction/2
to support:Yapay struct
ormap
.
- Integration with Yapay's transaction API.
- Bootstrap application.