edy / redux-persist-transform-filter

Filter transformator for redux-persist
MIT License
190 stars 21 forks source link

redux-persist@^5.0.0 compatibility #15

Closed bartlomn closed 6 years ago

bartlomn commented 6 years ago

Things seem to be working, npm complains about peer dependencies though. Please advise.

edy commented 6 years ago

i haven't tested redux-persist-transform-filter for compatibility with redux-persist v5 yet.

if it works for you, it's fine. if not, stay with v4 until i update. otherwise: patches are welcome

edy commented 6 years ago

the tests are passing with redux-persist 5.0.1, so i think you can ignore the warning and i'll release a new version soon

rt2zz commented 6 years ago

right there were no explicit breaking changes to the transforms api so this should work as expected. It is possible there could be some weird interactions with new usage patterns that v5 enables though, e.g. nesting persists.

edy commented 6 years ago

i released 0.0.16 on npm

bartlomn commented 6 years ago

Thank you good Sir! Much obliged 👍