Releases: jherax/proxy-storage
Releases · jherax/proxy-storage
2.3.2
2.3.0
2.2.0
2.1.3
2.1.2
Improvements
- Added the
options
parameter to the API methodremoveItem()
, in order to allow passing metadata to the cookie to delete. When using"cookieStorage"
the new signature is:instance.removeItem(key, options)
- When calling
setItem()
, checks if the cookie was created, or deletes it if the domain or path are not valid.
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
Breaking changes
This version bumps to major because the old method .isAvaliable
is renamed to .isAvailable
Improvements
- Validates the availability of the storage mechanism when a new instance is created. If the requested storage is not available, then the first available storage is used.