Skip to content

v0.11.0

Choose a tag to compare

@dannote dannote released this 16 May 12:30
· 91 commits to master since this release

Added

  • Named configuration profiles for multi-app and umbrella support. Use config :volt, :my_app_web, [...] to define per-app configs, and pass the profile name to Mix tasks (mix volt.build my_app_web) and the dev server plug (plug Volt.DevServer, profile: :my_app_web). The existing flat config :volt format continues to work unchanged.