Kononnable
|
ed500c612e
|
unfinished docs
|
2019-09-09 21:36:22 +02:00 |
|
Kononnable
|
9d1ba211bc
|
0.3.5
|
2019-08-27 20:31:16 +02:00 |
|
Kononnable
|
85f9194c5d
|
changed npm trigger prepack to prepare
|
2019-08-27 20:16:39 +02:00 |
|
Kononnable
|
924a284303
|
fix using library through npm package
|
2019-08-27 19:54:01 +02:00 |
|
Kononnable
|
ae812e1661
|
updated changelog, readme, fixed typos
|
2019-08-25 23:11:33 +02:00 |
|
Kononnable
|
0bedb0da7e
|
Fixed RelationId generation. (#192)
Fixed RelationId generation.
|
2019-08-25 22:16:57 +02:00 |
|
Kononnable
|
738dde40ae
|
changed spacing in tomg-config files
|
2019-08-25 21:45:49 +02:00 |
|
Kononnable
|
30ff7429e1
|
Merge pull request #194 from gintsgints/master
Fix 2 vulnerabilities.
|
2019-08-25 20:52:53 +02:00 |
|
Gints Polis
|
cf98976c27
|
Fix 2 vulnerabilities.
|
2019-08-25 06:32:21 +03:00 |
|
Vasil Rangelov
|
b1047c88f7
|
Merge branch 'master' of https://github.com/Kononnable/typeorm-model-generator into relation-id-fix
# Conflicts:
# src/entity.mst
|
2019-08-23 12:34:48 +03:00 |
|
Kononnable
|
3298388a4e
|
Adds "?" to property names… (#182)
Adds "?" to property names…
|
2019-08-23 10:33:08 +02:00 |
|
Vasil Rangelov
|
cf23453c36
|
Fixed RelationId generation.
|
2019-08-23 10:38:44 +03:00 |
|
Kononnable
|
f9b4f560b9
|
fix test compilation error
|
2019-08-21 23:27:26 +02:00 |
|
Kononnable
|
af210c6e83
|
merge master branch
|
2019-08-21 23:07:57 +02:00 |
|
Kononnable
|
14feb68cca
|
add strictMode generation option
|
2019-08-21 23:05:00 +02:00 |
|
Kononnable
|
3682077b7e
|
Added support for detached entities (#177)
Added support for detached entities
|
2019-08-21 18:59:35 +02:00 |
|
Kononnable
|
130be42f25
|
change param name to skipSchema
|
2019-08-21 18:50:07 +02:00 |
|
Kononnable
|
9d49fd3ee7
|
disable generating complex relationships
until they're not generated completly
|
2019-08-19 21:45:12 +02:00 |
|
Vasil Rangelov
|
fbf5980dce
|
Merge branch 'master' of https://github.com/Kononnable/typeorm-model-generator into support-detached
# Conflicts:
# src/index.ts
# src/models/EntityInfo.ts
|
2019-08-19 17:09:00 +03:00 |
|
Vasil Rangelov
|
3cec1836a1
|
Merge branch 'master' of https://github.com/Kononnable/typeorm-model-generator into partial-init
# Conflicts:
# src/entity.mst
|
2019-08-19 15:09:51 +03:00 |
|
Kononnable
|
07d82714d7
|
run tests with colors on CI
|
2019-08-17 00:42:15 +02:00 |
|
Kononnable
|
526ecec749
|
address fix (#189)
address fix
|
2019-08-17 00:04:20 +02:00 |
|
Bogdan Korenkov
|
9e8fcb059c
|
fix: readme
|
2019-08-15 09:57:39 +03:00 |
|
Bogdan Korenkov
|
49274fe4db
|
fix: wrong address typed
|
2019-08-15 09:56:08 +03:00 |
|
Kononnable
|
b00ec56118
|
Feature - support richer derivation of column & entity name (#176)
Feature - support richer derivation of column & entity name
|
2019-08-14 13:16:18 +02:00 |
|
Kononnable
|
b0842debf9
|
fix tests on CI
|
2019-08-14 13:09:06 +02:00 |
|
Kononnable
|
6021be0041
|
merge master branch
|
2019-08-14 12:54:50 +02:00 |
|
Kononnable
|
ebbf753864
|
option to add visibility to constructor #169
|
2019-08-12 21:35:37 +02:00 |
|
Kononnable
|
52fa711c07
|
switch to eslint-typescript from deprecated tslint
(part2)
|
2019-08-12 17:32:28 +02:00 |
|
Kononnable
|
0d0ceeb1da
|
switch to eslint-typescript from deprecated tslint
(part 1)
|
2019-08-11 20:59:41 +02:00 |
|
Kononnable
|
acfb717d89
|
add full code compilation as part of test process
|
2019-08-09 23:20:29 +02:00 |
|
Kononnable
|
6ab81afe28
|
change node versions tested on CI
|
2019-08-09 23:12:28 +02:00 |
|
Kononnable
|
7ce6f139ee
|
codecov config change
|
2019-08-09 22:55:03 +02:00 |
|
Kononnable
|
ecd90e8ac8
|
query timeout option #185 #188
|
2019-08-09 22:34:56 +02:00 |
|
Kononnable
|
b81b54f57f
|
set precision when scale isn't default numeric types
fixes #184
|
2019-08-09 19:40:01 +02:00 |
|
Kononnable
|
139aac0fac
|
support for postgres enum types #187
|
2019-08-09 18:13:13 +02:00 |
|
Kononnable
|
1b8d561ec5
|
Merge branch 'master' of github.com:Kononnable/typeorm-model-generator
|
2019-08-08 22:24:36 +02:00 |
|
Kononnable
|
29e6506f00
|
docs: add docs:generating multiple schemas at once (#186)
docs: add docs:generating multiple schemas at once
|
2019-08-08 22:17:12 +02:00 |
|
Kononnable
|
e8c01bdba9
|
docs change
|
2019-08-08 21:57:29 +02:00 |
|
Kononnable
|
0794cf92ef
|
update dependencies
|
2019-08-08 20:43:04 +02:00 |
|
Bert Verhelst
|
1f4cfedc38
|
docs: add docs:generating multiple schemas at once
|
2019-08-01 10:14:13 +02:00 |
|
Vasil Rangelov
|
d20b322f80
|
Adds "?" to property names, to make the generated code compatible with "strictPropertyInitialization" TS setting.
Also adds a call to super() when in active record mode, to make tslint play nice.
|
2019-07-19 16:20:29 +03:00 |
|
Kononnable
|
c85d400333
|
Strict TS and TSLint compliance (#168)
Strict TS and TSLint compliance
|
2019-07-19 12:39:52 +02:00 |
|
Pawe Kotarski
|
1e81065b30
|
merge master
|
2019-07-19 11:59:38 +02:00 |
|
Kononnable
|
ce8d37c075
|
Added support for UNSIGNED columns in MySQL. (#179)
Added support for UNSIGNED columns in MySQL.
|
2019-07-19 11:37:24 +02:00 |
|
Pawe Kotarski
|
71c4f0ea73
|
add test
|
2019-07-19 11:21:33 +02:00 |
|
Kononnable
|
df20deef14
|
Update README.md
|
2019-07-19 10:48:21 +02:00 |
|
Kononnable
|
6975813a3f
|
Bump lodash from 4.17.11 to 4.17.14 (#180)
Bump lodash from 4.17.11 to 4.17.14
|
2019-07-11 09:49:13 +02:00 |
|
dependabot[bot]
|
b89542a4d1
|
Bump lodash from 4.17.11 to 4.17.14
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)
Signed-off-by: dependabot[bot] <support@github.com>
|
2019-07-11 07:33:13 +00:00 |
|
Kononnable
|
67de19c980
|
"Object" to "object" for linting's sake (#172)
"Object" to "object" for linting's sake
|
2019-07-09 22:47:44 +02:00 |
|