v0.28.0
Features
BREAKING CHANGES
- you must pass an iterable or async iterable to putMany
- this should be relatively painless as the current API is to pass an
array which is iterable, but it does change the API.
- chore: remove CI commitlint
- chore: add node 12 to CI
- docs: update docs with new api