Skip to content

Releases: ampatspell/ember-cli-couch

Continuous

26 Oct 02:06

Choose a tag to compare

Adds support for continuous change feeds (_changes and _db_updates)

Update deps

04 Oct 19:26

Choose a tag to compare

  • Ember.js 2.15.1
  • ember-fetch 3.4.0

Fix for changes.resume

04 Oct 13:54

Choose a tag to compare

  • don't touch changes model if it is destroyed on resume

Session support for FastBoot

03 Aug 22:05

Choose a tag to compare

  • [new] forward AuthSession cookie in FastBoot
  • [new] fallback to fastboot request protocol and host if CouchDB URL is not absolute

Fix

19 Jul 14:41

Choose a tag to compare

Fix
  • wrap ember-fetch promises in RSVP -- fetch returns native promises in FastBoot which doesn't have finally

🎉

01 Jul 23:23

Choose a tag to compare

Can be considered stable

couch now uses ember-fetch

18 Jun 19:52

Choose a tag to compare

instead of ember-network. works with fastboot

_changes and _db_updates

18 Jun 00:05

Choose a tag to compare

EventSource and long-polling.

db.changes(opts) // _changes
db.get('couch').changes(opts) // _db_updates

v0.0.1

02 Jun 18:48

Choose a tag to compare

Extracted from ember-cli-sofa. Supports CouchDB v1.6 and v2.0.