Skip to content

0.27.0 - Significant sbt-riddl upgrade

Pre-release
Pre-release
Compare
Choose a tag to compare
@reid-spencer reid-spencer released this 01 Oct 19:54
· 502 commits to main since this release
60f57d6

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, and hugo

Full Changelog: 0.26.0...0.27.0