Releases: KarnerTh/mermerd
Releases · KarnerTh/mermerd
v0.4.1
Changelog
- c36f824 update changelog
- 9de41eb remove ssl preperation from github action
- e15c4e7 fix pk bugfix for mssql
- 19dbc93 remove postgres ssl test connection
- e19d57b GetColumns updated for is_primary and is_foreign (#25)
v0.4.0
Changelog
- 5d862f8 update readme; update changelog for new version
- fd38b79 Support attribute keys (PK and FK) (#22)
- 23bb526 Support variable expansion (#21)
v0.2.0
Changelog
- 4f50b47 Sub query returns multiple entries (#9)
- 7dcfbc9 use go1.18 for github actions
- 194a9b9 use templating engine for generating the diagram
- afebd4c fix publish-package target; updated readme
v0.0.5
Changelog
- c6aff4f Improved readme to new encloseWithMermaidBackticks feature; fixed backsticks suffix
- 1d7d65b add config: allow surrounding output with backticks (#4)
v0.0.4
Changelog
- 89e4452 do not require a global configuration file
- 7076781 Command and config improvements (#3)
- e45c32f Create LICENSE
v0.0.3
New features
- Fully POSIX-compliant flags (including short & long versions)
- add the possibility to opt in for all tables
- start mermerd with a predefined run config
- add version command
- show version number in header
- improved help command output
- exit with error code 1 on failure
Changelog