This commit is contained in:
Kononnable 2019-03-15 13:30:15 +01:00
parent 672a08b4dd
commit 13a638d12b
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
# Changelog
## 0.3.2
* added option to generate models based on multiple databases(#144)
* fixed generation of ManyToMany relations on junction tables with custom names(#151)
* fixed problems with mysql 8

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "typeorm-model-generator",
"version": "0.3.1",
"version": "0.3.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "typeorm-model-generator",
"version": "0.3.1",
"version": "0.3.2",
"description": "Generates models for TypeORM from existing databases.",
"bin": "bin/typeorm-model-generator",
"scripts": {