All notable changes to omise-node project will be documented in this file. Use Semantic Versioning.
- Status added to ICharge interface. (#213)
- Added support for partial capture (#203)
- Fixed Next.js build issue (#190)
- Fixed security risk on logging (#185)
- Fixed sonarcloud issue (#184)
- Added coding standard and replace bluebird with build in promise (#183)
- Add
phone_number
in source params (#147). - Fix authentication for customer schedules (#143).
- Fix GET/DELETE requests contain request body.
- Add destroy method TS definition for Schedules API
- Add missing typescript definitions.
- Add
Charge.expire
API.
- Add
Account.update
API.
- Fix typo.
- Add support of capability API.
- Support for Charge reverse api.
- Add listCard([,data]) option.
- Add Events API support.
- Update list() doc.
- Fix list pagination.
- Add
omiseVersion
config that support addingOmise-Version
http header to the api request. - Improve test by cleaning up unused vars.
- Remove token creation example.
- Add handling card data information.
- Add Recipients API support.
- Add Disputes API support.
- Fixed remote tests.
- This CHANGELOG file.