COMMITS
May 30, 2026
N
docs(benchmark): update benchmark documentation
NeaByteLab committed
N
docs(changelog): restructure unreleased section with subgroups
NeaByteLab committed
N
style(docs): replace em dash with hyphen across all markdown
NeaByteLab committed
N
docs(config): document maxIterations option
NeaByteLab committed
N
build(config): add stackz dependency
NeaByteLab committed
N
refactor(routing): replace generic Error with Deno.errors and add Stackz
NeaByteLab committed
N
feat(rendering): add maxIterations and maxIncludeDepth guards
NeaByteLab committed
N
refactor(rendering): harden DVE engine internals
NeaByteLab committed
N
refactor(interfaces): add maxIterations option and fix imports
NeaByteLab committed
N
refactor(middleware): replace generic Error with Deno.errors
NeaByteLab committed
N
refactor(core): replace generic Error with Deno.errors
NeaByteLab committed
N
fix(error): mask 5xx error details from client responses
NeaByteLab committed
N
fix(context): keep first cookie occurrence per RFC 6265
NeaByteLab committed
N
style(core): revert arrow function formatting in Context
NeaByteLab committed
N
docs(changelog): add type system, HEAD fix, and CORS fix entries
NeaByteLab committed
N
test: add coverage for edge cases across all modules
NeaByteLab committed
N
refactor(routing): use RouteChangeEntry type in route Watcher
NeaByteLab committed
N
fix(routing): strip body from HEAD responses and fall back to GET handler
NeaByteLab committed
N
refactor(rendering): use DataRecord and TokenOp types in engine internals
NeaByteLab committed
N
refactor(rendering): type Watcher.watch param as WatchableEngine
NeaByteLab committed
N
refactor(rendering): implement WatchableEngine and use DataRecord in Engine
NeaByteLab committed
N
style(middleware): reorder wrapMiddleware export alphabetically
NeaByteLab committed
N
fix(middleware): pass Event argument to onConnect callback
NeaByteLab committed
N
refactor(middleware): make headerEntries readonly array in SecHeaders
NeaByteLab committed
N
fix(middleware): use ctx.send.custom for CORS preflight and forbidden responses
NeaByteLab committed
N
refactor(middleware): use StatusError type in BodyLimit and Utils
NeaByteLab committed
N
refactor(middleware): use NextFn and AsyncMiddlewareResult in auth and session
NeaByteLab committed
N
refactor(core): type Worker message data as WorkerMessageData
NeaByteLab committed
N
refactor(core): type Redirect and Response with RedirectBuilder and RedirectStatus
NeaByteLab committed
N
refactor(core): add method overloads and use shared types in Context
NeaByteLab committed