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

Add parameter/options for filtering returned values. #8

Merged
merged 1 commit into from Dec 21, 2015

Conversation

petejohanson
Copy link
Owner

  • Update Resource methods with filter options:
    • $link
    • $links
    • $sub/$embedded
    • $subs/$embeddeds
    • $followOne
    • $followAll
  • Allow filtering using a "match object" or a predicate callback function.

* Update Resource methods with filter options:
  * $link
  * $links
  * $sub/$embedded
  * $subs/$embeddeds
  * $followOne
  * $followAll
* Allow filtering using a "match object" or a predicate callback function.
@codecov-io
Copy link

Current coverage is 99.15%

Merging #8 into master will increase coverage by +0.02% as of 73be704

@@            master      #8   diff @@
======================================
  Files           13      13       
  Stmts          464     474    +10
  Branches         0       0       
  Methods          0       0       
======================================
+ Hit            460     470    +10
  Partial          0       0       
  Missed           4       4       

Review entire Coverage Diff as of 73be704


Uncovered Suggestions

  1. +0.63% via src/resource.js#261...263
  2. +0.21% via src/form.js#72...72

Powered by Codecov. Updated on successful CI builds.

petejohanson added a commit that referenced this pull request Dec 21, 2015
Add parameter/options for filtering returned values.
@petejohanson petejohanson merged commit 7a4e680 into master Dec 21, 2015
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.

None yet

2 participants