v2.0.0
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.