This commit is contained in:
Kononnable 2018-10-01 23:06:50 +02:00
parent d1c02b0605
commit aa16fb1206
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 0.2.22
* fixed naming stategy for guid ended column names
* fixed column names case convertion in index declarations
## 0.2.21
* primary keys using identity/sequence are now generated with `@PrimaryGeneratedColumn` decorator [#96](https://github.com/Kononnable/typeorm-model-generator/issues/96)

2
package-lock.json generated
View File

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

View File

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