TypeORM v0.2.38 Release Notes

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

    • prevent using absolute table path in migrations unless required (#8038) (e9366b3)
    • snakecase conversion for strings with numbers (#8111) (749511d)
    • ๐Ÿ‘‰ use full path for table lookups (#8097) (22676a0)

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ support QueryRunner.stream with Oracle (#8086) (b858f84)