typeorm-uml icon indicating copy to clipboard operation
typeorm-uml copied to clipboard

Support for the latest version of typeorm (v0.3.0)

Open micalevisk opened this issue 3 years ago • 3 comments

I know that the semver range below covers the v0.3.0 that was just released

https://github.com/eugene-manuilov/typeorm-uml/blob/583708a0f333e626a386122720f7a51fe7c9bd77/package.json#L66-L67

but I'm not sure if typeorm-uml will keeping working if I upgrade my typeorm (which I cannot do for now)

Please, read this when you have time: https://github.com/typeorm/typeorm/releases/tag/0.3.0 and close this issue if you know that typeorm-urml won't break if we use [email protected]

micalevisk avatar Mar 18 '22 20:03 micalevisk

The 0.3 version has removed ‘ormconfig’ and moved to dbSource file. I think the library may needs to update support for that.

iamchathu avatar Jun 29 '22 07:06 iamchathu

Hi! I'm using this package and have some troubles with peer dependencies. I cannot fix it by my side, as DevOps block any --legacy-peer-deps in CI.

But if I force the install in my local machine, I can run with [email protected] and [email protected], with exactly the same command,

ts-node ./node_modules/typeorm-uml/bin/run ./src/ormconfig.ts

Maybe I can try to help with the update or something.

jorgebodega avatar Aug 01 '22 15:08 jorgebodega

bump

Distortedlogic avatar Feb 04 '23 23:02 Distortedlogic