Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

API change #215

Merged
merged 2 commits into from
Feb 23, 2013
Merged

API change #215

merged 2 commits into from
Feb 23, 2013

Conversation

avoidwork
Copy link
Owner

  • Created data.select() for explicit record selection using an Object of key:value pairs to describe the data you want; it's faster than data.find() because it's strict comparison without regex pattern testing
  • Adding explicit "where" Object parameter to data.sort() and as a property of datalist instances which triggers data.select() to work with a subset of records quickly

… of key:value pairs to describe the data you want; it's faster than `data.find()` because it's strict comparison without regex pattern testing
…operty of `datalist` instances which triggers `data.select()` to work with a subset of records quickly
@ghost ghost assigned avoidwork Feb 23, 2013
avoidwork added a commit that referenced this pull request Feb 23, 2013
@avoidwork avoidwork merged commit f1803b5 into master Feb 23, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant