Releases: miftahDB/miftahdb
Releases · miftahDB/miftahdb
v2.2.0
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
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
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
1.24.0 (2024-12-12)
Bug Fixes
- fix optional configuration types (27be782)
Features
- added getExpiredRange method (a082b57)
v1.23.0
1.23.0 (2024-12-12)
Features
- improve optional configuration (43c16f4)
v1.22.0
1.22.0 (2024-12-12)
Features
- added optional configuration options for the database (37cd11c)
v1.21.0
1.21.0 (2024-12-12)
Bug Fixes
Features
v1.20.0
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
1.19.2 (2024-11-05)
Bug Fixes
- fixing some type issues, and improve keys, pagination methods (c4dae60)
v1.19.1
1.19.1 (2024-11-03)
Bug Fixes
- fixing execute issues (fff1382)
- fixing multi(set/get/delete) issue (012837f)