New features
- Finally, PouchDB has a debug mode! (#2874, #3084)
- You can now use
{attachments: true}
to fetch attachments inallDocs()
,changes()
, andquery()
, just like CouchDB 1.6.0+ (#2771, #3074, #190) - The
doc_ids
filter is now supported forchanges()
(#3056)
Bugfixes
- Fix conflict during replication of deleted documents (#2970)
- Only detect blob support once (#2990)
- Fix tree-merging algorithm, correctly attach docs to deleted winning revs (#2888)
- Fix compaction-related race condition in LevelDB (#3026)
- Fix LevelDB
bulkDocs()
ordering (#3062) - Fix WebSQL
put()
local docs when missing (#3066) - Fix encoding of base64-string attachments over HTTP (#3008)
- Better error for invalid revs (#2994)
- Upgrade Browserify to v6 (#2884)