TypeORM v0.2.14 Release Notes

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

    • ๐Ÿ›  fixed migration issue with postgres numeric enum type - change queries are not generated if enum is not modified (#3587)
    • ๐Ÿ›  fixed mongodb entity listeners in optional embeddeds (#3450)
    • ๐Ÿ›  fixes returning invalid delete result
    • โช reverted lazy loading properties not enumerable feature to fix related bugs

    ๐Ÿ”‹ Features

    • โž• added CockroachDB support
    • โž• added browser entry point to package.json (3583)
    • ๐Ÿ— replaced backend-only drivers by dummy driver in browser builds
    • โž• added useLocalForage option to Sql.js connection options, which enables asynchronous load and save operations of the datatbase from the indexedDB (#3554)
    • โž• added simple-enum column type (#1414)