Skip to content

Releases: Kaltsoon/sequelize-find-unique

v1.2.0

06 Jun 08:39
Compare
Choose a tag to compare

Allow custom serializers with the serializeBatchKey and the serializeLoadKey options and a custom cache implementation with the cache option.

v1.1.1

03 Jun 12:15
Compare
Choose a tag to compare

Operators are now serialized properly.

v1.1.0

03 Jun 07:23
Compare
Choose a tag to compare
  • 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.