Skip to content

Releases: maurerle/eralchemy2

v1.4.1

20 May 09:35
49d5090
Compare
Choose a tag to compare

What's Changed

Features

  • Add graph titles by @haffi96 in #20
  • Add regex option for the include_tables and exclude_tables params by @dukkee in #31
  • Update contribution instructions in README

Bugfixes

  • Sanitize mermaid strings in #42
  • Use F-Strings and trailing commas in #40

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

11 May 20:27
04b8eb4
Compare
Choose a tag to compare

What's Changed

  • Add pre commit hook with trailing space removal, black and isort by @maurerle in #24
  • remove python 3.7 from test pipeline by @maurerle in #26
  • run isort and black by @maurerle in #27
  • make it possible to change the output mode through cli by @maurerle in #32
  • apply fix to reference full table name correctly in output by @maurerle in #33
  • set right_cardinality for relationships with compound primary_keys by @maurerle in #34
  • add proper spacing before key type when rendering svg with inkscape by @maurerle in #35
  • Add mermaid ER diagram by @maurerle in #36
  • Add possibility to retrieve information from multiple schemas at once by @maurerle in #37

Full Changelog: v1.3.8...v1.4.0

v1.3.8

23 Nov 10:33
9c6a937
Compare
Choose a tag to compare

What's Changed

  • fix reading columns with whitespace correctly
  • add python 3.12 to test matrix

Deprecations and Removals

  • drop support for SQLAlchemy < 1.4

Full Changelog: v1.3.7...v1.3.8

v1.3.7

23 Nov 10:31
d289869
Compare
Choose a tag to compare

What's Changed

  • Fix one-to-one relationships by @darlannakamura in #15
  • add python 3.11 to github actions
  • add python 3.11 and sqlalchemy 2.x to test matrix
  • relax version requirements

New Contributors

Full Changelog: v1.3.5...v1.3.7

v1.3.6

23 Nov 10:31
e77e384
Compare
Choose a tag to compare

What's Changed

  • return feedback for wrong connection string
  • better error handling for wrong db uri

Full Changelog: v1.3.5...v1.3.6

v1.3.5

23 Nov 10:30
e0539fb
Compare
Choose a tag to compare

What's Changed

  • Add additional types by @kasium in #11
  • Finalize typing by @kasium in #12
  • Allow installation on python < 3.8

Full Changelog: v1.3.4...v1.3.5

v1.3.4

23 Nov 09:43
b7f662d
Compare
Choose a tag to compare
  • switch to pyproject.toml and poetry
  • add release notes

Full Changelog: v1.3.3...v1.3.4