Releases: Kaltsoon/sequelize-find-unique
Releases · Kaltsoon/sequelize-find-unique
v1.2.0
Allow custom serializers with the serializeBatchKey
and the serializeLoadKey
options and a custom cache implementation with the cache
option.
v1.1.1
Operators are now serialized properly.
v1.1.0
- Replaces
FindOptions
with FindUniqueOptions
for findUnique
functions argument type to better match the type of the actual argument.
- Improves serialization and provides clean error messages for invalid arguments.