All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.2.1 (2021-07-23)
Added 2 new functions to make notifications more customizable:
- verifyAndParseNotification
- composeNotificationResponse
3.2.0 (2021-03-22)
- axios: Make it possible to supply axios config (1e1f77c)
- now you can override axios config: added "axiosRequestConfig" field to override axios client configuration (a84f7e2)
3.1.3 (2020-08-25)
- notification-response: Add 'FAILED' response (f45ca35)
3.1.2 (2020-08-18)
- notification-response: Add 'FAILED' response (f45ca35)
3.1.1 (2020-08-10)
- Typescript: Now the Client Class is exported, thanks @zappen999 (750885c)
3.1.0 (2020-02-07)
- serialization: fix over 0 case omited (b6780fb)
- chore: added example for testing the serialization (9b7135f)
3.0.1 (2018-10-24)
- packages: update libs
- package: update axios to version 0.18.0 (b75a646)
- serialization: Fix serializing arrays (11dd576)
3.0.0 (2018-02-05)
- Modified README to 3.0.0 (4a7c2b5)
- chore: make better interfaces and specs (3dbacf0)
- chore: remove validations, and clean up some code (e1cded1)
2.0.7 (2017-12-19)
- Added credit method thanks to @karteekkommana
- Fix a field on SelectAccount
2.0.5 (2017-12-12)
- Better configuration
- Fixes on examples
- Fix on create notification response
- Fix some bugfixes on serialization data
2.0.0 (2017-11-21)
- Rewrite completely in typescript
- Remove unused libs
- Promise style
- You dont need to use anymore init(), it automatically do for you
- And more... Stay tuned
- No more
.init()
- No more callback style
1.3.7 (2017-11-21)
- Fix Error on serialization
1.3.5 (old)
- Added RequestDirectDebitMandate in deposit
- Added withdraw (thanks @rizr)
- Added approveWithdrawal (thanks @rizr)
- Added denyWithdrawal (thanks @rizr)
- Remaining field in charge method
- Use uuid instead node-uuid
- Updated all attributes
1.2.0 (old)
- Added charge (thanks @Iteam1337)
- Added select account (thanks @Iteam1337)
1.1.3 (old)
- Working for Deposit, Refund and management of notifications.
- Better management of the errors.
- Correct and fix refund.
1.1.1 (old)
- Fix problems with notifications some example updates.
1.1.0 (old)
- Correct notifications handling, remove "handleNotification" is replaced by "createNotificationResponse", more correct, and added an express server as example.
1.0.4 (old)
- Updates in packages.
- Update the load method.
- Added callback example.
- Fix paths, problems with the keys.
1.0.0 (old)
- Firsts release.
- Added Deposit
- Added Refund
- Added handleNotification functions.
- Added Sign
- Added verify
- Added compose requests, and responses done.