Releases: mikro-orm/nestjs
Releases Β· mikro-orm/nestjs
v6.1.1
v6.1.0
Features
- expose
fork
options in the MikroOrmModule options configuration object by @AlexBksiad in #182 - allow NestJS v11 in peer dependencies by @snigdha920 in #198
- add
InjectMikroORMs
inject decorator by @tsangste in #192 - allow passing an array of options into
forRoot
by @B4nan in #203 - add
driver
option to get around issues withuseFactory
andinject
by @B4nan in #204
Bug Fixes
New Contributors
- @AlexBksiad made their first contribution in #183
- @snigdha920 made their first contribution in #198
Full Changelog: v6.0.2...v6.1.0
v6.0.2
v6.0.1
v6.0.0
6.0.0 (2024-05-19)
Features
Bug Fixes
BREAKING CHANGES
- MikroORM v6 and Nest v10 required
- Node 18.12+ and TS 5.0+ required
- https://mikro-orm.io/docs/upgrading-v5-to-v6