Commit Graph

456 Commits

Author SHA1 Message Date
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
Kononnable
ac985b0a61 fixing tests 2019-07-09 22:31:04 +02:00
Kononnable
d98fb849f5
Merge pull request #167 from boenrobot/patch-1
Added property visibility to RelationId properties
2019-07-09 22:14:35 +02:00
Vasil Rangelov
2240cc3aeb Added support for UNSIGNED columns in MySQL. 2019-07-02 15:18:47 +03:00
Vasil Rangelov
4868dcbdfa Replaced "Object" with "object" for the generated JSON column type, so that TSLint does not complain about it being too general, while still preserving the same semantics. 2019-06-20 15:59:04 +03:00
Vasil Rangelov
c3a9eea49b
strict TS and TSLint compliance
Removed unused "type" argument in favor of an empty argument list;

The generated argument name in RelationId columns now uses the defined property case.
2019-06-18 16:58:47 +03:00
Vasil Rangelov
100d79c5e2
Added property visibility to RelationId properties 2019-06-18 15:56:52 +03:00
Kononnable
b70aba10c8 enabling oracle tests on CI 2019-06-08 00:50:17 +02:00
Kononnable
4c75ade4ff fixing CI build 2019-06-08 00:40:51 +02:00
Kononnable
1919c18dce moved to ts-node 2019-06-08 00:28:29 +02:00
Kononnable
a68307dbf7 fixing dependecies 2019-06-05 19:32:41 +02:00
Kononnable
0b74805c1a dependencies update 2019-06-05 18:32:56 +02:00
Kononnable
3a032fa12b
Merge pull request #161 from Kononnable/dependabot/npm_and_yarn/handlebars-4.0.14
Bump handlebars from 4.0.12 to 4.0.14
2019-06-05 17:55:30 +02:00
dependabot[bot]
3ac19f59a1
Bump handlebars from 4.0.12 to 4.0.14
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.0.14.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.0.14/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.0.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-06-05 15:08:40 +00:00
Kononnable
34d0ebc9e6 0.3.4 2019-04-20 00:02:04 +02:00
Kononnable
ba816dac6c changelog update 2019-04-20 00:01:37 +02:00
Kononnable
13eda51860 fixes #157 2019-04-11 21:11:12 +02:00
Kononnable
85cc9fa943 0.3.3 2019-04-01 22:07:01 +02:00
Kononnable
b6df77debe fixes #139 2019-04-01 22:04:20 +02:00
Kononnable
43cef23814 changelog update 2019-04-01 14:16:05 +02:00
Kononnable
dcffa51c6c Merge branch 'master' of github.com:Kononnable/typeorm-model-generator 2019-04-01 14:11:58 +02:00
Kononnable
49da9f3a6a codecov config change 2019-04-01 14:10:53 +02:00
Kononnable
a5fb41b7f8
Merge pull request #79 from rmachado/master
MySQL bit support
2019-04-01 12:32:48 +02:00
Kononnable
721ae93214 fixes after merge to latest master, added tests 2019-04-01 12:00:21 +02:00
Kononnable
727e8059e6 Merge branch 'master' into pr/rmachado/79 2019-04-01 11:35:11 +02:00
Kononnable
13a638d12b 0.3.2 2019-03-15 13:30:15 +01:00
Kononnable
672a08b4dd mariadb default value comatibility changes
closes #153
2019-03-15 13:28:24 +01:00
Kononnable
87690d0547 fixed generated columns order 2019-03-15 12:33:45 +01:00
Kononnable
45dd1b0021 changelog change 2019-03-15 12:01:18 +01:00
Kononnable
727fe0b5d1 fixing TravisCI test command 2019-03-12 22:25:39 +01:00
Kononnable
abf666d0e7 fixed shadowed variables tslint errors closes #141 2019-03-12 22:01:11 +01:00
Kononnable
a6648882c1 changes in travis build script 2019-03-11 19:47:35 +01:00
Kononnable
f8e39c3304 more fixes on mysql8 2019-03-09 22:22:07 +01:00
Kononnable
b9332736ea
Merge pull request #152 from jasonvideoblocks/mysql-enum
#147: Fix case-sensitive column names
2019-03-09 20:08:08 +01:00
Kononnable
fde4cefa45
Merge branch 'master' into mysql-enum 2019-03-09 19:21:50 +01:00
Kononnable
5591a7bc77 generation of models based on multiple databases
closes #144
2019-03-08 23:24:00 +01:00
Jason Lycke
74896657d4 #147: Fix case-sensitive column names 2019-03-06 14:25:11 -05:00
Kononnable
03fed9361b dependencies upgrade 2019-03-02 12:47:18 +01:00
Kononnable
aba47cc9b8 fixes #151 - generation of ManyToMany relation with custom table names 2019-02-25 23:23:07 +01:00
Kononnable
3cce3d2071 fix 2019-02-24 16:49:52 +01:00
Kononnable
8a33570675 fixing travis builds ocasionally failling 2019-02-24 16:48:46 +01:00
Kononnable
6808a58200 0.3.1 2019-02-09 22:54:31 +01:00