Skip to content

Releases: tada5hi/typeorm-extension

v2.1.2

12 May 18:59
Compare
Choose a tag to compare

Important NOTE

This version should only be used with typeorm >= v0.3.0


  • Merge pull request #210 from tada5hi/dependabot/npm_and_yarn/yargs-17.5.0 ac1d91b
  • Bump yargs from 17.4.1 to 17.5.0 bee5eae
  • extended test-suite, fixed coverage & use locter for locating and loading files 25410ac
  • Merge branch 'master' of https://github.com/Tada5hi/typeorm-extension e286eba
  • use runSeeder(s) DataSource instance for the seeder factory manager + further README.md enhancement 9b35675
  • Merge pull request #208 from tada5hi/dependabot/npm_and_yarn/types/node-17.0.32 d52ee5a
  • Bump @types/node from 17.0.31 to 17.0.32 9a16999
  • add support for multiple data-sources + prevent race condition for multiple singleton instances 7ac2d49
  • Merge pull request #207 from tada5hi/dependabot/npm_and_yarn/eslint-8.15.0 4a3eaef
  • Bump eslint from 8.14.0 to 8.15.0 8b9b428

v2.1.1...v2.1.2

v2.1.1

04 May 06:24
Compare
Choose a tag to compare

Important NOTE

This version should only be used with typeorm >= v0.3.0


  • close postgres db connection if database already exist 1eca591
  • Merge pull request #204 from tada5hi/dependabot/npm_and_yarn/types/jest-27.5.0 c1a463c
  • Merge pull request #205 from tada5hi/dependabot/npm_and_yarn/faker-js/faker-6.3.1 1636565
  • Bump @types/jest from 27.4.1 to 27.5.0 ab3f246
  • Merge pull request #202 from tada5hi/dependabot/npm_and_yarn/types/node-17.0.31 2bb0ff3
  • Bump @faker-js/faker from 6.2.0 to 6.3.1 5823f84
  • Bump @types/node from 17.0.30 to 17.0.31 19c3e0b
  • Merge pull request #201 from tada5hi/dependabot/npm_and_yarn/types/node-17.0.30 955f99c
  • Merge pull request #199 from tada5hi/dependabot/npm_and_yarn/typescript-4.6.4 7707823
  • Merge pull request #200 from tada5hi/dependabot/npm_and_yarn/tada5hi/eslint-config-typescript-1.0.2 e61556c
  • Bump @types/node from 17.0.29 to 17.0.30 186c9b8
  • Bump @tada5hi/eslint-config-typescript from 1.0.1 to 1.0.2 bfff322
  • Bump typescript from 4.6.3 to 4.6.4 523d227
  • Merge pull request #198 from tada5hi/dependabot/npm_and_yarn/types/node-17.0.29 e9f2920
  • Merge pull request #197 from tada5hi/dependabot/npm_and_yarn/trapi/query-2.1.3 45eb7fd
  • Bump @types/node from 17.0.26 to 17.0.29 574bf54
  • Bump @trapi/query from 2.1.2 to 2.1.3 fb94e27

v2.1.0...v2.1.1

v2.1.0

25 Apr 12:49
Compare
Choose a tag to compare

Important NOTE

This version should only be used with typeorm >= v0.3.0


Added

  • Seeding: Seed the database from the CLI or directly from the code base.

  • typo fix in README.md a2426f4
  • add seeding types to README.md e5a7656
  • enhanced README.md section + minor function declaration enhancement b0f790b
  • cleanup & further enhancement for seeding sub-module 6771eb1
  • Merge pull request #193 from tada5hi/dependabot/github_actions/codecov/codecov-action-3.1.0 49e1652
  • Merge pull request #194 from tada5hi/dependabot/npm_and_yarn/types/node-17.0.26 8b0baf3
  • Merge pull request #195 from tada5hi/dependabot/npm_and_yarn/eslint-8.14.0 9f695ef
  • Bump eslint from 8.13.0 to 8.14.0 ba315cc
  • Bump @types/node from 17.0.25 to 17.0.26 0f60b40
  • extended seeding sub-module + enhanced README.md 4a0c615
  • Bump codecov/codecov-action from 3.0.0 to 3.1.0 4b348ff

v2.0.1...v2.1.0

v2.0.1

19 Apr 11:18
Compare
Choose a tag to compare

Important NOTE

This version should only be used with typeorm >= v0.3.0


  • Merge pull request #191 from tada5hi/dependabot/npm_and_yarn/types/node-17.0.25 9d6b555
  • Merge pull request #190 from tada5hi/dependabot/npm_and_yarn/tada5hi/eslint-config-typescript-1.0.1 53d4a18
  • enhanced README.md + export data-source find method 395cb6b
  • Bump @types/node from 17.0.24 to 17.0.25 e5953a2
  • Bump @tada5hi/eslint-config-typescript from 1.0.0 to 1.0.1 78ef63a

v2.0.0...v2.0.1

v2.0.0

16 Apr 12:00
Compare
Choose a tag to compare

Important NOTE

This version should only be used with typeorm >= v0.3.0


Added

  • Database: add support for data-source (+ CLI).
  • Database: add findDataSource function to locate and load data-source.

Changed

  • Database: renamed function modifyConnectionOption[s]ForRuntimeEnvironment to modifyDataSourceOption[s]ForRuntimeEnvironment

Removed

  • Database: Removed DatabaseOperationOptions type in favour for DatabaseCreateContext & DatabaseDropContext

v2.0.0-1...v2.0.0

v2.0.0-1

15 Apr 09:26
Compare
Choose a tag to compare
v2.0.0-1 Pre-release
Pre-release

v2.0.0-0...v2.0.0-1

v2.0.0-0

11 Apr 12:24
Compare
Choose a tag to compare
v2.0.0-0 Pre-release
Pre-release
  • Merge branch 'master' of https://github.com/Tada5hi/typeorm-extension 1509ae5
  • data-source finder detect runtime environment (ts-node) for default paths 0775bb5
  • Merge pull request #183 from tada5hi/dependabot/npm_and_yarn/eslint-8.13.0 7e080bd
  • Merge pull request #182 from tada5hi/dependabot/github_actions/codecov/codecov-action-3.0.0 62953b6
  • Bump eslint from 8.12.0 to 8.13.0 00c5820
  • Merge pull request #184 from tada5hi/dependabot/npm_and_yarn/yargs-17.4.1 93859c9
  • Merge pull request #185 from tada5hi/next dbc5292
  • enhanced README.md + database operation context creation ad280cd
  • Bump yargs from 17.4.0 to 17.4.1 28cacf6
  • Bump codecov/codecov-action from 2.1.0 to 3.0.0 4633958
  • added file-{locator,loader} submodules + data-source finder d146bcd
  • initial README.md factoring d3877be
  • add database synchronize support + enhanced {create,drop}-context building 24c355d
  • enhanced & cleanup for {create,drop}-database & driver api 1727d01
  • restructured & adapted {connection,seeder}-sub-module 2b4d1fe
  • fixed test-suite 38459dd
  • initial restructuring & refactoring for typeorm >= v0.3 c666da9

v1.2.2...v2.0.0-0

v1.2.2

06 Apr 05:50
Compare
Choose a tag to compare
  • updated lock-file fe00027
  • Merge pull request #178 from tada5hi/dependabot/npm_and_yarn/tada5hi/eslint-config-typescript-1.0.0 8cb4161
  • Bump @tada5hi/eslint-config-typescript from 0.0.25 to 1.0.0 579ec38
  • Merge pull request #177 from tada5hi/dependabot/npm_and_yarn/eslint-8.12.0 35bae33
  • Merge pull request #175 from tada5hi/dependabot/npm_and_yarn/trapi/query-2.1.2 961108f
  • Bump eslint from 8.11.0 to 8.12.0 a314ccb
  • Bump @trapi/query from 2.1.1 to 2.1.2 102592a
  • Merge pull request #171 from tada5hi/dependabot/npm_and_yarn/types/node-17.0.23 af0e71f
  • Merge pull request #174 from tada5hi/dependabot/npm_and_yarn/ts-jest-27.1.4 9709e30
  • Merge pull request #173 from tada5hi/dependabot/npm_and_yarn/typescript-4.6.3 473c196
  • Bump ts-jest from 27.1.3 to 27.1.4 0ddb989
  • Bump typescript from 4.6.2 to 4.6.3 8e3c899
  • Bump @types/node from 17.0.22 to 17.0.23 8b249ef
  • Merge pull request #167 from tada5hi/dependabot/npm_and_yarn/np-7.6.1 5c99b51
  • Merge pull request #166 from tada5hi/dependabot/npm_and_yarn/yargs-17.4.0 f822e17
  • Merge pull request #168 from tada5hi/dependabot/npm_and_yarn/types/node-17.0.22 8ae829e
  • Bump @types/node from 17.0.21 to 17.0.22 7305314
  • Bump np from 7.6.0 to 7.6.1 7c4233c
  • Bump yargs from 17.3.1 to 17.4.0 bf85418
  • Merge pull request #164 from tada5hi/dependabot/npm_and_yarn/types/yargs-17.0.10 f8f6d36
  • Bump @types/yargs from 17.0.9 to 17.0.10 9c1bcd4

v1.2.1...v1.2.2

v1.2.1

16 Mar 18:48
Compare
Choose a tag to compare
  • updated package.json lock file e9c9146
  • updated package.json typeorm semver version range 0b86744
  • removed node v14 from test pipeline 5326db4
  • allow query filtering by nullish value 913e64d
  • Merge pull request #162 from tada5hi/dependabot/npm_and_yarn/eslint-8.11.0 9daf4b3
  • Bump eslint from 8.10.0 to 8.11.0 f26ae97
  • Merge pull request #160 from tada5hi/dependabot/npm_and_yarn/ts-node-10.7.0 a6b871d
  • Bump ts-node from 10.6.0 to 10.7.0 9b2664f
  • Merge pull request #161 from tada5hi/dependabot/npm_and_yarn/typeorm-0.2.45 f02696c
  • Bump typeorm from 0.2.44 to 0.2.45 8413669
  • Merge pull request #157 from tada5hi/dependabot/github_actions/actions/checkout-3 40bcf56
  • Merge pull request #158 from tada5hi/dependabot/npm_and_yarn/ts-node-10.6.0 880df24
  • Merge pull request #159 from tada5hi/dependabot/npm_and_yarn/types/yargs-17.0.9 da262db
  • Merge pull request #156 from tada5hi/dependabot/npm_and_yarn/typescript-4.6.2 4f78a31
  • Bump @types/yargs from 17.0.8 to 17.0.9 a262865
  • Bump ts-node from 10.5.0 to 10.6.0 0ebf51b
  • Bump actions/checkout from 2 to 3 4416f6b
  • Bump typescript from 4.5.5 to 4.6.2 6fdd86b
  • Merge pull request #155 from tada5hi/dependabot/npm_and_yarn/eslint-8.10.0 2404fc6
  • Bump eslint from 8.9.0 to 8.10.0 a8f75d2

v1.2.0...v1.2.1

v1.2.0

27 Feb 17:37
Compare
Choose a tag to compare
  • removed hint from README.md a9d34da
  • add better-sqlite3 driver support ea83703
  • add mssql domain support + moved typeorm to peer-dependencies af50f7f
  • Merge pull request #154 from tada5hi/dependabot/github_actions/actions/setup-node-3 627b83b
  • Bump actions/setup-node from 2 to 3 2225df8
  • Merge pull request #152 from tada5hi/dependabot/npm_and_yarn/types/node-17.0.21 15d0a25
  • Merge pull request #153 from tada5hi/dependabot/npm_and_yarn/typeorm-0.2.44 e62654d
  • Bump typeorm from 0.2.43 to 0.2.44 8f434a6
  • Bump @types/node from 17.0.19 to 17.0.21 af5fa45
  • Merge pull request #150 from tada5hi/dependabot/npm_and_yarn/types/jest-27.4.1 b26fedf
  • Bump @types/jest from 27.4.0 to 27.4.1 ef759a7
  • Merge pull request #146 from tada5hi/dependabot/npm_and_yarn/typeorm-0.2.43 454ef7e
  • Merge pull request #147 from tada5hi/dependabot/npm_and_yarn/types/node-17.0.19 74a7b78
  • Bump @types/node from 17.0.18 to 17.0.19 bb5dab2
  • Merge pull request #143 from tada5hi/dependabot/npm_and_yarn/eslint-8.9.0 5cc2f22
  • Bump typeorm from 0.2.41 to 0.2.43 f43e16d
  • Bump eslint from 8.8.0 to 8.9.0 e235340
  • Merge pull request #144 from tada5hi/dependabot/npm_and_yarn/types/node-17.0.18 da30c15
  • Merge pull request #141 from tada5hi/dependabot/npm_and_yarn/jest-27.5.1 04316fe
  • Bump @types/node from 17.0.16 to 17.0.18 071150d
  • Bump jest from 27.5.0 to 27.5.1 360c266
  • Merge pull request #140 from tada5hi/dependabot/npm_and_yarn/types/node-17.0.16 19a8a05
  • Merge pull request #139 from tada5hi/dependabot/npm_and_yarn/ts-node-10.5.0 1e114e4
  • Merge pull request #137 from tada5hi/dependabot/npm_and_yarn/jest-27.5.0 77c2f7f
  • Merge pull request #135 from tada5hi/dependabot/npm_and_yarn/trapi/query-2.0.5 0e1394d
  • Merge pull request #134 from tada5hi/dependabot/npm_and_yarn/tada5hi/eslint-config-typescript-0.0.25 d789f5a
  • Bump @types/node from 17.0.14 to 17.0.16 c270e74
  • Bump ts-node from 10.4.0 to 10.5.0 dd17ec7
  • Bump jest from 27.4.7 to 27.5.0 d2b348b
  • Bump @trapi/query from 2.0.3 to 2.0.5 79dbc4e
  • Bump @tada5hi/eslint-config-typescript from 0.0.24 to 0.0.25 d9cf70f
  • Merge pull request #132 from tada5hi/dependabot/npm_and_yarn/eslint-8.8.0 fd9b5e4
  • Merge pull request #133 from tada5hi/dependabot/npm_and_yarn/types/node-17.0.14 c2877d7
  • Bump @types/node from 17.0.13 to 17.0.14 859ea6a
  • Bump eslint from 8.7.0 to 8.8.0 4aa166d

v1.1.0...v1.2.0