Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Releases: eugene-manuilov/typeorm-uml

1.6.5

03 Mar 11:32
583708a
Compare
Choose a tag to compare
  • Updated dependencies to the latest version.
  • Fixed issues with the new version of the ConnectionMetadataBuilder class.
  • Fixed issues that can occur when the relationMetadata is undefined.

1.6.4

09 Jul 16:29
aec8e61
Compare
Choose a tag to compare
  • Updated dependencies to the latest versions.
  • Fixed syntax errors when tables with hypens were used.

1.6.3

24 May 20:28
Compare
Choose a tag to compare
  • Updated dependencies to the latest versions.
  • Updated relationships have Parent <--> Child format instead of Child <--> Parent which lead to nicer diagrams.

1.6.2

21 Dec 10:16
Compare
Choose a tag to compare
  • Updated dependencies to the latest versions.
  • Fixed non visible properties issue.

1.6.1

15 Dec 19:42
Compare
Choose a tag to compare
  • Updated dependencies to the latest versions.
  • Fixed wrong relationship arrow for one-to-one relationships.

1.6.0

10 Dec 21:58
Compare
Choose a tag to compare
  • 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

28 Nov 11:05
Compare
Choose a tag to compare
  • 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 be D instead of d.
  • Reworked the codebase to export builder and allow run it programmatically.
  • Fixed compatibility issues with SQLite3 (via #24).

1.4.0

16 Nov 08:21
167fd23
Compare
Choose a tag to compare
  • 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

12 Nov 10:31
9e7fcc3
Compare
Choose a tag to compare
  • 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

18 Jun 09:39
Compare
Choose a tag to compare
  • Fixed puml diagram downloading issue.