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