Skip to content

v0.26.0

Compare
Choose a tag to compare
@dirkmc dirkmc released this 24 Sep 16:29
· 206 commits to main since this release

Code Refactoring

BREAKING CHANGES

  • All places in the API that used callbacks are now replaced with async/await

  • feat: make get() a generator

  • make getMany() AsyncIterable

  • feat: make put() a generator

  • make putMany() AsyncIterable

  • remove check in _findAndConnect()

  • feat: make start() and stop() async/await

  • refactor: make connectTo() async/await

  • refactor: make findProviders() and findAndConnect() async/await

  • refactor: cb => async

  • refactor: async/await

  • chore: update travis

  • refactor: update benchmark tests and allow streaming to putMany

  • chore: address pr comments

  • chore: remove callback hell eslint disables

  • chore: wrap list of tasks in promise.all

  • chore: callbackify methods inside pull stream

  • chore: accept PR suggestions

  • chore: fix typo