8000 Releases Β· mikro-orm/nestjs Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: mikro-orm/nestjs

v6.1.1

16 Feb 21:46
Compare
Choose a tag to compare

What's Changed

  • feat: allow MikroORM v7 dev versions in peer dependency constraints by @B4nan in #209
  • fix: use named wildcards in middleware route in nest v11 by @B4nan in #210

Full Changelog: v6.1.0...v6.1.1

v6.1.0

28 Jan 19:05
Compare
Choose a tag to compare

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 with useFactory and inject by @B4nan in #204

Bug Fixes

  • resolve issue with ordering of middleware being applied by @tsangste in #189

New Contributors

Full Changelog: v6.0.2...v6.1.0

v6.0.2

04 Jun 15:29
Compare
Choose a tag to compare

Bug Fixes

  • allow dev versions of @mikro-orm/core (685d7e7)
  • register MongoMikroORM provider even if we fail to infer driver from config and there is mongo installed (7e73205)

Full Changelog: v6.0.1...v6.0.2

v6.0.1

19 May 19:57
Compare
Choose a tag to compare

6.0.1 (2024-05-19)

Bug Fixes

  • reuse single MikroORM instance (3656eaf)
  • improve support for driver specific imports (a71c354)

v6.0.0

19 May 18:02
Compare
Choose a tag to compare

6.0.0 (2024-05-19)

Features

Bug Fixes

  • await useFactory resolution when registering MikroORM with forRootAsync (#166) (ae637bd)

BREAKING CHANGES

v5.2.3

24 Dec 09:47
Compare
Choose a tag to compare

What's Changed

  • fix: defer automatic clear call on autoLoadEntities cache done on shutdown 8b670e

Full Changelog: v5.2.2...v5.2.3

v5.2.2

23 Sep 07:46
Compare
Choose a tag to compare

Full Changelog: v5.2.1...v5.2.2

Features

  • clear the autoLoadEntities cache automatically on app shutdown (#4733) (aca7c01)

v5.2.1

16 Aug 22:21
Compare
Choose a tag to compare

Bug Fixes

  • fix weird bugs when vitest is used with autoLoadEntities (cd7767a), closes #134

Features

v5.2.0

24 Jun 17:11
Compare
Choose a tag to compare

What's Changed

  • support NestJS 10

Full Changelog: v5.1.8...v5.2.0

v5.1.8

29 Mar 10:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.1.7...v5.1.8

0