Releases: letstri/vaxee
Releases · letstri/vaxee
0.12.1
0.12.0
feat: add param
to request
function
Full Changelog: 0.11.2...0.12.0
0.11.2
- fix:
onServerPrefetch
context
Full Changelog: 0.11.1...0.11.2
0.11.1
- add
devalue
to debugging function$vaxee()
inwindow
Full Changelog: 0.11.0...0.11.1
0.11.0
- deprecated
sendOnServer
andsendManually
- add
mode
withauto
,client
andmanual
instead of two prev properties
Full Changelog: 0.10.0...0.11.0
0.10.0
- feat: add await to
request
usage, now you can use:const { data: users } = await useUsersStore('users')
Full Changelog: 0.9.0...0.10.0
0.9.0
- refactor: rename
query
torequest
- refactor: improve debug method
Full Changelog: 0.8.4...0.9.0
0.8.4
- chore: update package due to bug in Nuxt
Full Changelog: 0.8.3...0.8.4
0.8.3
- test: add test query promises
- refactor: update query comments
- fix: dev mode
Full Changelog: 0.8.2...0.8.3
0.8.2
- fix: improve
state
persist type - test: add test to persist
Full Changelog: 0.8.1...0.8.2