Skip to content

Releases: fintoc-com/fintoc-node

1.1.2

29 May 21:05
e52876b
Compare
Choose a tag to compare

Version 1.1.2 ๐ŸŽ‰

Fixes ๐Ÿ›

  • GET requests to retrieve specific resources now don't fail with non-specific errors internal to the library.

1.1.1

20 Jun 14:45
536b80a
Compare
Choose a tag to compare

Version 1.1.1 ๐ŸŽ‰

Fixes ๐Ÿ›

  • Allow nested values to be passed around as resource arguments.

1.1.0

14 Dec 12:11
8aadbbd
Compare
Choose a tag to compare

Version 1.1.0 ๐ŸŽ‰

Additions โž•

  • Payment Intents are now supported through the paymentIntents manager located on the Fintoc 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

01 Nov 18:08
86d8a41
Compare
Choose a tag to compare

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