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
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
Kononnable
cce30d3edf
fixes #146
2019-02-09 22:54:23 +01:00
Kononnable
fd07a1879b
fixing postgres generation of duplicate relations
2019-02-09 01:29:58 +01:00
Kononnable
3949d9526e
0.3.0
2019-02-07 19:05:23 +01:00
Kononnable
3c159257fc
changelog
2019-02-07 19:05:10 +01:00
Kononnable
75b6f62903
Merge pull request #143 from Chlorine/patch-1
...
Current case-conv for class name in @RelationId
2019-02-06 17:56:09 +01:00
Chlorine
c23256a626
Current case-conv for class name in @RelationId
...
In @RelationId decorator generation class name must be case-converted according to current settings
P.S. Thanks for a great work!
2019-01-30 13:18:20 +03:00
Kononnable
0767128866
fixed column names for joins
2019-01-27 01:58:18 +01:00
Kononnable
c4bc0c007f
added naming strategy to config file
2019-01-27 01:12:07 +01:00
Kononnable
21ec046139
stroring config settings in a file
2019-01-26 13:48:12 +01:00
Kononnable
aa37ba086e
remove docker-compose-without -docker which isn't used anymore
2019-01-26 11:59:26 +01:00
Kononnable
a4fda55e2d
added wizard mode
2019-01-26 11:08:46 +01:00
Kononnable
035a4972a9
CI - setting startup delay to 60 seconds
2019-01-24 21:40:46 +01:00
Kononnable
f99a711ed7
CI - adding 30 sec delay
2019-01-24 21:28:27 +01:00
Kononnable
56fa71eeef
fixing CI script
2019-01-24 21:16:55 +01:00