Releases: k1LoW/tbls
Releases · k1LoW/tbls
v1.64.0
v1.63.0
v1.62.1
What's Changed
- Bump golang.org/x/image from 0.3.0 to 0.5.0 by @dependabot in #443
- Bump golang.org/x/net from 0.1.0 to 0.7.0 by @dependabot in #444
New Contributors
- @dependabot made their first contribution in #443
Full Changelog: v1.62.0...v1.62.1
v1.62.0
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
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
- @usmanovbf made their first contribution in #423
- @rsky made their first contribution in #426
- @yasu89 made their first contribution in #428
Full Changelog: v1.60.0...v1.61.0
v1.60.0
v1.59.0
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
forer.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