Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase abstract-leveldown parity #692

Merged
merged 1 commit into from
Apr 11, 2020
Merged

Conversation

vweevers
Copy link
Member

@vweevers vweevers commented Apr 5, 2020

  • Add db property to chained batch
  • Remove type checks that are also performed by abstract-leveldown

Goes hand in hand with Level/abstract-leveldown#364. Working towards Level/community#58.

I think I can get away with a semver-minor release here, because although levelup now yields some errors asynchronously instead of throwing, those errors are "courtesy errors" for documented limitations or programmer errors. You shouldn't be catching them.

(I would prefer that we throw btw, but atm that makes achieving parity harder)

- Add db property to chained batch
- Remove type checks that are also performed by abstract-leveldown

Goes hand in hand with Level/abstract-leveldown#364.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-minor New features that are backward compatible
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant