Change Log
If you have problems, please file an issue.
- 1.1.X - Implemented worker thread pooling & data caching. (see here)
- 1.0.X - Moved
SparseCollection
out of Experimental stage. Leveraged native Promises. - 0.6.X - Added
sparseData
andSparseCollection
experimental module. RenamedConduit.QuickCollection
toConduit.QuickCollection
for clarity. - 0.5.X - Removed
sortAsync
experimental module; removedfetchJumbo
module, which was replaced byhaul
; - 0.4.X - Renamed
Conduit.fetchJumbo
to the less-awkwardConduit.haul
; provided experimentalConduit.sortAsync
module. - 0.3.X - Provided
Conduit.fetchJumbo
Module as an alternative toBackbone.Collection.fetch(...)
- 0.2.X - Provided
Conduit.fill
Module as an alternative toBackbone.Collection.set(...)
. - 0.1.X - First Release. Provided
Conduit.refill
Module as an alternative toBackbone.Collection.reset(...)
.
Contributors
- Peter Wagener Original Implementation, Maintainer
- James Ballantine v1.1 Improvements, Feedback