TypeORM v0.2.15 Release Notes

Release Date: 2019-03-13 // about 5 years ago
  • ๐Ÿ› Bug fixes

    • ๐Ÿ›  fixed bug in connection.dropDatabase method (#1414)
    • ๐Ÿ›  fixed "deep relations" not loaded/mapped due to the built-in max length of Postgres (#3118)
    • โšก๏ธ updated all dependencies
    • ๐Ÿ›  fixed types issue from #3725
    • โœ‚ removed sql-function-support (() => syntax) in parameters to prevent security considerations
    • ๐Ÿ›  fix sync schema issue with postgres enum in case capital letters in entity name (#3536)

    ๐Ÿ”‹ Features

    • โž• added uuidExtension option to Postgres connection options, which allows TypeORM to use the newer pgcrypto extension to generate UUIDs