Releases: catuhana/denoh
Releases · catuhana/denoh
Release v3.2.0
User Facing Changes
- BREAKING: Deprecate
!
shell operator in favour of$
.!
operator support will be removed in later releases. - Make
denoh.ts
directly executable - Add each hook's link for more information to JSON schema.
- Improve performance.
- Update licence to MPL-2.0.
- Improve responses and proofreading.
Full Changelog: v3.1.0...v3.2.0
Release v3.1.0
No user facing changes.
Full Changelog: v3.0.1...v3.1.0
Release v3.0.1
- Fix
deno install
anddeno run
Full Changelog: v3.0.0...v3.0.1
Release v3.0.0
User Facing Changes
- Added CLI
- Added a JSON schema for auto completing
githooks
field on Deno configuration - More performance
Full Changelog: v2.1.1...v3.0.0
Release v2.1.1
do not use `deno.json#imports` for `deno install`'s sake
Release v2.1.0
- Fix broken
deno install
Release v2.0.1
deno.land/x registry release.
Version 2.0.0
- Logical AND and OR operators, change separator character to semicolon (
;
). - Code maintenance.
Full Changelog: v1.2.0...v2.0.0