Releases: pouchdb-community/ember-pouch
Releases · pouchdb-community/ember-pouch
You have to stop doing something old
v5.0.0-beta.3 v5.0.0-beta.3
Glue those fractures back
- version fix
Eventual consistency is a weak guarantee
- 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
- Bundle pouchdb-find #191
Don't lock yourself away
- Lock relational-pouch version until pouchdb-find bugs are solved
If one door closes, another opens
- Update Ember CLI and PouchDB #186
Reason belong to many things
- Fix
_shouldSerializeHasMany
deprecation #184
There's only one thing that can heal the heart
Let every man be master of his time
Deep Thought, with infinite majesty and calm.
- Update pouchdb to the latest version
- Update readme