All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added repo information to package.json for NPM
- Initial release of the React Native SDK
- Fixed issue with RequestBuilder not handling scenario where prepareUrl is not provided
- Comprehensive example for ProofGenerator component
- Moved React and React Native to peerDependencies
- Improved documentation for ProofGenerator component
- Enhanced TypeScript type definitions
- Component dependency issues
- Platform null reference checks
- Error handling improvements
- Initial alpha release of the React Native SDK
RequestBuildercomponent for building and processing manifest requestsProofGeneratorcomponent for generating proofs from manifests- Native bridge to PlutoSwiftSDK via
PlutoProvermodule - Direct API functions:
generateProofandgenerateProofFromUrl - TypeScript type definitions for manifests and related structures
- Example application demonstrating SDK usage
- iOS integration via Swift with proper bridging
- Android module skeleton
- Android implementation is not available in this release (iOS only)
- Example app could be more comprehensive
- Enhance example application
- Improve error handling and user feedback
- Prepare for beta release