Releases: datnguye/dbterd
Releases · datnguye/dbterd
1.13.0
1.12.2
1.12.0
What's Changed
- Feat: Support Python API
- get_erd: equivalents to
dbterd run
- get_model_erd: equivalents to
dbterd run -s 'exact:...'[ -s 'exact:...']
- get_erd: equivalents to
- Docs: Add Python API Reference site using
pdoc
. See beta page here - Fixes: Run metadata handling probably the entity name format
Under the hood
- Feat/83 official api support by @datnguye in #91
- fix: run metadata need handle entity name format probably by @datnguye in #93
- Feat/83 python api (cont) by @datnguye in #94
Full Changelog: 1.11.0...1.12.0
1.12.0b2
1.11.1
1.10.2
1.12.0b1
What's Changed
- Support Python API
get_erd
: equivalents todbterd run
get_model_erd
: equivalents todbterd run -s 'exact:...'[ -s 'exact:...']
- Add Python API Reference site using
pdoc
. See beta page here
Under the hood
Full Changelog: 1.11.0...1.12.0b1
1.11.0
What's Changed
Feats
- Ensure ordering of the output ERD code
- Handling Mermaid special characters
- Allow self-FK
Fixes
- Discovery result parsing failed with Ephermeral models because of Null catalog
Chores
- Add more types for function arguments and return values
Under the hood
- Ensure ordering of tables and relationship by @syou6162 in #84
- Replace special symbol characters with other characters to allow them to be drawn as mermaid by @syou6162 in #85
- Add more types for function arguments and return values by @syou6162 in #86
- Allows drawing recursive relationships by @syou6162 in #89
- fix: handling metadata catalog null & self rel by @datnguye in #90
Full Changelog: 1.10.0...1.11.0
1.10.1
What's changed
- Fix: Discovery result parsing failed with Ephermeral models because of Null catalog
Full Changelog: 1.10.0...1.10.1