4
23
Fork
You've already forked jsdb
3
  • 5.1.0 c065fb4071

    aral released this 2024年05月02日 17:12:42 +02:00 | 42 commits to main since this release

    Signed by aral
    GPG key ID: D5F06734D5136CB1

    [5.1.0] - 2024年05月02日

    Changed

    • Attempting to load a database without providing all the custom classes persisted in it to your JSDB.open() call now throws an error instead of corrupting your database by falling back to using an untyped object.

    • Above change means the custom object instantiation code in your tables is different. However, this is not a breaking change. Any databases created in the last two days since the release of JSDB 5.0.0 will automatically be updated to the next syntax as they are compacted on database open. (If you have compaction turned off, the new behaviour will only apply to newly-persisted objects.

    Added

    • JSDF version 2 to 3 migration script (i.e., JSDB version 2-4 to 5 migration script). For usage instructions, please see the readme.
    Downloads