v0.7.4-beta.1
Pre-release
Pre-release
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
, andgetApplicationClient
via thesetupFdk
function. - Implemented support for
getSessionData
function to retrieve valid user sessions, accessible through thesetupFdk
function. - Implemented support for
getUserData
function to fetch user data via thesetupFdk
function. - Implemented support for
getApplicationConfig
function to acquireapplication
,applicationConfig
, andapplicationClient
objects through thesetupFdk
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