Releases: kaaveland/eugene
Releases · kaaveland/eugene
0.6.2
What's Changed
- Count blank lines and comments for calculating line numbers by @kaaveland in #105
Full Changelog: 0.6.1...0.6.2
0.6.1
What's Changed
- Bake example scripts into
eugene
executable and improve demo by @kaaveland in #102
Full Changelog: 0.6.0...0.6.1
0.6.0
What's Changed
- Refactor cli parsing in eugene.rs by @kaaveland in #98
- Replace anyhow::Error with eugene::error::Error by @kaaveland in #99
- Let eugene filter out unmodified scripts using git by @kaaveland in #100
Full Changelog: 0.5.2...0.6.0
0.5.2
Full Changelog: 0.5.1...0.5.2
0.5.1
What's Changed
- Pass options to pg_ctl and initdb when provided by @kaaveland in #90
- Set up cargo workspace for multi-crate build by @kaaveland in #91
- Set up eugene-web cargo deployable image by @kaaveland in #92
- Add demo web page by @kaaveland in #94
- fix: lint/trace stdin and single argument files with sort-mode auto by @kaaveland in #96
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
- Sort auto-discovered versioned scripts like flyway by @kaaveland in #84
- Generate shell completions for bash, zsh, fish, pwsh, elvis by @kaaveland in #85
- Set up logging by @kaaveland in #86
- Make eugene create a temporary postgres instance by @kaaveland in #87
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
- Make eugene trace and eugene lint support multiple files and folders as input by @kaaveland in #77
- Link hints from reports to webpage by @kaaveland in #78
- Add plain format for console tracing and linting by @kaaveland in #80
- Implement --skip-summary for lint by @kaaveland in #82
Full Changelog: 0.3.4...0.4.0
0.3.4
Full Changelog: 0.3.3...0.3.4
0.3.3
What's Changed
- Introduce structure to the examples and demo each lint by @kaaveland in #61
- Generate documentation by @kaaveland in #63
- Port doc to mdbook by @kaaveland in #68
- Use handlebars to render markdown by @kaaveland in #70
Full Changelog: 0.3.2...0.3.3
0.3.2
What's Changed
- Exit with failure code if lints/hints trigger by @kaaveland in #49
- Add lint for rewrites caused by adding serial or generated stored by @kaaveland in #55
- Add lint for altering the same table again by @kaaveland in #56
- Warn about creating enum by @kaaveland in #57
- Lint adding primary key using index by @kaaveland in #58
Full Changelog: 0.3.1...0.3.2