Skip to content

v0.1.3

Compare
Choose a tag to compare
@lixelv lixelv released this 01 Sep 22:14
· 2 commits to main since this release

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.