Skip to main content
Module

x/drake/releases.md

Drake is a make-like task runner for Deno.
Go to Latest
File

Drake releases

1.2.3 / 2020-06-16

  • Upgraded to Deno version 1.1.0,std/0.57.0.

1.2.2 / 2020-06-04

  • Upgraded to Deno version 1.0.5, std/0.56.0.

1.2.1 / 2020-06-04

  • Upgraded to Deno version 1.0.4, std/0.55.0.

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.

1.1.1 / 2020-05-21

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

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.

1.0.0 / 2020-05-15

Version 1.0.0 released.