Releases: fintoc-com/fintoc-node
Releases ยท fintoc-com/fintoc-node
1.1.2
1.1.1
Version 1.1.1 ๐
Fixes ๐
- Allow nested values to be passed around as resource arguments.
1.1.0
Version 1.1.0 ๐
Additions โ
- Payment Intents are now supported through the
paymentIntents
manager located on theFintoc
class ๐
Changes โ
- Some of the documentation links were updated
- Changed the internal resource mappings to snake case to be consistent with how we declare a resource name (not really necessary though)
1.0.0
Version 1.0.0 ๐
Bis: Original PR can be found here.
Additions โ
- Add support for every endpoint and resource currently supported by the API itself
- Every resource now includes a
serialize
method to serialize the resource into an object. - Add tests to the SDK to at least have 100% of coverage
- Document the library's capabilities a bit better (user-facing documentation)
Breaking Changes โ
- Change the interface to interact with almost every resource. Refer to the documentation for more information.
- Remove superfluous methods like
showAccounts
that don't fit inside the SDK paradigm.
Fixes ๐
- Fix date management issues that bugged the library