Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

40 lines (24 loc) · 1.8 KB

Changelog

All notable changes to this project will be documented in this file.

v1.5.3

19/02/2025

Fixes

  • Made readAll() ignore _metadata file dc606a56
  • Simplify temporary prefix in writer.ts bc7d72d2
  • Resolve base path resolution issue in constructor 3be37753

Refactor

  • Remove unused imports in main.ts d84e60c6

v1.5.2

05/02/2025

  • refactor: update method visibility to private in Collection class 93ccc040
  • fix: removed redundant sorting in Collection class 068765ea

v1.5.0

04/02/2025

  • Refactor and Optimize Methods for Improved Performance and Clarity #4
  • Refactor and enhance collections #3
  • Forgot to change "lanes" #2

v1.0.0

22 October 2024

  • initial commit 33cb9b2
  • ♻️ (index.ts): refactor database structure to use collections 91bcf35
  • ✅ (test): refactor tests to use collections and improve coverage 5fb4c55