Skip to content

Releases: k1LoW/tbls

v1.65.0

08 Apr 07:46
25361b4

Choose a tag to compare

What's Changed

  • Add lint rule lint.requireTableLabels: by @k1LoW in #463
  • Add a NamingStrategy to map Post.user_id → User.user_id style detected relation by @yu-ichiro in #466
  • Add command tbls ls by @k1LoW in #467

New Contributors

Full Changelog: v1.64.1...v1.65.0

v1.64.1

03 Apr 14:11
d59b70e

Choose a tag to compare

What's Changed

Full Changelog: v1.64.0...v1.64.1

v1.64.0

25 Mar 03:02
305646a

Choose a tag to compare

What's Changed

  • [Breaking Change] Add workaround for overlapping characters in the table name area of ER diagrams. by @k1LoW in #456
  • [Breaking Change] Add workaround for overlapping text in table name area of ER diagram on table page by @k1LoW in #458

Full Changelog: v1.63.0...v1.64.0

v1.63.0

13 Mar 09:07
cd2b2db

Choose a tag to compare

What's Changed

  • Fix unclosed fenced code block in README by @onk in #445
  • Add build tag for test by @k1LoW in #451
  • Support CHECK constraints for MySQL8 by @k1LoW in #452
  • No html encoding is needed in mermaid by @k1LoW in #453

New Contributors

  • @onk made their first contribution in #445

Full Changelog: v1.62.1...v1.63.0

v1.62.1

20 Feb 03:39
f63dfd1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.62.0...v1.62.1

v1.62.0

08 Feb 12:48
e043006

Choose a tag to compare

What's Changed

  • Bundle LICENSE file by @k1LoW in #433
  • Add er.showColumnTypes.related: for showing related columns only by @k1LoW in #432
  • Add er.hideColumnTypes:notRelated: for hiding not related columns by @yasu89 in #430
  • Add er.showColumnTypes.primary: for showing primary key columns only by @k1LoW in #435

Full Changelog: v1.61.0...v1.62.0

v1.61.0

03 Feb 12:37
8e77c4f

Choose a tag to compare

What's Changed

  • Added options for curl to skip downloading of tbls if the newest file exists by @usmanovbf in #423
  • Fixed position of a comment in the use script by @rsky in #426
  • Add test to run installation scripts ( use ) by @k1LoW in #427
  • Bulk get schema info for MySQL by @yasu89 in #428

New Contributors

Full Changelog: v1.60.0...v1.61.0

v1.60.0

26 Jan 12:22
45335ba

Choose a tag to compare

What's Changed

  • Fix column name prefix for PlantUML by @k1LoW in #418
  • Support github:// by @k1LoW in #419
  • Update pkgs by @k1LoW in #421
  • [BREAKING] Do not read config file in the default path if env TBLS_DSN is given by @k1LoW in #422

Full Changelog: v1.59.0...v1.60.0

v1.59.0

22 Jan 15:06
fb53f48

Choose a tag to compare

What's Changed

  • Fix option ( --table --include --exclude ) by @k1LoW in #407
  • Support --label option for filtering tables by @k1LoW in #409
  • Fix test by @k1LoW in #410
  • Add relations[*].override: section for overriding relations by @k1LoW in #411
  • [BREAKING] Support for cardinality detection by @k1LoW in #412
  • Support for displaying cardinality in PlantUML output by @k1LoW in #413
  • Add Mermaid output format by @k1LoW in #414
  • Support mermaid for er.format: by @k1LoW in #415
  • Add testutil by @k1LoW in #416
  • Add er.hideDef: for hiding relation definition by @k1LoW in #417

Full Changelog: v1.58.0...v1.59.0

v1.58.0

16 Jan 02:41
c8c1e11

Choose a tag to compare

What's Changed

  • [BREAKING] Exclude all tables except specific table by @k1LoW in #402
  • Bump up go and pkgs by @k1LoW in #404
  • [BREAKING] Add --include/--exclude option / Change logic of --distance/--table for tbls out by @k1LoW in #406

Full Changelog: v1.57.1...v1.58.0