Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renaming or Deleting a Property #18

Closed
simader opened this issue May 9, 2018 · 2 comments
Closed

Renaming or Deleting a Property #18

simader opened this issue May 9, 2018 · 2 comments

Comments

@simader
Copy link

simader commented May 9, 2018

When I rename a serialized property, i would expect that the old one is deleted and the new one is added.

However the old one is living forever in the serialized .json.

@anakic
Copy link
Owner

anakic commented May 9, 2018

That's a good point. The store just saves and gets values by key, it doesn't go into what the keys mean. I've pushed a new version that fixes the issue. The only change is explicitly telling the store to clean up all saved data before saving the current state.

@anakic
Copy link
Owner

anakic commented Mar 26, 2019

Solved in v2.0 and newer.

@anakic anakic closed this as completed Mar 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants