Releases: tada5hi/typeorm-extension
Releases · tada5hi/typeorm-extension
v2.1.0
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
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
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
tomodifyDataSourceOption[s]ForRuntimeEnvironment
Removed
- Database: Removed
DatabaseOperationOptions
type in favour forDatabaseCreateContext
&DatabaseDropContext
v2.0.0-1
- further enhancement for data-source find operation b738401
- Merge branch 'master' of https://github.com/Tada5hi/typeorm-extension f99386a
- added missing await for drivers + fixed data-source find method ec75a98
- Merge pull request #186 from tada5hi/dependabot/npm_and_yarn/glob-8.0.1 513a0cf
- Merge pull request #187 from tada5hi/dependabot/npm_and_yarn/typeorm-0.3.6 a7f63be
- Bump typeorm from 0.3.5 to 0.3.6 2bd8af2
- Bump glob from 7.2.0 to 8.0.1 a99fceb
v2.0.0-0
- 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
- 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
- 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
- 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
- fixed peer-dependenices 1fe69b1
- fixed linting rules a361e40
- updated package-lock.json file 5783d0f
- revised tsconfig options reader + removed typescript as dependency 019cffe
- Merge pull request #124 from tada5hi/dependabot/npm_and_yarn/eslint-8.7.0 69bc5b0
- Merge pull request #126 from tada5hi/dependabot/npm_and_yarn/ts-jest-27.1.3 6b324a1
- Merge pull request #128 from tada5hi/dependabot/npm_and_yarn/typescript-4.5.5 9fc6b21
- Merge pull request #130 from tada5hi/dependabot/npm_and_yarn/types/node-17.0.13 f2d999f
- pass extra options to underlying driver 9e4ba5b
- restructured database sub-module ad68cd3
- Bump @types/node from 17.0.8 to 17.0.13 8f2bbc1
- Bump typescript from 4.5.4 to 4.5.5 c5e9e11
- Bump ts-jest from 27.1.2 to 27.1.3 f61804d
- Bump eslint from 8.6.0 to 8.7.0 f3005d7
v1.0.3
- Merge branch 'master' of https://github.com/Tada5hi/typeorm-extension d572e8a
- updated package.json 37bd172
- Merge pull request #123 from tada5hi/dependabot/npm_and_yarn/jest-27.4.7 0dca4ad
- Merge branch 'master' of https://github.com/Tada5hi/typeorm-extension 81eb735
- set database option for sqlite & better-sqlite when creating driver c932584
- Bump jest from 27.4.5 to 27.4.7 209f1cf
- Merge pull request #119 from tada5hi/dependabot/npm_and_yarn/types/jest-27.4.0 cfbd01b
- Merge pull request #117 from tada5hi/dependabot/npm_and_yarn/yargs-17.3.1 d4b603a
- Merge pull request #116 from tada5hi/dependabot/npm_and_yarn/types/yargs-17.0.8 1b1d77f
- Bump yargs from 17.3.0 to 17.3.1 d65e60a
- Bump @types/yargs from 17.0.7 to 17.0.8 75ca878
- Bump @types/jest from 27.0.3 to 27.4.0 205bbd7
- Merge pull request #121 from tada5hi/dependabot/npm_and_yarn/eslint-8.6.0 b330ace
- Merge pull request #122 from tada5hi/dependabot/npm_and_yarn/types/node-17.0.8 4fb14ec
- Bump @types/node from 17.0.0 to 17.0.8 bbf9e7c
- Bump eslint from 8.4.0 to 8.6.0 7d1071d