2.0.0
- Now built using ES8 async/await syntax, making it incompatible with Node versions before 8.
- Syntax for getting objects has changed.
db.foo.bar.get; // old
db.foo.bar(); // new
- Names of the internal functions have changed.
Most of the way in which the library works has stayed roughly the same.