Skip to content

v2.0.0

Compare
Choose a tag to compare
@liqueurdetoile liqueurdetoile released this 28 Feb 00:05
· 121 commits to master since this release

2.0.0 (2018-02-28)

Feat

  • Add check method to fetch a key content and compare it (554ac87)

BREAKING CHANGES

  • All data queries methods now throw a TypeError exception instead of returning undefined when a key doesn't exist.

Migration guide

has or check method should be used before data queries if the key may not exist.
You can also wrap the call in a try/catch statement.