Skip to content

Tags: DarCas/memoryx

Tags

v2.0.3

Toggle v2.0.3's commit message
Modified the `has` method's `path` parameter type from `string` to `P…

…ropertyPath`. This change ensures compatibility with lodash's `has` function and allows for a broader range of path types (e.g., arrays, strings, etc.).

v2.0.2

Toggle v2.0.2's commit message
Bugfix

v2.0.1

Toggle v2.0.1's commit message
Optimizations & Corrections in README

v2.0.0

Toggle v2.0.0's commit message
feat!: Changed generic type default from `never` to `unknown`

This update modifies all functions to use `unknown` as the default generic type instead of `never`. The change provides more flexibility for consumers who do not explicitly specify a generic type.

BREAKING CHANGE: Consumers relying on the previous behavior with `never` may experience different type inference. Ensure your code is compatible before upgrading.