1.2.0
What's Changed
RecPartial<>
generic type used by factory.ts attempted to recursively check against properties of typeunknown
, which caused issues trying to set null and other primitives as a value of the property. This release changesRecPartial<>
to short-circuit onunknown
and not attempt to recur into it. Thanks @jbenjoy2!
New Contributors
Full Changelog: 1.1.0...1.2.0