Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Feb 01:35
· 5 commits to main since this release
b51041c

Major Changes

  • 8d2999a: Polish Querying API, improve performance

    • Make querying API asynchronous
    • Use shorter keys instead of uuids
    • Switch to objects to store data, so id lookups are in constant time
    • Add examples for serialization
    • Bump and clean dependencies

    To migrate from older versions, youll have to use the async APIs whenever calling querying functions.