Releases: modestfake/safer-web-storage
Releases · modestfake/safer-web-storage
v1.1.0
Bugfixes
- 022210b - Now
getItem
returns null
if LocalStorage
is not available and in memory storage is not used
Docs
- ae3fe3c - Describe
Storage
instance getters isNativeStorageUsed
and isInMemoryStorageUsed
, instructions for publishing
Chores
- 2d52fef - Ignore
dist
when linting, don't publush package-lock.json
, update dependencies, remove unnecessary .babelrc
file
- 8a10c49 - Build in CI to test builds
- e768308 - Enable Babel loose mode, clear
dist
before build, show file size
v1.0.2
Support IE11 by transpiling code with babel
v1.0.1
Fixed "getItem" is not a function error