Skip to content

Commit 01c8a3b

Browse files
authored
Merge pull request #12 from darkbasic/changeset-release/main
Upcoming Release Changes
2 parents 0a07c1a + 158676e commit 01c8a3b

6 files changed

+15
-21
lines changed

.changeset/afraid-cars-attend.md

-5
This file was deleted.

.changeset/curvy-geese-pay.md

-5
This file was deleted.

.changeset/fluffy-ducks-learn.md

-5
This file was deleted.

.changeset/twelve-lions-vanish.md

-5
This file was deleted.

packages/find/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# mikro-orm-find-dataloader
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
- [#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
10+
11+
- [#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
12+
13+
### Patch Changes
14+
15+
- [#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
16+
317
## 2.0.1
418

519
### Patch Changes

packages/find/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mikro-orm-find-dataloader",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Additional dataloaders for the MikroORM EntityManager find/findOne/etc methods.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)