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

Opt in to autoRemove #24

Merged
merged 8 commits into from
Jun 27, 2017
Merged

Opt in to autoRemove #24

merged 8 commits into from
Jun 27, 2017

Conversation

marshallswain
Copy link
Member

@marshallswain marshallswain commented Jun 27, 2017

In version 0.4.0, an autoRemove feature was introduced. In `0.5.0, this feature is opt-in only. It's intended only for use with feathers-rest. When using feathers-socketio, the socket messages and feathers-reactive should automatically take care of removal from the store.

The new option can be used by setting autoRemove to true in the global options.

feathersClient.configure(feathersVuex(store, { autoRemove: true }))

Closes #19
Closes #21

@marshallswain marshallswain merged commit 4dd9f0f into master Jun 27, 2017
@marshallswain marshallswain deleted the opt-into-auto-remove branch June 27, 2017 05:32
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

Successfully merging this pull request may close these issues.

1 participant