Skip to content

Releases: sreedevk/pocketbase-sdk-rust

Version 0.1.1

30 Apr 22:23
dbacd67
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.8...0.1.1

Version 0.0.8

10 Jan 15:19
6cad5a2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.7...0.0.8

Version 0.0.7

24 Dec 05:29
01f5841
Compare
Choose a tag to compare

Changelog:

  1. Updated Authentication URLs based on pocketbase SDK's latest version

Version 0.0.6

10 Oct 17:54
c644d49
Compare
Choose a tag to compare

Changelog:

  • Removes Support for Sync Client (for potential support of wasm32 targets)

Version 0.0.5

09 Oct 19:27
98965ac
Compare
Choose a tag to compare

Changelog:

  1. Optimization - Removed Recordable Trait & Associated Procedural Macros

Version 0.0.4

09 Oct 19:04
b4bfde2
Compare
Choose a tag to compare

Changelog:

  1. Added Blocking SyncClient for Potential WebAsm Use

Version 0.0.3

09 Oct 17:44
0d85a69
Compare
Choose a tag to compare

Changelog:

  1. Added Record CRUD Operation

Version 0.0.2

09 Oct 06:10
3d1fffa
Compare
Choose a tag to compare

Changelog:

  1. Added List Records Feature
  2. #[derive(Recordable)] macro added for easy creation of Record structs