Skip to content

1.2.0

Compare
Choose a tag to compare
@willryan willryan released this 03 May 02:13

What's Changed

  • RecPartial<> generic type used by factory.ts attempted to recursively check against properties of type unknown, which caused issues trying to set null and other primitives as a value of the property. This release changes RecPartial<> to short-circuit on unknown and not attempt to recur into it. Thanks @jbenjoy2!

New Contributors

Full Changelog: 1.1.0...1.2.0