Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

23 lines (14 loc) · 1.01 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.1.0 (2020-05-04)

Features

  • support strict mode as set in model config or query opts (9fe281d)

2.0.0 (2020-04-24)

⚠ BREAKING CHANGES

  • lean no longer forced false for saveDiffs, may cause issues for some

Bug Fixes

  • cannot use $timestamps, lean not respected (6a24f4d)
  • fix lean option override in findOneAndUpdate pre hook
  • fix findOneAndUpdate pre hook
  • findOneAndUpdate pre hook is not working as expected when timestamps autogeneration is enabled