edy / redux-persist-transform-filter

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

Deep cloning of state inorder to avoid state properties to be deleted while blacklisting nested properties as Object.assign does shallow copy #18

Closed himsajjan closed 6 years ago

himsajjan commented 6 years ago

Can you please review the pull request as soon as possible and please let me know the feedback. Thank you.

himsajjan commented 6 years ago

Hi, can you please check this pull request. Thanks

edy commented 6 years ago

Hi @himsajjan, thank you for this PR and sorry for the delay. I'll merge this PR later this evening.

edy commented 6 years ago

@himsajjan would you please revert the changes you made in the package.json als package-lock.json.

himsajjan commented 6 years ago

Thanks edy, I have reverted package.json and package.lock.json file changes

edy commented 6 years ago

I have one more request. You import cloneDeep from lodash/cloneDeep. I'd like tom import it from lodash.cloneDeep, so nobody would have to install the whole lodash bloat

himsajjan commented 6 years ago

Changed, imported cloneDeep from lodash.cloneDeep

edy commented 6 years ago

published as 0.0.18