Joshua Bambrick
Joshua Bambrick
Added `search` method to collection prototype as per #3169. This is automatically used by `where` and `findWhere` when it is possible to do so to provide speedups without user needing...
You should have a standard way to get the width of the window - this is done in two separate ways in two locations `$window.width()` and using native properties. Alternatively,...
## Description Initialises `rng` on function invocation rather than at import time which may cause unexpected side effects. ## Type of change Please check the option that is related to...
Add a parameter to indicate that importing models that match in the same `set` call should be merged or that the last should be used. Combine this with the fix...
The use of `idAttribute` is completely compatible with setMatch, this should be mentioned in the docs.
The documentation should mention the use of setting `cid` in order to enforce the model matching, and explain how this relates to ids.
* Change is either: * [x] To a Draft PEP * [ ] To an Accepted or Final PEP, with Steering Council approval * [ ] To fix an editorial...