Skip to content

v1.0.3

Choose a tag to compare

@unional unional released this 13 Sep 19:50
· 158 commits to main since this release

Patch Changes

  • 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.