Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.3.22 source code.tar.gz | 2025-04-03 | 1.8 MB | |
0.3.22 source code.zip | 2025-04-03 | 3.7 MB | |
README.md | 2025-04-03 | 5.1 kB | |
Totals: 3 Items | 5.6 MB | 0 |
What's Changed
- fix: transaction not ending correctly by @alumni in https://github.com/typeorm/typeorm/pull/11264
- docs: add "How to use Vite for the backend" entry to faq by @robkorv in https://github.com/typeorm/typeorm/pull/11306
- chore: don't use version in docker-compose files by @assapir in https://github.com/typeorm/typeorm/pull/11320
- fix(sap): pass the configured schema to the db client by @alumni in https://github.com/typeorm/typeorm/pull/11321
- fix(sap): incorrect handling of simple array/json data type by @alumni in https://github.com/typeorm/typeorm/pull/11322
- fix: add VirtualColumn to model shim by @FrancoisDeBellescize in https://github.com/typeorm/typeorm/pull/11331
- fix: remove unnecessary import from JS migration by @TkachenkoDmitry in https://github.com/typeorm/typeorm/pull/11327
- test: rename tests to better describe the case by @OSA413 in https://github.com/typeorm/typeorm/pull/11280
- chore(test): set timezone to UTC by @douglascayers in https://github.com/typeorm/typeorm/pull/11247
- ci: add CodeQL workflow by @naorpeled in https://github.com/typeorm/typeorm/pull/11337
- fix: empty objects being hydrated when eager loading relations that have a
@VirtualColumn
by @alumni in https://github.com/typeorm/typeorm/pull/10927 - test: fix and run tests on Windows by @OSA413 in https://github.com/typeorm/typeorm/pull/11257
- feat(postgres): support macaddr8 column type by @chkjohn in https://github.com/typeorm/typeorm/pull/11345
- build: run format in ci by @mguida22 in https://github.com/typeorm/typeorm/pull/11342
- style: lint repository by @alumni in https://github.com/typeorm/typeorm/pull/11346
- fix: ensure correct MSSQL parameter conversion in where conditions by @sudhirt4 in https://github.com/typeorm/typeorm/pull/11298
- chore: update dependencies by @alumni in https://github.com/typeorm/typeorm/pull/11339
- fix: FindOptionsSelect to use correct type when property is an object by @MGB247 in https://github.com/typeorm/typeorm/pull/11355
- refactor: database server version fetching & comparison by @alumni in https://github.com/typeorm/typeorm/pull/11357
- build: improve test workflow by @alumni in https://github.com/typeorm/typeorm/pull/11361
- build: setup SAP HANA tests by @alumni in https://github.com/typeorm/typeorm/pull/11347
- fix: export QueryEvent before/after types by @nover in https://github.com/typeorm/typeorm/pull/10688
- fix: mongodb connection options by @mohd-akram in https://github.com/typeorm/typeorm/pull/11310
- feat: Incorporate wrapping metadata for MongoDB client instances by @alexbevi in https://github.com/typeorm/typeorm/pull/11214
- fix: bulk insert NULL values in Oracle (#11362) by @ertl in https://github.com/typeorm/typeorm/pull/11363
- fix: remove unnecessary spaces in message when running non-fake migrations by @zyoshoka in https://github.com/typeorm/typeorm/pull/10809
- fix: sql escape issues identified by CodeQL by @alumni in https://github.com/typeorm/typeorm/pull/11338
- fix(sap): normalize deprecated/removed data types in SAP HANA Cloud by @alumni in https://github.com/typeorm/typeorm/pull/11356
- fix: version detection for Postgres derived variants by @alumni in https://github.com/typeorm/typeorm/pull/11375
- feat: Support Expo SQLite Next by @pmk1c in https://github.com/typeorm/typeorm/pull/11107
- docs: add comment explaining select version() by @mguida22 in https://github.com/typeorm/typeorm/pull/11376
- fix: incorrect table alias in insert orUpdate with Postgres driver by @Ben1306 in https://github.com/typeorm/typeorm/pull/11082
- chore: Add package publishing workflow by @michaelbromley in https://github.com/typeorm/typeorm/pull/11377
- chore: Bump version to v0.3.22 and generate changelog by @michaelbromley in https://github.com/typeorm/typeorm/pull/11378
New Contributors
- @robkorv made their first contribution in https://github.com/typeorm/typeorm/pull/11306
- @assapir made their first contribution in https://github.com/typeorm/typeorm/pull/11320
- @FrancoisDeBellescize made their first contribution in https://github.com/typeorm/typeorm/pull/11331
- @TkachenkoDmitry made their first contribution in https://github.com/typeorm/typeorm/pull/11327
- @douglascayers made their first contribution in https://github.com/typeorm/typeorm/pull/11247
- @chkjohn made their first contribution in https://github.com/typeorm/typeorm/pull/11345
- @sudhirt4 made their first contribution in https://github.com/typeorm/typeorm/pull/11298
- @MGB247 made their first contribution in https://github.com/typeorm/typeorm/pull/11355
- @alexbevi made their first contribution in https://github.com/typeorm/typeorm/pull/11214
- @zyoshoka made their first contribution in https://github.com/typeorm/typeorm/pull/10809
- @pmk1c made their first contribution in https://github.com/typeorm/typeorm/pull/11107
- @Ben1306 made their first contribution in https://github.com/typeorm/typeorm/pull/11082
Full Changelog: https://github.com/typeorm/typeorm/compare/0.3.21...0.3.22