v2.1.1
What's Changed
- [TS typings] In
model.add
callback's error parameter, removenull
from type union by @deongroenewald in #308- This resolves typing issues for consumer code written prior to v2.1.0 calling
model.add
with a callback typed as(error?: Error) => void
.
- This resolves typing issues for consumer code written prior to v2.1.0 calling
New Contributors
- @deongroenewald made their first contribution in #308
Full Changelog: v2.1.0...v2.1.1