davestewart / vuex-pathify

Vue / Vuex plugin providing a unified path syntax to Vuex stores
https://davestewart.github.io/vuex-pathify
MIT License
1.37k stars 57 forks source link

Add support of serialized Payload #125

Closed Heziode closed 3 years ago

Heziode commented 3 years ago

The support of serialized Payload allows to use other vuex plugins like persisted and tab-sync to work with vuex-pathify.

For example, when we made a change on the store on a tab A, and a plugin sync with a tab B, the tab B receive Payload in serialized (JSON) way. This PR is intented to support this kind of cases, when a serialization is made, and cannot be avoided.

Heziode commented 3 years ago

@davestewart if you have the time to take a look…

Heziode commented 3 years ago

@davestewart when will you merge this PR?

davestewart commented 3 years ago

OK, merged!

Soooo sorry for the huuuuge delay. I haven't done any OSS this year.

Will publish now :)

davestewart commented 3 years ago

Published: https://www.npmjs.com/package/vuex-pathify/v/1.5.0