TypeORM v0.2.18 Release Notes

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

    • ๐Ÿ›  fixed loadRelationCountAndMap when entities' primary keys are strings (#3946)
    • ๐Ÿ›  fixed QueryExpressionMap not cloning all values correctly (#4156)
    • ๐Ÿ›  fixed transform embeddeds with no columns but with nested embeddeds (mongodb) (#4131)
    • ๐Ÿ›  fixed the getMany() result being droped randomly bug when using the buffer as primary key. (#4220)

    ๐Ÿ”‹ Features

    • โž• adds typeorm migration:show command (#4173)
    • โšก๏ธ deprecate column readonly option in favor of update and insert options (#4035)
    • ๐Ÿ‘Œ support sql.js v1.0 (#4104)
    • โž• added support for orUpdate in SQLlite (#4097)
    • โž• added support for dirty_read (NOLOCK) in SQLServer (#4133)
    • extend afterLoad() subscriber interface to take LoadEvent (issue #4185)
    • ๐Ÿ’ป relation decorators (e.g. @OneToMany) now also accept string instead of typeFunction, which prevents circular dependency issues in the frontend/browser (issue #4190)
    • โž• added support for metadata reflection in typeorm-class-transformer-shim.js (issue #4219)
    • โž• added sqlJsConfig to input config when initializing sql.js (issue #4559)