Skip to content

Releases: quasilyte/gdata

v2.0.0

30 Aug 17:04
Compare
Choose a tag to compare

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

05 Nov 13:16
Compare
Choose a tag to compare

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.

v0.8.0

05 Nov 09:36
Compare
Choose a tag to compare

This is the initial public release of this module.

It's not v1 because I want to get some feedback first before making the core APIs set in stone.
Feel free to create issues and send PRs.