Releases: jimmybyrum/vault.js
Releases · jimmybyrum/vault.js
Update top level set and get to respect empty strings
1.0.3 update top level set and get to respect empty strings (#13)
Return empty string if set
1.0.2 dist build
Storage fallback for private browsing.
- Safari doesn't allow local/session storage to be site in private mode. This update lets Vault fall back to cookie in private mode.
- Cookies are now always encoded/decoded using
encodeURIComponent
anddecodeURIComponent
.
Thanks @michaelbina !
1.0 Release
- Memory Storage on Client and Server.
- Cleanup methods and background process to actively clear expired data.
- New client expires option of
page
which sets the data inVault.Memory
- Updated cascade of where to
set
/get
data when not specifying storage. - Will move data from one storage to another when the same key is
Vault.set
with different config.
Handling errors more accurately and using Number to ensure isNaN is reliable
0.2.0 updating eslint and fixing a linting error
Simple Fix
0.1.13 update readme
Adding version key
0.1.12 Update README.md
Merging PRs and adding Unit Tests
0.1.11 adding version to Vault object
Bug fix for Safari
0.1.10 bumping version and new min file
Bug fix in cookie remove
Cookie remove was ignoring config, like trying to remove for a specific domain.