Skip to content

v0.7.4-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jinalviranii jinalviranii released this 04 Jun 08:07

Added

  • Added support for new frameworks such as Fastify and NestJS.
  • Enabled integration of extension library into any user-preferred framework.
  • Introduced support to access getPlatformClient, getPartnerClient, and getApplicationClient via the setupFdk function.
  • Implemented support for getSessionData function to retrieve valid user sessions, accessible through the setupFdk function.
  • Implemented support for getUserData function to fetch user data via the setupFdk function.
  • Implemented support for getApplicationConfig function to acquire application, applicationConfig, and applicationClient objects through the setupFdk function.

Changed

  • Updated README documentation to include instructions for integrating the extension library within frameworks such as Fastify, NestJS, or any other preferred frameworks.
  • Updated README documentation to include guidelines for implementing custom storage classes, enabling the integration of extension storage into the user's preferred database.

Full Changelog: v0.7.3...v0.7.4-beta.1