Skip to content

v1.1.2

Compare
Choose a tag to compare
@jeffgrunewald jeffgrunewald released this 01 Apr 20:41
· 66 commits to master since this release
fb57a0e

Allows entering a divo stack in environment config simply by including the module name in the list of stacks if that module takes no arguments to configure the stack.
e.g.
config :myapp,
divo: [
{StackOne, [arg: "value"]} <-- One stack that takes configuration
StackTwo <-- One stack that takes no configuration and no longe requires passing an empty list