Skip to content

@data-client/endpoint@0.12.7

Compare
Choose a tag to compare
@github-actions github-actions released this 16 May 21:56
· 27 commits to master since this release
b21f388

Patch Changes

  • 4bc9145 Thanks @ntucker! - Improve readability of Collection generics by naming DefaultArgs

  • #3063 2080c87 Thanks @ntucker! - Polymorphic (Union) types should still denormalize when handling passthrough (non-normalized) data

    When denormalizing non-normalized (like return of ctrl.fetch), it is still expected to handle
    all steps like constructing class instances if possible. However, to do this for Polymorphic
    types we need to fallback to using part of the normalize process to find out which schema
    to use for the remainder of denormalization.

  • 4bc9145 Thanks @ntucker! - Add docstrings to schema constructors