Skip to content

Releases: pouchdb-community/ember-pouch

You have to stop doing something old

30 Nov 15:50
Compare
Choose a tag to compare
Pre-release
v5.0.0-beta.3

v5.0.0-beta.3

Glue those fractures back

09 Sep 03:41
Compare
Choose a tag to compare
Pre-release
  • version fix

Eventual consistency is a weak guarantee

08 Sep 18:39
Compare
Choose a tag to compare
  • Eventually consistency added: documents that are not in the database will result in an 'eternal' promise. This promise will only resolve when an entry for that document is found. Deleted documents will also satisfy this promise. This mirrors the way that couchdb replication works, because the changes might not come in the order that ember-data expects. Foreign keys might therefor point to documents that have not been loaded yet. Ember-data normally resets these to null, but keeping the promise in a loading state will keep the relations intact until the actual data is loaded.

Wolves and code are relational by nature

06 Sep 10:37
Compare
Choose a tag to compare

Don't lock yourself away

05 Sep 18:35
Compare
Choose a tag to compare
  • Lock relational-pouch version until pouchdb-find bugs are solved

If one door closes, another opens

27 Jul 02:47
Compare
Choose a tag to compare
  • Update Ember CLI and PouchDB #186

Reason belong to many things

22 Jun 11:26
Compare
Choose a tag to compare
  • Fix _shouldSerializeHasMany deprecation #184

There's only one thing that can heal the heart

14 Jun 15:32
Compare
Choose a tag to compare
  • Fixes queryRecord deprecation *152
  • Change links to pouchdb-community
  • Use npm for ember-source *183

Let every man be master of his time

05 May 14:39
Compare
Choose a tag to compare
  • Correct Security documentation *177
  • Fix sort documentation and add additional notes *176
  • update ember-getowner-polyfill to remove deprecation warnings *174

Deep Thought, with infinite majesty and calm.

07 Feb 19:40
Compare
Choose a tag to compare
  • Update pouchdb to the latest version
  • Update readme