TypeORM v0.2.21 Release Notes

Release Date: 2019-12-05 // over 4 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿ‘ allow expireAfterSeconds 0 in Index decorator (close #5004) (#5005) (d05467c)
    • do not mutate connection options (#5078) (1047989)
    • mysql driver query streaming (#5036) (aff2f56)
    • โœ‚ remove consrc usage (postgres,cockroachdb) (#4333) (ce7cb16), closes #4332
    • ๐Ÿ”’ repo for app-root-path in lock file (#5052) (f0fd192)
    • resolve MySQL unique index check when bigNumberStrings is false (#4822) (d205574), closes #2737
    • resolve sorting bug for several mongo vesions with typeorm migration (#5121) (cb771a1), closes #5115
    • throwing error on duplicate migration names #4701 (#4704) (3e4dc9f)
    • unescaped column name in order clause of "migrations" (#5108) (c0c8566)
    • โฌ†๏ธ upgrade app-root-path (#5023) (7f87f0c)

    ๐Ÿ”‹ Features