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

chore!: merge canary to main #247

Merged
merged 18 commits into from
Jul 6, 2024
Merged

chore!: merge canary to main #247

merged 18 commits into from
Jul 6, 2024

Conversation

Josuto
Copy link
Owner

@Josuto Josuto commented Jun 2, 2024

What is the purpose of this pull request?

Put an "X" next to item:

[ ] Documentation update
[ ] Bug fix
[ ] New feature
[x] Other, please explain: Merge canary to main

What changes did you make?

The canary branch now includes a new version of Monguito that solves issue #235. Several (breaking) changes that are to be merged to the main branch.

Which issue (if any) does this pull request address?

Is there anything you'd like reviewers to focus on?

Josuto added 18 commits May 21, 2024 00:18
Also modified ESLint config.
Also unpublish some domain model types to avoid API maintenance responsibilties.
The option connection is of no longer use in CRUD operations; only in runInTransaction.
This operation now returns an arbitrary existing entity (if any)
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.
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.
…nition

Improve input domain model definition
…mantics

Update findOne and deleteAll semantics
…_types

Constraint operations optional attribute types
@Josuto Josuto merged commit 8e5be8e into main Jul 6, 2024
10 checks passed
@Josuto Josuto changed the title Merge canary to main chore!: merge canary to main Jul 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant