All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.3.2 (2024-11-16)
0.3.1 (2024-08-26)
0.3.0 (2024-08-07)
- delete from index: Object type returned from capture function has been extended with a deleteFromIndex method
- delete from index: add ability to delete captured objects from indexes (0fcb1b7)
0.2.0 (2023-03-12)
- unique index: The createHashIndex function is no longer available. All indexes must be created using createIndexes
- hash index: returns undefined instead of throwing when no value is present for index (26c161e)