TypeORM v0.2.32 Release Notes

Release Date: 2021-03-30 // about 3 years ago
  • ๐Ÿ› Bug Fixes

    ๐Ÿ”‹ Features

    • โž• add check and dry-run to migration generate (#7275) (d6df200), closes #3037 #6978
    • โž• add option for installing package using CLI (#6889) (3d876c6)
    • โž• Add support for Access Token Authentication for SQL Server Driver (mssql) (#7477) (e639772)
    • โž• added socketPath support for replicas in MySQL driver (#7459) (8d7afaf)
    • ๐Ÿ‘ allow to pass the given table name as string in RelationDecorators (#7448) (4dbb10e)
    • โšก๏ธ implement "FOR UPDATE OF" for postgres driver (#7040) (fde9f07)
    • ๐Ÿ”ง introduced a new configuration option "formatOptions.castParameters" to delegate the prepare/hydrate parameters to the driver which will result in casting the parameters to their respective column type (#7483) (7793b3f)
    • output Javascript Migrations instead of TypeScript (#7294) (b97cc4f)