nestjs

NestJS MikroORM integration

MIT License

Downloads
283.4K
Stars
200
Committers
20

Bot releases are hidden (Show)

nestjs - v6.0.2 Latest Release

Published by B4nan 5 months ago

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: https://github.com/mikro-orm/nestjs/compare/v6.0.1...v6.0.2

nestjs - v6.0.1

Published by B4nan 5 months ago

6.0.1 (2024-05-19)

Bug Fixes

  • reuse single MikroORM instance (3656eaf)
  • improve support for driver specific imports (a71c354)
nestjs - v6.0.0

Published by B4nan 5 months ago

6.0.0 (2024-05-19)

Features

Bug Fixes

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

BREAKING CHANGES

nestjs - v5.2.3

Published by B4nan 10 months ago

What's Changed

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

Full Changelog: https://github.com/mikro-orm/nestjs/compare/v5.2.2...v5.2.3

nestjs - v5.2.2

Published by B4nan about 1 year ago

Full Changelog: https://github.com/mikro-orm/nestjs/compare/v5.2.1...v5.2.2

Features

  • clear the autoLoadEntities cache automatically on app shutdown (#4733) (aca7c01)
nestjs - v5.2.1

Published by B4nan about 1 year ago

Bug Fixes

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

Features

nestjs - v5.2.0

Published by B4nan over 1 year ago

What's Changed

  • support NestJS 10

Full Changelog: https://github.com/mikro-orm/nestjs/compare/v5.1.8...v5.2.0

nestjs - v5.1.8

Published by B4nan over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/mikro-orm/nestjs/compare/v5.1.7...v5.1.8

nestjs - v5.1.7

Published by B4nan over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/mikro-orm/nestjs/compare/v5.1.6...v5.1.7

nestjs - v5.1.6

Published by B4nan almost 2 years ago

What's Changed

  • tries to fix issue with async useFactory
  • tries to fix issue with autoLoadEntities and repeatable init/close calls

Full Changelog: https://github.com/mikro-orm/nestjs/compare/v5.1.4...v5.1.6

nestjs - v5.1.5

Published by B4nan almost 2 years ago

  • fixes some edge cases after the fix from 5.1.3
nestjs - v5.1.4

Published by B4nan almost 2 years ago

  • removes yarn v3 constraint from package.json engines
nestjs - v5.1.3

Published by B4nan almost 2 years ago

  • this version uses different mechanism for registering the EntityManager flavours (e.g. SqlEntityManager), which should also help with pnpm dependency resolution issues
nestjs - v5.1.1

Published by B4nan about 2 years ago

Bug Fixes

  • make the forFeature type more loose and accept any EntitySchema (c0012c9)
    fix: (#82)
  • return same EM fork for EM from core and driver packages (#82) (d6789f6)