Releases: ampatspell/ember-cli-couch
Releases · ampatspell/ember-cli-couch
Continuous
Adds support for continuous change feeds (_changes and _db_updates)
Update deps
- Ember.js 2.15.1
- ember-fetch 3.4.0
Fix for changes.resume
- don't touch changes model if it is destroyed on resume
Session support for FastBoot
- [new] forward
AuthSessioncookie in FastBoot - [new] fallback to fastboot request protocol and host if CouchDB URL is not absolute
Fix
- wrap
ember-fetchpromises in RSVP -- fetch returns native promises in FastBoot which doesn't havefinally
🎉
Can be considered stable
couch now uses ember-fetch
instead of ember-network. works with fastboot
_changes and _db_updates
EventSource and long-polling.
db.changes(opts) // _changes
db.get('couch').changes(opts) // _db_updatesv0.0.1
Extracted from ember-cli-sofa. Supports CouchDB v1.6 and v2.0.