Releases: quasilyte/gdata
Releases · quasilyte/gdata
v2.0.0
This is a release full of breaking changes.
Basically, instead of a single key-value mapping, we have something similar to buckets (or folders).
These buckets are called "Objects" and they may have several properties.
The key difference is that the object knows about their properties, therefore you can enumerate them.
This is more convenient than having to implement the hierarchy using the flat key-value API.
See the updated README for an updated example.
v0.8.1
This version removes the fixed prefix from localStorage (wasm) keys.
They're redundant since we already have AppName prefix for every item and localStorage is per-page, meaning there are no real name collision risks.
Without an additional prefix, the keys convention becomes more consistent.