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

Upcoming Release Changes #12

Merged
merged 1 commit into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/afraid-cars-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-geese-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-ducks-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-lions-vanish.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/find/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# mikro-orm-find-dataloader

## 2.1.0

### Minor Changes

- [#11](https://github.com/darkbasic/mikro-orm-dataloaders/pull/11) [`e69b274`](https://github.com/darkbasic/mikro-orm-dataloaders/commit/e69b27449d95ec4edd1d3e2eccc8b18c0d3316e4) Thanks [@darkbasic](https://github.com/darkbasic)! - perf: run mandatory populate logic once per querymap

- [#11](https://github.com/darkbasic/mikro-orm-dataloaders/pull/11) [`2ac3bc0`](https://github.com/darkbasic/mikro-orm-dataloaders/commit/2ac3bc06347c7314930c5bee6549db054ce0fe74) Thanks [@darkbasic](https://github.com/darkbasic)! - fix: filter collections when reassigning results

- [#11](https://github.com/darkbasic/mikro-orm-dataloaders/pull/11) [`5e17832`](https://github.com/darkbasic/mikro-orm-dataloaders/commit/5e178321bd951c4399a06ab2dfe0d956f12bd75e) Thanks [@darkbasic](https://github.com/darkbasic)! - fix: compute mandatory populates even if not efficiently

### Patch Changes

- [#11](https://github.com/darkbasic/mikro-orm-dataloaders/pull/11) [`ee1cafa`](https://github.com/darkbasic/mikro-orm-dataloaders/commit/ee1cafad5898b17eeabad8731395667abcadbba2) Thanks [@darkbasic](https://github.com/darkbasic)! - Fix vscode test runner

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/find/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mikro-orm-find-dataloader",
"version": "2.0.1",
"version": "2.1.0",
"description": "Additional dataloaders for the MikroORM EntityManager find/findOne/etc methods.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
Loading