Skip to content

Releases: k1LoW/tbls

v1.67.0

17 Jun 10:29
18df4cf
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • Support grouping tables in viewpoints by @k1LoW in #493

Fix bug 🐛

  • Fix schema.Schema.NormalizeTableName by @k1LoW in #490

Other Changes

  • Use CloneWithoutViewpoints in config.Config.ModifySchema by @k1LoW in #492
  • Use lo by @k1LoW in #494

Full Changelog: v1.66.0...v1.67.0

v1.66.0

16 Jun 01:32
da35dd7
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • Sort functions when config.Config.Format.Sort = true by @k1LoW in #484
  • Read from config to generate ER diagram or not by @k1LoW in #485
  • Support filtering by column labels by @k1LoW in #487

New Features 🎉

Fix bug 🐛

  • Fix parsing foreign key constraints by @k1LoW in #489

Other Changes

New Contributors

Full Changelog: v1.65.4...v1.66.0

v1.65.4

07 Jun 14:23
c8a15b9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.65.3...v1.65.4

v1.65.3

14 Apr 03:48
23ab774
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.65.2...v1.65.3

v1.65.2

10 Apr 07:50
cfaf984
Compare
Choose a tag to compare

What's Changed

  • Support wildcards ( * ) in --label option by @k1LoW in #470
  • Use schema.json in tbls out by @k1LoW in #472

Full Changelog: v1.65.1...v1.65.2

v1.65.1

08 Apr 09:19
b80e054
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.65.0...v1.65.1

v1.65.0

08 Apr 07:46
25361b4
Compare
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

  • @yu-ichiro made their first contribution in #466

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

v1.64.1

03 Apr 14:11
d59b70e
Compare
Choose a tag to compare

What's Changed

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

v1.64.0

25 Mar 03:02
305646a
Compare
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
Compare
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