Releases: sreedevk/pocketbase-sdk-rust
Releases · sreedevk/pocketbase-sdk-rust
Version 0.1.1
What's Changed
- Crucial Fix, this project is awesome by @miguelgargallo in #15
- Update code and version by @Stetsed in #18
- Major Rewrite by @sreedevk in #19
New Contributors
- @miguelgargallo made their first contribution in #15
- @Stetsed made their first contribution in #18
Full Changelog: 0.0.8...0.1.1
Version 0.0.8
Version 0.0.7
Changelog:
- Updated Authentication URLs based on pocketbase SDK's latest version
Version 0.0.6
Changelog:
- Removes Support for Sync Client (for potential support of wasm32 targets)
Version 0.0.5
Changelog:
- Optimization - Removed Recordable Trait & Associated Procedural Macros
Version 0.0.4
Changelog:
- Added Blocking SyncClient for Potential WebAsm Use
Version 0.0.3
Changelog:
- Added Record CRUD Operation
Version 0.0.2
Changelog:
- Added List Records Feature
- #[derive(Recordable)] macro added for easy creation of Record structs