TypeORM 1.0.0

1.0.0
Added 6
  • Support for PostgreSQL indices
  • Error handling and log warning for ormconfig loading failures
  • Better typing for conditions in increment and decrement of EntityManager
  • Support for installing additional postgres extensions
  • Deferrable support to exclusion decorator to mirror unique and index decorators
  • Support for INSERT INTO ... SELECT FROM ... in QueryBuilder
Changed 2
  • PostgreSQL enum value changes now use ADD VALUE when possible
  • Replace uuid with native Crypto API
Fixed 12
  • Include joined entity primary keys in pagination subquery
  • Preserve structured query results during transaction retry replay in CockroachDB
  • getPendingMigrations unnecessarily creating migrations table
  • Copy cordova query rows affected into query result
  • Resolve nameless TableForeignKey on drop foreign key
  • Virtual property handling in schema builder
Removed 1
  • Legacy expo driver

TypeORM v1.0 is here! 🥳

👉 For a structured walk-through of the changes in v1.0 — breaking changes, new features, security fixes, and the upgrade path from 0.3.x — see the v1.0 Release Notes.

This release includes breaking changes. See the v1.0 Upgrade Guide

What's Changed
New Contributors

Full Changelog: https://github.com/typeorm/typeorm/compare/0.3.30...1.0.0

View original

Upgraded? How did it go?

Discussion