TypeORM v0.2.10 Release Notes

Release Date: 2019-01-02 // over 5 years ago
    • ๐Ÿ‘ allowed caching options from environment variable (#3321)
    • more accurate type for postgres ssl parameters
    • โž• added support for ON UPDATE CASCADE relations for mysql
    • repository.save returns union type
    • โž• added reuse of lazy relationships
    • โž• added ability to disable prefixes for embedded columns
    • โœ… migrations can be tested
    • migration run returns array of successful migrations
    • โž• added debug ENV option
    • โž• added support for postgres exclusion constraints
    • ๐Ÿ› bug fixes
    • ๐Ÿ“š documentation updates
    • fixed issue with mysql primary generated uuid ER_TOO_LONG_KEY (#1139)