Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@quasilyte quasilyte released this 30 Aug 17:04

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.