TypeORM v0.1.7 Release Notes

    • ๐Ÿ›  fixed bug with migrations execution in mssql (#1254)
    • โž• added support for more complex ordering in paginated results (#1259)
    • ๐Ÿ‘ MSSQL users are required to add "order by" for skip/offset operations since mssql does not support OFFSET/LIMIT statement without order by applied
    • ๐Ÿ›  fixed issue when relation query builder methods execute operations with empty arrays (#1241)
    • ๐Ÿ”ง Webpack can now be used for node projects and not only for browser projects. To use TypeORM in Ionic with minimal changes checkout the ionic-example for the needed changes. To use webpack for non-Ionic browser webpack projects, the needed configuration can be found in the docs (#1280)
    • โž• added support for loading sub-relations in via find options (#1270)