Ashwin Phatak
|
199210eb68
|
Add support for aggregates on collections (#807) (#1350)
|
2017-09-29 16:53:37 +05:30 |
astigsen
|
db4e184524
|
Added method to find index of object in collections (#1094)
* Added method to find index of object in collections
* rework as the indexOf method
|
2017-06-26 13:43:49 +02:00 |
Ari Lazier
|
fcf04bf7f5
|
add non-working listener methods
|
2016-11-22 07:27:58 -08:00 |
Ari Lazier
|
9c7292acff
|
chrome debug and and react native fixes
|
2016-05-19 13:27:36 -07:00 |
Scott Kyle
|
b5ce02c0ce
|
Make List and Results inherit from Collection
This will allow for easier type checking, documentation, etc.
|
2016-03-20 11:51:16 -07:00 |
Scott Kyle
|
ad24673776
|
Rename util.createList to createCollection
Sounds more generic this way.
|
2016-02-29 12:34:29 -08:00 |
Scott Kyle
|
236d0a5eed
|
Ensure List and Results constructors throw exception
This was already done from native code, but needed to happen for the browser shim and be tested.
|
2016-02-29 03:24:58 -08:00 |
Scott Kyle
|
b1f656a252
|
Convert browser module to use ES6 modules
|
2016-02-29 03:24:58 -08:00 |
Scott Kyle
|
44a29d8dd4
|
Expose List and Results constructors into JS
|
2016-02-29 03:24:58 -08:00 |
Scott Kyle
|
97e6166597
|
Move browser JS shim under its own directory
|
2016-02-29 03:24:58 -08:00 |