Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 962 Bytes

CHANGELOG.md

File metadata and controls

21 lines (11 loc) · 962 Bytes

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

1.0.0 - 2017-07-21

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)

0.1.0 - 2017-06-14

Happy birthday!