Releases: go-humble/locstor
Releases · go-humble/locstor
Version 0.2.0
This release adds more robust detection for whether localStorage is supported. See #3 for more information.
Changelog
- Detection for localStorage support has been improved.
ErrLocalStorageNotSupported
is returned in places which would previously panic. - A new
DetectStorage
function can be called manually to check for localStorage support.
Version 0.1.0
This is the initial release of the locstor package 🎉