fix(deps): update dependency elysia to v1 #22
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.6.3
->^1.0.0
Release Notes
elysiajs/elysia (elysia)
v1.1.24
Compare Source
Security:
Bug fix:
v1.1.23
Compare Source
Bug fix:
.then
even if it's not promise (looking at you, Drizzle)v1.1.22
Compare Source
Bug fix:
set-cookie
to resent if value is accessed even without setv1.1.21
Compare Source
Improvement:
v1.1.20
Compare Source
Bug fix:
v1.1.19
Compare Source
Bug fix:
error
from derive/resolvev1.1.18
Compare Source
Breaking change:
formdata
ELYSIA_RESPONSE
symbolerror
now useclass ElysiaCustomStatusResponse
instead of plain objectImprovement:
object type
response mapping performancev1.1.17
Compare Source
Change:
Bug fix:
onAfterResponse
typingv1.1.16
Compare Source
Bug fix:
createStaticHandler
andcreateNativeStaticHandler
for maintainabilityv1.1.15
Compare Source
Bug fix:
createStaticResponse
unintentionally mutateset.headers
v1.1.14
Compare Source
Feature:
Content-Type
headersBug fix:
v1.1.13
Compare Source
Feature:
Bug fix:
v1.1.12
Compare Source
Feature:
Bug fix:
v1.1.11
Compare Source
Feature:
app.config.nativeStaticResponse = false
Bug fix:
v1.1.9
Compare Source
Change:
Bug fix:
v1.1.8
Compare Source
Feature:
Bug fix:
v1.1.7
Compare Source
Bug fix:
parseQuery
is not parsing array on bodyChange:
parseQuery
toparseQueryFromURL
v1.1.6
Compare Source
Feature:
Bug fix:
v1.1.5
Compare Source
Feature:
Bug fix:
v1.1.4
Compare Source
Feature:
Bug fix:
stringToStructureCoercions
v1.1.3
Compare Source
Change:
mapResponse
instead ofmapCompactResponse
for streamBug fix:
onError
with scope not being able to infer context typev1.1.2
Compare Source
Security:
Bug fix:
v1.1.1
Compare Source
Bug fix:
error
from derive/resolvev1.1.0
Compare Source
Feature:
Breaking Change:
onResponse
toonAfterResponse
Improvement:
set.headers
server
propertyonError
supports array functionreplaceSchemaType
route
tocontext
composeGeneralHandler
Change:
ObjectString
for parsing arrayCookie<unknown>
instead ofCookie<any>
if schema is not definedBug fix:
onError
missing trace symbolv1.0.27
Compare Source
Bug fix:
v1.0.26
Compare Source
Bug fix:
v1.0.25
Compare Source
Bug fix:
File
if@types/bun
is not installed when using with Eden Treatyv1.0.24
Compare Source
Bug fix:
derive
,resolve
support void returnv1.0.23
Compare Source
Feature:
toResponse
for mapping custom responseBug fix:
v1.0.22
Compare Source
Breaking Change:
/
Feature:
form
utility for returning explicit formdataformdata
Bug fix:
Bun.file
by specifyingt.File()
andt.Object({ any: t.File() })
as a responsev1.0.21
Compare Source
Breaking Change:
t.type({ error })
now accepts(error: ({ type, validator, value, errors }) => unknown)
instead of(error: (type, validator, value) => unknown)
Improvement:
t.type({ error })
acceptsstring | number | boolean | Object
instead ofstring
t.type({ error })
returnstring | number | boolean | Object | void
instead ofstring
errors: ValueError[]
tot.type({ error({ errors }) {} })
Bug fix:
aot: false
aot: true
onError
v1.0.20
Compare Source
Bug fix:
v1.0.19
Compare Source
Bug fix:
v1.0.18
Compare Source
Feature:
Bug fix:
v1.0.17
Compare Source
Improvement:
v1.0.16
Compare Source
Bug fix:
v1.0.15
Compare Source
Feature:
redirect
function toContext
Improvement:
Change:
isArrowReturn
toseparateFunction
query
is not foundChange:
type
is specifiedcontentType
to contextcontentType
as 2ndparse
parameterBug fix:
parse
,type
,body
generate invalid syntaxv1.0.14
Compare Source
Improvement:
Bug fix:
v1.0.13
Compare Source
v1.0.12
Compare Source
Improvement:
InferContext
andInferHandler
Bug fix:
console.log
incompile
v1.0.11
Compare Source
Bug fix:
v1.0.10
Compare Source
Bug fix:
v1.0.9
Compare Source
Feature:
Elysia.config.detail
constructorElysia.tags
to constructor,LocalHook
Bug fix:
precompile: false
creating unnecessary instructionv1.0.8
Compare Source
Feature:
normalize
configImprovement:
Bug fix:
v1.0.7
Compare Source
Feature:
Improvement:
Bug fix:
v1.0.6
Compare Source
Bug fix:
v1.0.5
Compare Source
Improvement:
mapResponse
to MacroManagerBug fix:
v1.0.4
Compare Source
Improvement:
v1.0.3
Compare Source
Improvement:
Bug fix:
error
doesn't accept the responsev1.0.2
Compare Source
Bug fix:
v1.0.1
Compare Source
Bug fix:
v1.0.0
Compare Source
Improvement:
mapResolve
{ as: 'global' | 'scoped' | 'local' }
to lifecycle eventerror
to handlererror
has auto-completion and type checking based on status codeerror
based on status codeElysia._types
for types inferencet.Date
now allow stringified dateBreaking Change:
Change:
Elysia.routes
toElysia.router.history
Bug fix:
aot: true
Singleton['derive']
instead ofSingleton['store']
ValidationError
doesn't returncontent-type
asapplication/json
error(status, value)
validate per statusv0.8.17
Compare Source
Feature:
Change:
v0.8.16
Compare Source
Feature:
Bug fix:
v0.8.15
Compare Source
Bug fix:
aot: false
v0.8.14
Compare Source
Bug fix:
exports.*
v0.8.13
Compare Source
Bug fix:
v0.8.12
Compare Source
Change:
v0.8.11
Compare Source
Change:
Bug fix:
v0.8.10
Compare Source
Bug fix:
v0.8.9
Compare Source
Bug fix:
v0.8.8
Compare Source
Bug fix:
v0.8.7
Compare Source
Improvement:
Bug fix:
v0.8.6
Compare Source
Bug fix:
v0.8.5
Compare Source
Bug fix:
v0.8.4
Compare Source
Bug fix:
mapResponse
andafterHandle
missing decoratorsv0.8.3
Compare Source
Bug fix:
isContextPassToFunction
for static content to prevent invalid regexv0.8.2
Compare Source
Bug fix:
ctx.path
andctx.qi
is missing when usingonRequest
v0.8.1
Compare Source
Feature:
Change:
v0.8.0
Compare Source
Feature:
headers
initialization functionconfig.analytic
(default to false)resolve
: derive after validationmapResponse
: custom response mappingImprovement:
File
andBlob
by default if etag is not usedbe
andaf
Breaking Change:
afterHandle
no longer early returnChange:
decorator['request']
asdecorator['derive']
derive
now don't show infer type in onRequestBug fix:
headers
,path
fromPreContext
derive
fromPreContext
error
onStart
doesn't reflect serverv0.7.31
Compare Source
Improvement:
SchemaOptions
@types/cookie
to^0.6.0
Bug fix:
v0.7.30
Compare Source
Bug fix:
v0.7.29
Compare Source
Bug fix:
v0.7.28
Compare Source
Chore:
cookie
to0.6.0
Bug fix:
v0.7.27
Compare Source
Bug fix:
.mount()
v0.7.26
Compare Source
Bug fix:
v0.7.25
Compare Source
Bug fix:
guard
callback andgroup guard
v0.7.24
Compare Source
Bug fix:
ReadableStream
to response mapping tomapResponse
v0.7.23
Compare Source
Bug fix:
exit
status on early return with trace setv0.7.22
Compare Source
Change:
trace
Bug fix:
beforeHandle
returnafterHandle
withtrace.afterHandle
AoT cause duplicate value headerv0.7.21
Compare Source
Bug fix:
await traceDone
to early returnv0.7.20
Compare Source
Bug fix:
trace
is stuck when inherits to pluginImprovement:
mapCompactResponse
,Passthrough
v0.7.19
Compare Source
Bug fix:
$passthrough
formapCompactResponse
v0.7.18
Compare Source
Feature:
ReadableStream
$passthrough
for custom property for response mappingBug fix:
.route
acceptstring[]
instead ofstring
Change:
ElyEden
v0.7.17
Compare Source
Feature:
ElyEden
id
to websocketBug fix:
v0.7.16
Compare Source
Improvement:
t.Cookie
cookie option typestate
,decorate
andderive
, doesn't apply to WebSocketdata
Static
fromv0.7.15
Compare Source
Change:
onRequest
doesn't set headers and status on empty error handlerv0.7.14
Compare Source
Bug fix:
t.Files
parameter optionalTSchema
instead of literal type for creating type abstractionv0.7.13
Compare Source
Improvement:
trace.set
Bug fix:
v0.7.12
Compare Source
Bug fix:
v0.7.11
Compare Source
Improvement:
Bug fix:
v0.7.10
Compare Source
Bug fix:
v0.7.9
Compare Source
Bug fix:
v0.7.8
Compare Source
Bug fix:
v0.7.7
Compare Source
Bug fix:
t.Numeric
allowing plainString
t.ObjectString
allowing plainString
t.MaybeEmpty
toleratenull
andundefined
v0.7.6
Compare Source
Bug fix:
v0.7.5
Compare Source
Bug fix:
GraceHandler
v0.7.4
Compare Source
Bug fix:
GraceHandler
to access bothapp
andcontext
v0.7.3
Compare Source
Improvement:
SchemaOptions
@types/cookie
to^0.6.0
Bug fix:
v0.7.2
Compare Source
Bug fix:
v0.7.1
Compare Source
Bug fix:
$passthrough
formapCompactResponse
v0.7.0
Compare Source
Feature:
Configuration
📅 Schedule: Branch creation - "before 6am" in timezone Asia/Jakarta, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.