Changelog
1.0.3
afa4606: Improve unpartial(base, partial)
type.
The type for unpartial(parent, base, partial)
is marked as deprecated.
The type is loosened now similar to required(parent, base, partial)
to make it more flexible.
But note that it is incorrect as the values are not deeply merged.
Changelog
1.0.2
6070a75: Update types to fix some use cases.
It is now based on the type from required()
but make some improvements.
| undefined
propertyChangelog
1.0.1
dabbde0: The unpartial()
is rewritten to improve its type management,
and ignore undefined
and null
properties.
While this can be considered as a fix, it is better to release it as a breaking change this change might accidentally break consuming code.