Skip to content

Releases: denolib/typeorm

v0.2.23-rc10

01 Jan 05:54
f0a5fab
Compare
Choose a tag to compare
  • refactor: Rewrite cli using yargs (#131)
  • upgrade: Bump deno to v1.6.2 (#129)

v0.2.23-rc9

21 Sep 11:59
1fb202a
Compare
Choose a tag to compare
  • 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

10 Aug 00:06
5a7506c
Compare
Choose a tag to compare
  • feat: add support for ormconfig.yml (#109)

v0.2.23-rc7

05 Aug 20:00
cefe631
Compare
Choose a tag to compare
  • 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

25 Jul 03:36
fad20fa
Compare
Choose a tag to compare
  • 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 deno@v1.2.0 (#85)

  • fix(#90): Could not connect to the postgres database when TYPEORM_PORT is set (#92)

v0.2.23-rc5

21 Jun 01:36
0a93c5d
Compare
Choose a tag to compare
  • 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

26 May 17:21
8eef30a
Compare
Choose a tag to compare
  • feat: basic implementation for MysqlDriver (#45)
  • fix: support Deno@v1.0.2 (#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

04 May 02:24
933a26b
Compare
Choose a tag to compare
  • 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

05 Apr 15:48
fe8b46d
Compare
Choose a tag to compare
  • 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

28 Mar 10:58
119bb9d
Compare
Choose a tag to compare

Changes

  • feat: reimplement SqliteDriver using deno-sqlite (a2d1054)
  • feat: basic implementation for PostgresDriver (#20)
  • fix: port CLI to Deno (#29)