Changelog
0.4.0 - 30 Mar 2023
Feature:
if
for conditional routeImprovement:
Error().First()
instead of iterationinnerHandle
for returning an actual response (for benchmark)Breaking Change:
.fn
to @elysiajs/fn
Changelog
0.3.2 - 26 Mar 2023
Fix:
Changelog
0.3.0 - 17 Mar 2023
Feature:
multipart/form-data
t.File
and t.Files
for file validationschema.content
for specifying content typeImprovement:
unknown
ElysiaRoute
type to literalregisterSchemaPath
to support OpenAPI 3.0.3error
inference for Eden@sinclair/typebox
as optional peerDenpendencies
Fix:
t.File
is not workingcontent-type
to application/json
EXPOSED
is not export when using fn.permission
.ws
t.Files
in swagger is referring to single filesetModel
inference definition via Edendeclaration: true
in tsconfig.json
Breaking Change:
inject
to derive
ElysiaRoute
, changed to inlinederive
Changelog
0.3.0-rc.8 - 16 Mar 2023
Fix: