Skip to content

Releases: srackham/drake

v1.2.1

07 Sep 08:48
Compare
Choose a tag to compare

1.2.1 / 2020-06-04

  • Upgraded to Deno version 1.0.4, std/0.55.0.

v1.2.0

07 Sep 08:49
Compare
Choose a tag to compare

1.2.0 / 2020-05-31

  • Include a stack trace in the abort API output if the "--debug" environment
    option is true.
  • Added makeDir API.
  • FIX: An error occured if a File task contained a Normal task prerequisite.
  • Upgraded to Deno version 1.0.3, std/0.54.0.

v1.1.1

07 Sep 08:49
Compare
Choose a tag to compare

1.1.1 / 2020-05-21

  • FIX: Cache file write error when using --directory option.

v1.1.0

07 Sep 08:50
Compare
Choose a tag to compare

1.1.0 / 2020-05-21

  • APIs that are can be used in non-drakefiles are exposed via lib.ts.
  • Log message format consistency.
  • Tightened env runtime parameter checks.
  • A lot of code refactoring including spliting deps.ts into separate test and runtime deps.
  • Upgraded to Deno version 1.0.1, std/0.52.0.

v1.0.0

07 Sep 08:51
Compare
Choose a tag to compare

1.0.0 / 2020-05-15

Version 1.0.0 released.