Closed krisb78 closed 9 years ago
This seems to be a breaking change, I'm right?
I guess you might consider it a breaking change, but it gives the user more flexibility.
The way couchdb iteself handles calls to the _all_docs
view is well thought-out and handles all the possible scenarios. I didn't think it was right to hide that from the user.
_all_docs
, leave it for the wrapper that a user may pass in if they so wish. This prevents theall
method from breaking when called with non-existent keys.