-
Notifications
You must be signed in to change notification settings - Fork 2
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
Commits on May 20, 2024
-
refactor!: replace type map by a domain tree
Also modified ESLint config.
Configuration menu - View commit details
-
Copy full SHA for af3aa92 - Browse repository at this point
Copy the full SHA af3aa92View commit details
Commits on May 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ea6e274 - Browse repository at this point
Copy the full SHA ea6e274View commit details
Commits on May 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aff10a7 - Browse repository at this point
Copy the full SHA aff10a7View commit details -
feat: prohibit abstract domain leaf types
Also unpublish some domain model types to avoid API maintenance responsibilties.
Configuration menu - View commit details
-
Copy full SHA for ba410c9 - Browse repository at this point
Copy the full SHA ba410c9View commit details
Commits on Jun 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c3ede7f - Browse repository at this point
Copy the full SHA c3ede7fView commit details -
fix!: remove connection from TransactionOptions
The option connection is of no longer use in CRUD operations; only in runInTransaction.
Configuration menu - View commit details
-
Copy full SHA for 36cb4d6 - Browse repository at this point
Copy the full SHA 36cb4d6View commit details -
fix!: change findOne semantics
This operation now returns an arbitrary existing entity (if any)
Configuration menu - View commit details
-
Copy full SHA for 9a34d9f - Browse repository at this point
Copy the full SHA 9a34d9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dbbad8 - Browse repository at this point
Copy the full SHA 6dbbad8View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for fe6da62 - Browse repository at this point
Copy the full SHA fe6da62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09b4a95 - Browse repository at this point
Copy the full SHA 09b4a95View commit details