Date: 2024-05-30T13:40:22.393Z
- Expose
Queries
type
Date: 2024-05-30T13:15:37.382Z
- Breaking: New Method for defining queries
- queryAll function is replaced by a "test" function which takes a single item and returns a boolean
Date: 2024-04-21T22:14:24.556Z
- Breaking: Remove unused option "retryDelayMillis"
- Feature: Make "serializeForErrorMessage" optional. Default is
JSON.stringify
with 2 indent.
Date: 2024-04-21T22:11:04.415Z
- Performance: Better handling of wait timeouts. Instead of waiting in intervals of 50ms, we check the result whenever new results are added to the bin.
- Feature: "clear" method to remove all objects
Date: 2024-04-21T21:47:25.224Z
- Remove unnecessary dependencies
Date: 2024-04-21T21:43:36.901Z
- Build common-js version
Date: 2024-04-21T21:17:22.123Z
- Update docs
Date: 2024-04-21T20:43:26.130Z
- Fix setup by moving git hook initialization to "prepare" script
Date: 2024-04-21T18:25:52.094Z
- Add version automation again
Date: 2024-04-21T18:23:06.036Z
- options to tweak timeouts for "find" and "findAll"
- simpler error message definition
Date: 2024-04-21T16:26:50.399Z
- Fix logo in README
First version, first publish