Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Releases: ghostdevv/MyKV

2.0.2

Choose a tag to compare

@ghostdevv ghostdevv released this 13 Oct 02:16

Changes

  • Made it so .store is public, and renamed some internals

2.0.1

Choose a tag to compare

@ghostdevv ghostdevv released this 13 Oct 01:21

Changes

  • Made .clear async itself
  • Check if connected before running db operations

2.0.0

Choose a tag to compare

@ghostdevv ghostdevv released this 13 Oct 01:11

This is a complete rewrite with a few extra features! 🎉

1.0.3

Choose a tag to compare

@ghostdevv ghostdevv released this 14 Sep 09:15

Changes

  • FEAT: jsdoc comments
  • FIX: add package-lock

1.0.2

Choose a tag to compare

@ghostdevv ghostdevv released this 14 May 23:59
dd19508

Changes:

  • Switched to REPLACE INTO for upserting

Internal

  • Switched to TS private fields

1.0.1

Choose a tag to compare

@ghostdevv ghostdevv released this 09 May 22:42
baeeaad

Changes

  • FIX: Overwriting a keys value wouldn't work

1.0.0

Choose a tag to compare

@ghostdevv ghostdevv released this 04 May 17:46

1.0.0 Release!

Updates

  • db.keys
  • db.values
  • db.entries

0.1.1

Choose a tag to compare

@ghostdevv ghostdevv released this 04 May 16:54

Features

  • Improved Querying
  • Tests
  • Runtime type checking
  • db.has
  • Docs

Changes

  • If connection is open and you try to open again it won't throw an error

Fixes

  • Types
  • Compile Output

0.0.1

0.0.1 Pre-release
Pre-release

Choose a tag to compare

@ghostdevv ghostdevv released this 04 May 10:31

Fixes

  • Removed dotenv (accidently added during development)
  • Updated readme