redgeoff / delta-pouch

Conflict-free collaborative editing for PouchDB
196 stars 13 forks source link

'create' event is now removed #47

Closed nolanlawson closed 7 years ago

nolanlawson commented 9 years ago

I didn't realize any plugins were actually depending on these events. They weren't documented, so we removed them (https://github.com/pouchdb/pouchdb/issues/3739).

So unfortunately you're going to have to create a db.changes() listener instead of listening to db.on('change').

redgeoff commented 7 years ago

Closing as fixed by https://github.com/redgeoff/delta-pouch/pull/52