Skip to content

Latest commit

 

History

History
215 lines (122 loc) · 5.68 KB

CHANGELOG.md

File metadata and controls

215 lines (122 loc) · 5.68 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.2.1 (2021-07-23)

Features:

Added 2 new functions to make notifications more customizable:

  • verifyAndParseNotification
  • composeNotificationResponse

3.2.0 (2021-03-22)

Features

  • 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)

Now is live, 3.1.2 was a bad build

Bug Fixes

  • notification-response: Add 'FAILED' response (f45ca35)

3.1.2 (2020-08-18)

Bug Fixes

  • notification-response: Add 'FAILED' response (f45ca35)

3.1.1 (2020-08-10)

Bug Fixes

  • Typescript: Now the Client Class is exported, thanks @zappen999 (750885c)

3.1.0 (2020-02-07)

Bug Fixes

  • serialization: fix over 0 case omited (b6780fb)

Features

  • chore: added example for testing the serialization (9b7135f)

3.0.1 (2018-10-24)

Bug Fixes

  • packages: update libs
  • package: update axios to version 0.18.0 (b75a646)
  • serialization: Fix serializing arrays (11dd576)

3.0.0 (2018-02-05)

Bug Fixes

  • Modified README to 3.0.0 (4a7c2b5)

Features

  • chore: make better interfaces and specs (3dbacf0)
  • chore: remove validations, and clean up some code (e1cded1)

2.0.7 (2017-12-19)

Updates

  • Added credit method thanks to @karteekkommana

Fixes

  • Fix a field on SelectAccount

2.0.5 (2017-12-12)

Updates

  • Better configuration

Fixes

  • Fixes on examples
  • Fix on create notification response
  • Fix some bugfixes on serialization data

2.0.0 (2017-11-21)

Features

  • 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

Deprecations

  • No more .init()
  • No more callback style

1.3.7 (2017-11-21)

Fixes

  • Fix Error on serialization

1.3.5 (old)

Features

  • Added RequestDirectDebitMandate in deposit
  • Added withdraw (thanks @rizr)
  • Added approveWithdrawal (thanks @rizr)
  • Added denyWithdrawal (thanks @rizr)

Fixes

  • Remaining field in charge method
  • Use uuid instead node-uuid
  • Updated all attributes

1.2.0 (old)

Features

  • Added charge (thanks @Iteam1337)
  • Added select account (thanks @Iteam1337)

1.1.3 (old)

Features

  • Working for Deposit, Refund and management of notifications.

Fixes

  • Better management of the errors.
  • Correct and fix refund.

1.1.1 (old)

Fixes

  • Fix problems with notifications some example updates.

1.1.0 (old)

Fixes

  • Correct notifications handling, remove "handleNotification" is replaced by "createNotificationResponse", more correct, and added an express server as example.

1.0.4 (old)

Features

  • Updates in packages.
  • Update the load method.
  • Added callback example.
  • Fix paths, problems with the keys.

1.0.0 (old)

Features

  • Firsts release.
  • Added Deposit
  • Added Refund
  • Added handleNotification functions.
  • Added Sign
  • Added verify
  • Added compose requests, and responses done.