TypeORM v0.2.13 Release Notes

Release Date: 2019-02-10 // about 5 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fixed undefined object id field in case property name is _id (3517)
    • ๐Ÿ‘ allow to use mongodb index options in Index decorator (#3592)
    • ๐Ÿ›  fixed entity embeddeds indices in mongodb (#3585)
    • ๐Ÿ›  fixed json/jsonb column data types comparison (#3496)
    • ๐Ÿ›  fixed increment/decrement value of embedded entity (#3182)
    • ๐Ÿ›  fixed missing call transformer.from() in case column is NULL (#3395)
    • ๐Ÿ›  fixed signatures of update/insert methods, some find* methods in repositories, entity managers, BaseEntity and QueryBuilders
    • ๐Ÿ– handle embedded documents through multiple levels in mongodb (#3551)
    • ๐Ÿ›  fixed hanging connections in mssql driver (#3327)

    ๐Ÿ”‹ Features

    • Injection 2nd parameter(options) of constructor to ioredis/cluster is now possible(#3538)