Releases: denosaurs/denon
v1.8.0 - Deno v0.42.0 support
This release adds support for deno v0.42.0 and nothing else. This release is not backwards compatible with older deno releases.
v1.7.0 - denon fmt & test
This release adds the denon fmt
and denon test
commands along with the denon --fmt
and denon --test
flags (#27). denonrc.ts
has been renamed to denon_config.ts
and it checks for .denon
and .denon.json
files too now.
v1.6.0 - deno v0.41.0 support
1.5.0 - fsEvents and unknown args
This release merges #18 and #15, closes #10 and updates std dependencies to deno 0.40.0. Thanks to @ronhippler for most of this releases content!
v1.4.0 - deno 0.38.0 & 0.39.0 support!
v1.3.0 - deno 0.31.0 & 0.32.0 support!
This release fixes issue #4 adding no new features but fixes support for deno 0.31.0 and 0.32.0. Has not been tested on older versions of deno but i see no reason why it wouldn't work.
v1.2.1 - first bug fix
This release fixes #1 which made denon only work in the denon directory. Congrats, you can now run denon anywhere in your filesystem!
v1.2.0 - deno 0.30.0 support
Added 0.30.0 support
v1.1.0 - mod.ts
Changes:
- Added mod.ts
- Fixed install instructions