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

Allow remove() to accept entity objects similar to update() #1

Open
tony-sull opened this issue May 6, 2021 · 0 comments
Open

Allow remove() to accept entity objects similar to update() #1

tony-sull opened this issue May 6, 2021 · 0 comments

Comments

@tony-sull
Copy link
Owner

Right now update() can find items by ID, predicate, or by passing in the entire entity objects.

remove() handles ID and predicates, but it can't be called with the entity objects themselves.

tony-sull pushed a commit that referenced this issue May 7, 2021
remove() can now be given an entity or array of entities
tony-sull pushed a commit that referenced this issue May 7, 2021
#3)

remove() can now be given an entity or array of entities

Co-authored-by: Tony Sullivan <[email protected]>
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

1 participant