Skip to content

Releases: azu/mock-localstorage

Release list

0.2.0

Choose a tag to compare

@azu azu released this 19 Feb 03:48

Bug Fixes

  • Make getItem return null if not found instead of undefined. Change some tests to use strictEqual to ensure this is the case. Fixes #5 (#6) (6af540e)

BREAKING CHANGES

  • Make getItem return null if not found instead of undefined.