Skip to content

Releases: lixelv/pocketbase-store

v0.1.5

20 Sep 14:59
Compare
Choose a tag to compare

Fixes

Rebuild code, also added support for default, not sveltekit svelte

v0.1.3

01 Sep 22:14
Compare
Choose a tag to compare

User changes

Operation handling

Now you are able to lunch async methods getData and subscribeOnPocketbase, that is in store classes, out of initializing, by setting parameter autoSubGetData in false (pb.collection('example').store({autoSubGetData: false}))

Code refactoring

I've refactored code, by replacing subscription and getting data from contructor, to their own methods, and now this methods are lunching in init function (pb.collection('example').store()), also there was set condition, that subscription and get data code is lunching then code is lunched in browser.

v0.1.0

30 Aug 01:57
Compare
Choose a tag to compare

First release