Changelog
1.1.4 - 23 Jul 2024
Feature:
Bug fix:
stringToStructureCoercions
Changelog
1.1.2 - 16 Jul 2024
Bug fix:
bun build --compile
not being able to infer first, and last context parameterapp.derive
followed by onErroronError
is now { [key in string]: string }
instead of never
Changelog
1.1.1 - 16 Jul 2024
Breaking Change:
string
instead of string | string[]
unless specifiedChangelog
1.1.0 - 16 Jul 2024
Feature:
Breaking Change:
onResponse
to onAfterResponse
Improvement:
set.headers
server
propertyonError
supports array functionreplaceSchemaType
route
to context
composeGeneralHandler
Change:
ObjectString
for parsing arrayCookie<unknown>
instead of Cookie<any>
if schema is not definedBug fix:
onError
missing trace symbol