v2.0.1
- Simplified template project test configuration. Now
deno test
can be used to run all day scripts' tests, and the "test" deno task is unnecessary. This is done by configuring the template project's deno.json to includeday_*.*
files as test files. Deno did not support this when the template project was originally created.