🎁 Fix bug with queries containing special `$` operators, Support Nuxt Universal Mode
This release contains small fixes but makes huge improvements to feathers-vuex.
Find Getter Now Support Special Query Operators
- #479: The
find
getter should now properly return results for queries containing the special$
operators, like$or
,$and
, and$in
, and maybe others. Thanks to @J3m5 for the PR!
Support Nuxt Universal Mode
- #478: This release adds Stateless SSR Improvements to better support Nuxt Universal Mode. Thanks to @nakedgun for the great PR!
Documentation Updates
- #477: Documentation has been added for the advanced
handleEvents
functionality that was released this week. Thanks to @hamiltoes for the feature and the new docs! - #481: Cleans up inconsistencies in the
useFind
Vue Composition API docs. Thanks to @amoghpalnitkar for the PR!