Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

v3.0.0 - Refactoring Release

Compare
Choose a tag to compare
@holgerd77 holgerd77 released this 04 Jan 07:56
· 143 commits to master since this release
5b227a1

This release comes along with some major version bump of the underlying level
database storage backend. If you have the library deeper integrated in one of
your projects make sure that the new DB version plays well with the rest of the
code.

The release also introduces modern ES6 JavaScript for the library (thanks @alextsg)
switching to ES6 classes and clean inheritance on all the modules.

  • Replace levelup 1.2.1 + memdown 1.0.0 with level-mem 3.0.1 and upgrade level-ws to 1.0.0, PR #56
  • Support for ES6 classes, PRs #57, #61
  • Updated async and readable-stream dependencies (resulting in smaller browser builds), PR #60
  • Updated, automated and cleaned up API documentation build, PR #63