Skip to content

v7.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jun 13:42

7.0.0 (2020-06-26)

Features

  • added move method to dsl (5230e1a)
  • global options have changed to extension getters (f6c0da5)
  • position arguments can be proxied through a task now (d535162)
  • the drun cli will now generate a missing pubspec.yaml (b4c5985)

BREAKING CHANGES

  • The static Options class is no more and
    global options are implemented as extension getters on the
    Drun class.