A helper for streaming Mustache templates from CouchDB list functions
Stars
28
Forks
1
Watchers
28
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
63
commits
new rows query: no need to delete opposing keys from params
42255caView on GitHubadd start event. stop event just stops updates, but doesn't unbind all listChanges events, so that it can be restarted. Add start option (defaults true), so that plugin can be bound to element without updates being added automatically
d7222aaView on GitHubEnsure just one changes listener per DB. Change triggers event on body, allowing other listeners to bind
51d5932View on GitHubadd latestRows updateType, for updating just the most recent row in a list. Example use: a list of daily totals, where only today's count will be updated
2d2c54dView on GitHubAllow url and descending opts to be specified as data- attributes. Iterate over each element when setting up plugin so that multiple containers can be specified
51b0158View on GitHubExample app: create docs via update handler, so that newRows updates aren't thrown out of whack by client-side clock inconsistencies
f9787cbView on GitHubif update is triggered while inFlight, trigger update again after inFlight request completes
7b77178View on GitHubonly modify params for newRows query if we have a highkeyElem
9fd27a6View on GitHubPreload option is unnecessary - if url is specified in options, we know we should immediately query for content
129ce79View on GitHub