cross-storage v1.0.0 Release Notes
Release Date: 2016-07-26 // about 7 years ago-
- ✂ Removed TTL from the set operation, simplifying the API, and eliminating the need to store expiration metadata alongside values
- cross-storage no longer encodes values as JSON, but stores the raw string value. This improves compatibility with other libraries using localStorage
Previous changes from v0.8.2
-
- Prevent memory leaks when calling _request()
- 📜 Prevent JSON parse error on _get