MikroORM v6.4 is out. This release brings lots of smaller improvements all over the board, let's talk about some of them!
11 posts tagged with "node"
View All TagsMikroORM 6.3: Schema first?
MikroORM v6.3 is out, and this is yet another packed release. It simplifies project setup, greatly improves the Entity Generator and brings the Loaded
type support to QueryBuilder
.
MikroORM 6.2: Say hello to SQL Server (and libSQL)
I am pleased to announce MikroORM v6.2. This release is special, after a very long time, two new SQL drivers are added, namely the Microsoft SQL Server (@mikro-orm/mssql
package) and libSQL driver (@mikro-orm/libsql
package). And there is more!
MikroORM 6: Polished
After more than a year in the development, I am thrilled to announce the next major version of MikroORM has just become stable. It brings many improvements throughout the whole system, and doubles down on type-safety and strictness.
MikroORM 5.8 released
After a longer pause, I am pleased to announce next feature release - MikroORM v5.8, probably the last one before v6. While I don't blog about the feature releases very often, I feel like this one deserves more attention. Why?
MikroORM 5: Stricter, Safer, Smarter
The next major version of MikroORM has been just released. The title says: Stricter, Safer, Smarter – why?
- Greatly improved type safety (e.g. populate and partial loading hints)
- Auto-flush mode (so we never lose in-memory changes)
- Automatic refreshing of loaded entities (say goodby to refresh: true)
- Reworked schema diffing with automatic down migrations support
- and many many more...
This time it took almost a year to get here – initial work on v5 started back in March 2021.
MikroORM 4.1: Let’s talk about performance
I just shipped version 4.1 of MikroORM, the TypeScript ORM for Node.js, and I feel like this particular release deserves a bit more attention than a regular feature release.
MikroORM 4: Filling the Gaps
After 4 months of active development, I am thrilled to announce the release of MikroORM 4. When I started to work on v4, the goal was to make it relatively small release, mainly to drop support for TypeScript 3.6 and Node.js 8, and to split the project into multiple packages, so we can have more fine grained control over the dependencies (mainly because of ts-morph having TS as a runtime dependency).
But what a major release would that be, without having a bunch of new features as well, right?
MikroORM 3: Knex.js, CLI, Schema Updates, Entity Generator and more…
New major version of the TypeScript ORM has been released, read about its new features and breaking changes.
Handling Transactions and Concurrency in MikroORM
How to handle transactions and concurrency with ease.