Skip to content

2.0.0

Compare
Choose a tag to compare
@Ovyerus Ovyerus released this 28 Aug 11:03
· 53 commits to master since this release
  • 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.