Releases: Savory/Danet
Releases · Savory/Danet
v0.6.4
v0.6.3
Full Changelog: v0.6.2...v0.6.3
v0.6.2
v0.6.1
docs(README): documentation wording
v0.6.0
What's Changed
- feat(logger): create logger and log things by @Sorikairox in #15
- Feat(renderer): support handlebar renderer engine by @Sorikairox in #18
Full Changelog: v0.4.2...v0.6.0
v0.5.0
chore(mod): add missing mod.ts
v0.4.2
What's Changed
- feature(http-method): handle @ALL by @Sorikairox in #14
Full Changelog: v0.4.1...v0.4.2
v0.4.1
fix(*): body management and route creation * Fix(serve): fix tests, @Body, bump oak * Move tsconfig.json into deno.json to load it by default * Fix @Body throwing on empty body or in some tests * Downgrade Reflect to 1.12-1 to fix typing issue * Fix typing and functional issues in tests * Improve error message for unknown http method * Bump Oak to 10.5.1 * fix(router): body and subpath work * refactor(import): remove useless import Co-authored-by: Robin Goupil <[email protected]>
v0.4.0
ci(workflow): update test to deno task test
v0.3.1
lint(*): deno fmt