Skip to content

Releases: tomfln/stormdb

v2.0.0

04 Apr 23:41
0c1fa5a

Choose a tag to compare

Major Changes

  • 366e2b7: Allow multiple validation libraries using typeschema

    This release adds the capabilities to use any validation library to define schemas in StormDB with the help of the typeschema library, an abstraction over the most common validation libraries

v1.0.0

03 Feb 01:35
b51041c

Choose a tag to compare

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.

v0.1.2

25 Mar 01:37
8202714

Choose a tag to compare

Patch Changes

  • 8aeab1b: fix wrong files field in package.json and move public access to config file

v0.1.1

25 Mar 00:11
426a44e

Choose a tag to compare

Patch Changes

  • 4903478: set access to public to fix publish error