Skip to content

Releases: miftahDB/miftahdb

v2.2.0

06 Feb 06:08
Compare
Choose a tag to compare

2.2.0 (2025-02-06)

Bug Fixes

  • remove console.log from executeOnExit (605bf8f)

Features

  • added autoCleanupOnClose and autoCloseOnExit on db opttions (5596a08)

v2.1.0

06 Feb 05:44
Compare
Choose a tag to compare

2.1.0 (2025-02-06)

Bug Fixes

  • remove unwanted signals from executeOnExit (bf981b9)

Features

  • handle database closing when prosess exit (fa7ab39)

v2.0.0

03 Jan 20:51
Compare
Choose a tag to compare

2.0.0 (2025-01-03)

Features

  • rename method getExpiredRange to expiredRange (13070f5)

BREAKING CHANGES

  • The method getExpiredRange has been renamed to expiredRange. Update any usage of the old method name accordingly.

v1.24.0

12 Dec 16:49
Compare
Choose a tag to compare

1.24.0 (2024-12-12)

Bug Fixes

  • fix optional configuration types (27be782)

Features

  • added getExpiredRange method (a082b57)

v1.23.0

12 Dec 16:18
Compare
Choose a tag to compare

1.23.0 (2024-12-12)

Features

  • improve optional configuration (43c16f4)

v1.22.0

12 Dec 16:05
Compare
Choose a tag to compare

1.22.0 (2024-12-12)

Features

  • added optional configuration options for the database (37cd11c)

v1.21.0

12 Dec 15:30
Compare
Choose a tag to compare

1.21.0 (2024-12-12)

Bug Fixes

Features

  • improve database closing (6e4720d)

v1.20.0

05 Nov 16:57
Compare
Choose a tag to compare

1.20.0 (2024-11-05)

Features

  • multiget now return an array, improve multi(get/set) (b818e0c)
  • restore and backup now return PromiseResult (20ac277)

v1.19.2

05 Nov 15:51
Compare
Choose a tag to compare

1.19.2 (2024-11-05)

Bug Fixes

  • fixing some type issues, and improve keys, pagination methods (c4dae60)

v1.19.1

03 Nov 16:55
Compare
Choose a tag to compare

1.19.1 (2024-11-03)

Bug Fixes

  • fixing execute issues (fff1382)
  • fixing multi(set/get/delete) issue (012837f)