Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

v1.0.0

Latest

Choose a tag to compare

@randycoulman randycoulman released this 21 Jul 22:52
· 9 commits to master since this release

Added

  • Add installation and usage instructions to the README.(#2)

Fixed

  • Only return null from getItem if the underlying call returns undefined. Originally, any falsy return value was getting converted to undefined. (#1)

  • Don't fail when a callback is not provided to setItem, removeItem, or getAllKeys. (#1)