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!: constraint operations optional attribute types #245

Merged
merged 10 commits into from
Jun 2, 2024

Commits on May 20, 2024

  1. refactor!: replace type map by a domain tree

    Also modified ESLint config.
    Josuto committed May 20, 2024
    Configuration menu
    Copy the full SHA
    af3aa92 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

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

Commits on May 25, 2024

  1. Configuration menu
    Copy the full SHA
    aff10a7 View commit details
    Browse the repository at this point in the history
  2. feat: prohibit abstract domain leaf types

    Also unpublish some domain model types to avoid API maintenance responsibilties.
    Josuto committed May 25, 2024
    Configuration menu
    Copy the full SHA
    ba410c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. fix: remove non-required code

    Josuto committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    c3ede7f View commit details
    Browse the repository at this point in the history
  2. fix!: remove connection from TransactionOptions

    The option connection is of no longer use in CRUD operations; only in runInTransaction.
    Josuto committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    36cb4d6 View commit details
    Browse the repository at this point in the history
  3. fix!: change findOne semantics

    This operation now returns an arbitrary existing entity (if any)
    Josuto committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    9a34d9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6dbbad8 View commit details
    Browse the repository at this point in the history
  5. fix!: improve DevEx by further constraining types of some ops options

    FindAllOptions.sortBy and filters attribute from FindOneOptions, FindAllOptions, and DeleteAllOptions used to be of type 'any' . Now devs will experience TS errors when they do not provide valid values.
    Josuto committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    fe6da62 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    09b4a95 View commit details
    Browse the repository at this point in the history