Open Ericson2314 opened 7 years ago
Fixes #11
This as a breaking change as one must now do { channel = "nightly"; date = .... }, i.e. channel = "nightly" is required, for clarity, and to disambiguate the entirely implicit case (data and hash).
{ channel = "nightly"; date = .... }
channel = "nightly"
Fixes #11
This as a breaking change as one must now do
{ channel = "nightly"; date = .... }
, i.e.channel = "nightly"
is required, for clarity, and to disambiguate the entirely implicit case (data and hash).12 might still be useful for docs and examples.