0.27.0 - Significant sbt-riddl upgrade
Pre-release
Pre-release
What's Changed
- Remove the need to set the riddlcPath setting
- riddlc will be found by either RIDDLC_PATH environment variable or by searching the PATH environment variable
- Set riddlcOptions to a list of strings to allow a consistent set of arguments to be set on all commands. Stuff like "--verbose" or eliminate style warnings or turn on --show-times
- Set riddlcConf to specify the root-relative path to a
.conf
file that provides configurations for various commands - in addition to providing the generic "riddlc" command, there are now sbt commands for
info
,stats
,validate
, andhugo
Full Changelog: 0.26.0...0.27.0