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.
- Use CI on GitHub Actions.
- Adds github workflow for automate deploying to NPM.
- Fixed mixins invalid
isProd
parameter definition.
- This CHANGELOG file to hopefully serve as an evolving example of a standardized open source project CHANGELOG.
- Lint using Prettier style with Eslint, and added Commitlint.
- CreditCard resource.
- Refund and Capture methods to Payment resource.
- Webhook resource.
- Use
.list
instead.get
for Bank, businessArea and companyTypes resourcess. - Tests.
- Tests coverage output with c8.
- TypeScript definitions.
- Update options object, added a suport to use in production with params
isProd
. - Removed param
baseUrl
from options.. - Refactoring client hash base64.
- Refactoring headers.
- Fixed URI hostname.
- Change
secretId
param intoclientId
. - Fixed Payment resource (Refund and Capture methods).
- Fixed request wrong import names.
- Update README docs.
- Update lib name from
juno-api-node
tojuno-api
. - Fixed name type for payments resource.
- Fixed request wrong import names.
- First release.