All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
1.0.0 - 2017-07-21
- Add installation and usage instructions to the README.(#2)
-
Only return
null
fromgetItem
if the underlying call returnsundefined
. Originally, any falsy return value was getting converted toundefined
. (#1) -
Don't fail when a
callback
is not provided tosetItem
,removeItem
, orgetAllKeys
. (#1)
Happy birthday!