This repository has been archived by the owner on May 3, 2023. It is now read-only.
Releases: eugene-manuilov/typeorm-uml
Releases · eugene-manuilov/typeorm-uml
1.6.5
1.6.4
- Updated dependencies to the latest versions.
- Fixed syntax errors when tables with hypens were used.
1.6.3
- Updated dependencies to the latest versions.
- Updated relationships have
Parent <--> Child
format instead ofChild <--> Parent
which lead to nicer diagrams.
1.6.2
- Updated dependencies to the latest versions.
- Fixed non visible properties issue.
1.6.1
- Updated dependencies to the latest versions.
- Fixed wrong relationship arrow for one-to-one relationships.
1.6.0
- Added
--color
flag to override diagram colors. - Added
--plantuml-url
flag to override PlantUML server. - Added
--with-entity-names-only
flag to display only entity names in entity titles. - Added
--with-table-names-only
flag to display only database table names in entity titles. - Updated dependencies to the latest versions.
- Updated UML builder to handle styles in a separate class.
- Updated entity titles to display entity names and database tables.
- Updated TypeormUml class to accept either a config path or a connection itself.
- Removed circles from entity titles.
1.5.0
- Added .eslintignore file.
- Updated dependencies to the latest versions.
- Updated Node.js version to be >= 10.0.0.
- Renamed short option name for the
--direction
flag to beD
instead ofd
. - Reworked the codebase to export builder and allow run it programmatically.
- Fixed compatibility issues with SQLite3 (via #24).
1.4.0
- Added
--direction
flag to define a diagram direction: "top to bottom" or "left to right". - Added
--handwritten
flag to enable handwritten mode. - Added
--with-enum-values
flag to show enum values - Added
<<FK>>
suffix to foreign key columns. - Updated the default color schema and column icons.
- Fixed the current working directory issue.
1.3.0
- Added an example with a shopping cart database.
- Updated builder to throw an error if no entities have been found.
- Updated builder to use entities instead of classes.
- Updated builder to use entity relationships.
- Fixed issues when the absolute path to the config file was used.
- Fixed issues with foreign keys when sometimes foreign keys were defined before referencing tables.
1.2.1
- Fixed puml diagram downloading issue.