Changelog
0.8.0 (2025-12-08)
Features
- add navigation link for @expofp/react-native-efp-sdk in documentation (e5004df)
0.7.0 (2025-12-08)
Features
- add workflow_dispatch trigger to deploy-docs and update release workflow to trigger docs deployment (f59baaa)
0.6.1 (2025-12-08)
0.6.0 (2025-12-08)
Bug Fixes
- Standardize quotes and formatting in VitePress config (21a5ed5)
- Update module method text to "Module reference" in VitePress config and bump version to 0.4.0 in package.json (5ba4cf8)
- Update workflow name to specify npmjs.com for clarity (55f92b9)
- Update yarn install command to remove --immutable-cache option (11e9dde)
- Update yarn install command to use --immutable-cache for consistency (1a19237)
Features
- Add changelog to documentation and update sidebar navigation (052c084)
- Add example app link to documentation sidebar. (2c0db6f)
- Add GitHub Actions workflows for release and npm publishing (7221046)
- Configure git user details in release workflow (907f51c)
- Implement documentation generation with TypeDoc and VitePress, adding JSDoc comments to types and modules, and a GitHub Actions deployment workflow. (b002c3e)