TypeORM v0.2.40 Release Notes

Release Date: 2021-11-11 // over 2 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿ‘€ BaseEntity finder methods to properly type-check lazy relations conditions (#5710) (0665ff5)

    ๐Ÿ”‹ Features

    • โž• add depth limiter optional parameter when loading nested trees using TreeRepository's findTrees() and findDescendantsTree() (#7926) (0c44629), closes #3909
    • โž• add upsert methods for the drivers that support onUpdate (#8104) (3f98197), closes #2363
    • ๐Ÿ‘ Postgres IDENTITY Column support (#7741) (969af95)

    โช Reverts