Releases: gofynd/fdk-extension-utils-javascript
Releases · gofynd/fdk-extension-utils-javascript
v2.0.0
What's Changed
- Fix vulnerability issues and update mongoose version from 5 to 6 by @brijeshgajjarfynd in #6
Full Changelog: v1.0.0...v2.0.0
v1.0.0
Extension utils library first release with extension related billing support. Using this library and with minimal changes extension can be made a paid extension.
- Added support for easy integration of Fynd Platform billing apis
- Automatic db collection creation for billing related data
- All backend transaction for adding and updating subscripitions
- Supports mongoose ORM and mongodb db as database
- Access to selected ORM db engine for customized queries and changes.