Skip to content

Releases: jimmybyrum/vault.js

Update top level set and get to respect empty strings

04 Jun 20:56
Compare
Choose a tag to compare
1.0.3

update top level set and get to respect empty strings (#13)

Return empty string if set

04 Jun 18:22
Compare
Choose a tag to compare
1.0.2

dist build

Storage fallback for private browsing.

19 Jan 00:58
Compare
Choose a tag to compare
  • 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 and decodeURIComponent.

Thanks @michaelbina !

1.0 Release

01 Jul 14:01
Compare
Choose a tag to compare
  • 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 in Vault.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

08 Apr 06:18
Compare
Choose a tag to compare
0.2.0

updating eslint and fixing a linting error

Simple Fix

19 Jul 11:38
Compare
Choose a tag to compare
0.1.13

update readme

Adding version key

19 Jul 11:27
Compare
Choose a tag to compare
0.1.12

Update README.md

Merging PRs and adding Unit Tests

19 Jul 11:11
Compare
Choose a tag to compare
0.1.11

adding version to Vault object

Bug fix for Safari

03 Jul 01:39
Compare
Choose a tag to compare
0.1.10

bumping version and new min file

Bug fix in cookie remove

19 Mar 20:00
Compare
Choose a tag to compare

Cookie remove was ignoring config, like trying to remove for a specific domain.