Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

44 lines (22 loc) · 1.72 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.2 (2024-11-16)

Features

  • getTarget: Expose proxy target (#5) (f16f01e)

0.3.1 (2024-08-26)

0.3.0 (2024-08-07)

⚠ BREAKING CHANGES

  • delete from index: Object type returned from capture function has been extended with a deleteFromIndex method

Features

  • delete from index: add ability to delete captured objects from indexes (0fcb1b7)

0.2.0 (2023-03-12)

⚠ BREAKING CHANGES

  • unique index: The createHashIndex function is no longer available. All indexes must be created using createIndexes

Features

  • unique index: added the ability to index object properties as unique (#1) (d5e87a6)

0.1.1 (2022-12-14)

Bug Fixes

  • hash index: returns undefined instead of throwing when no value is present for index (26c161e)