Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(NODE-4513): type for nested objects in query & update #3349

Merged
merged 5 commits into from
Aug 16, 2022

Commits on Aug 8, 2022

  1. Fix type for nested objects in query & update

    - Support union types (... extends unknown ? ... : never)
    - Fail if path is wrong (never vs unknown)
    - Support array operators in the middle of a path (number replaced by number | `$${'' | `[${string}]`}` and NestedPathsOfType removed)
    jer-sen committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    4f19991 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0290295 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    f71b19f View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Fix for Map in schema type

    jer-sen committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    87c6968 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    7d5cbb4 View commit details
    Browse the repository at this point in the history