0.3.24
What's Changed
- feat: add tagged template for executing raw SQL queries by @Newbie012 in https://github.com/typeorm/typeorm/pull/11432
- chore: Add husky and lint-staged by @maxbronnikov10 in https://github.com/typeorm/typeorm/pull/11448
- fix: resolve pkg.pr.new issue by @naorpeled in https://github.com/typeorm/typeorm/pull/11463
- perf: improve save performance during entities update by @lotczyk in https://github.com/typeorm/typeorm/pull/11456
- refactor: remove unused NamingStrategyNotFoundError by @mguida22 in https://github.com/typeorm/typeorm/pull/11462
- chore: add note about breaking change in 0.3.23 by @mguida22 in https://github.com/typeorm/typeorm/pull/11469
- build: include db version in coveralls flag-name by @mguida22 in https://github.com/typeorm/typeorm/pull/11461
- chore: include warning about update({}) in changelog by @sgarner in https://github.com/typeorm/typeorm/pull/11471
- feat: add updateAll and deleteAll methods to EntityManager and Repository APIs by @sgarner in https://github.com/typeorm/typeorm/pull/11459
- Fix/11466 mssql find operator by @christian-forgacs in https://github.com/typeorm/typeorm/pull/11468
- feat(spanner): support insert returning by @denes in https://github.com/typeorm/typeorm/pull/11460
- chore: clarify commit practices by @mguida22 in https://github.com/typeorm/typeorm/pull/11472
- fix(mssql): avoid mutating input parameter array values by @sgarner in https://github.com/typeorm/typeorm/pull/11476
- fix: capacitor driver PRAGMA bug by @AlexAzartsev in https://github.com/typeorm/typeorm/pull/11467
- chore: version 0.3.24 by @mguida22 in https://github.com/typeorm/typeorm/pull/11478
New Contributors
- @denes made their first contribution in https://github.com/typeorm/typeorm/pull/11460
- @AlexAzartsev made their first contribution in https://github.com/typeorm/typeorm/pull/11467
Full Changelog: https://github.com/typeorm/typeorm/compare/0.3.23...0.3.24