| After more than a year in development, MikroORM 6 gets stable today. It brings greatly improved types, with strict partial loading support. Here are a few highlights of what's inside: - strict partial loading [1] - new Getting Started guide [2] - reworked `Loaded` type and improved intellisense all over the place - implicit serialization now fully respects populate hints - polished joined strategy (new default) with support for `populateWhere: 'all'` - cursor-based pagination - reworked support for raw SQL fragments - $some, $none and $every subquery operators - dataloader support for Reference and Collection properties - improved logging support with logger context - extending EntityManager repo: https://github.com/mikro-orm/mikro-orm blog: https://mikro-orm.io/blog/mikro-orm-6-released [1] https://stackblitz.com/edit/mikro-orm-v6-strict-partial-load... [2] https://mikro-orm.io/docs/guide |