TypeORM v0.2.29 Release Notes

Release Date: 2020-11-02 // over 3 years ago
  • ๐Ÿ› Bug Fixes

    ๐Ÿ”‹ Features

    • โž• add ability for escaping for Raw() find operator (#6850) (91b85bf)
    • โž• add absolute path support to other CLI commands (#6807) (d9a76e9)
    • โž• Add SelectQueryBuilder.getOneOrFail() (#6885) (920e781), closes #6246
    • backport ilike from next (#6862) (c8bf81e)
    • Exit with code 1 on empty migration:generate (#6978) (8244ea1)
    • ๐Ÿ”€ schema synchronization for partitioned tables with PostgreSQL 12+ (#6780) (990442e)
    • ๐Ÿ‘Œ support autoEncryption option for MongoDB (#6865) (b22c27f)
    • ๐Ÿ‘Œ Support column comments in Postgres and CockroachDB (#6902) (bc623a4), closes #3360
    • ๐Ÿ‘Œ support ESM in ormconfig js & ts (#6853) (7ebca2b), closes #5003
    • ๐Ÿ‘Œ support query comments in the query builder (#6892) (84c18a9), closes #3643
    • transactional events in subscriber interface + "transaction" option in FindOptions (#6996) (0e4b239)

    ๐ŸŽ Performance Improvements