pouchdb: RFC: Breaking changes in 6.0.0 (discussion)
If we’re going to do a breaking change, let’s cram as many breakages in as we can.
Slated:
- Remove
new PouchDB().then()
(https://github.com/pouchdb/pouchdb/pull/5319) - Remove
db.put(doc, id, rev)
(https://github.com/pouchdb/pouchdb/pull/5311) extras
API
Others we want to sneak in? Now would be the time. (Edit this comment to add more!)
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 57 (56 by maintainers)
I think we should consider removing
lie
in the browser builds I know its not the largest dep in the world however it seems to be standard practice to leave the edge case polyfills up to the userLet’s drop Bower support as well.
The squelching errors PR’s can somewhat be considered breaking as the return values are going to be different
In agreement about leaving it up to the user to polyfill Promises, but we should consider how we communicate it to newcomers…