TypeORM v0.2.17 Release Notes

Release Date: 2019-05-01 // almost 5 years ago
  • ๐Ÿ› Bug fixes

    • ๐Ÿ›  fixed transform embeddeds with boolean values (mongodb) (#3900)
    • ๐Ÿ›  fixed issue with schema inheritance in STI pattern (#3957)
    • โช revert changes from #3814 (#3828)
    • ๐Ÿ›  fix performance issue when inserting into raw tables with QueryBuilder (#3931)
    • sqlite date hydration is susceptible to corruption (#3949)
    • ๐Ÿ›  fixed mongodb uniques, support 3 ways to define uniques (#3986)
    • ๐Ÿ›  fixed mongodb TTL index (#4044)

    ๐Ÿ”‹ Features

    • โž• added deferrable options for foreign keys (postgres) (#2191)
    • โž• added View entity implementation (#1024). Read more at View entities
    • โž• added multiple value transformer support (#4007)