Releases: denolib/typeorm
Releases · denolib/typeorm
v0.2.23-rc10
- refactor: Rewrite cli using yargs (#131)
- upgrade: Bump deno to v1.6.2 (#129)
v0.2.23-rc9
- feat(cli): print base typeorm version (#117)
- upgrade: bump deno to v1.4.1 and std to v0.70.0 (#116)
- upgrade: bump deno-postgres to v0.4.5 (#118)
v0.2.23-rc8
- feat: add support for ormconfig.yml (#109)
v0.2.23-rc7
- feat: add support for .env (#101)
- fix(#79): stop downloading unnecessary drivers (#98)
- fix(#87): use tagged version of deno-postgres (#106)
- fix: make this module independent of the unstable APIs (#96)
- chore: use std/hash/sha256.ts instead of x/sha256/mod.ts (#102)
v0.2.23-rc6
-
BREAKING(sqlite): bump deno-sqlite to v2.2.1 and fix handling for int8/bigint/unsigned big int (#88)
-
BREAKING(mysql): bump deno_mysql to v2.3.0 and fix remaining bugs (#82)
-
fix: support [email protected] (#85)
-
fix(#90): Could not connect to the postgres database when TYPEORM_PORT is set (#92)
v0.2.23-rc5
- breaking: bump deno-sqlite to v2.1.0 (#68)
- update: bump deno to v1.1.1 and std to v0.58.0 (#74)
v0.2.23-rc4
- feat: basic implementation for MysqlDriver (#45)
- fix: support [email protected] (#60, #51)
- update: bump std to v0.53.0 (#60, #51)
- update: bump deno_mysql to v2.1.0 (#51)
- update: bump deno-postgres to v0.4.1 (#57, #51)
- update: bump deno-sqlite to v1.0.0 (#51)
- update: bump cac.js to v6.5.9 (#51)
- fix: lazily load underlying driver modules (#54)
v0.2.23-rc3
- update: bump Deno to v0.42.0 in CI (#47)
- update: bump std to v0.42.0 (#47)
- update: bump deno-postgres to v0.3.11 (#47)
v0.2.23-rc2
- update: bump Deno to v0.39.0 (#43)
- update: bump deno-postgres to v0.3.9 (#43)
- fix: modify the SqliteDriver's API to behave more like the original TypeORM's SqljsDriver (to support the browser in the future) (#41)
- fix: restrict dynamic imports to the local file system (#36)
v0.2.23-rc1
Changes
- feat: reimplement SqliteDriver using deno-sqlite (a2d1054)
- feat: basic implementation for PostgresDriver (#20)
- fix: port CLI to Deno (#29)