File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# 1.4.29
22Change:
33- remove Bun specific built
4+ - export ` AnySchema ` , ` UnwrapSchema ` , ` ModelsToTypes ` from root
45
56# 1.4.28 - 3 Mar 2026
67Bug fix:
@@ -14,7 +15,6 @@ Bug fix:
1415Improvement:
1516- conditional async on getSchemaValidator when schema is Standard Schema
1617- use Response.json on Bun
17- - export ` AnySchema ` , ` UnwrapSchema ` , ` ModelsToTypes ` from root
1818
1919# 1.4.26 - 25 Feb 2026
2020Bug fix:
Original file line number Diff line number Diff line change 11{
22 "name" : " elysia" ,
33 "description" : " Ergonomic Framework for Human" ,
4- "version" : " 1.4.27 " ,
4+ "version" : " 1.4.28-exp.0 " ,
55 "author" : {
66 "name" : " saltyAom" ,
77 "url" : " https://github.com/SaltyAom" ,
Original file line number Diff line number Diff line change @@ -158,7 +158,6 @@ import type {
158158 MaybeValueOrVoidFunction ,
159159 IntersectIfObject ,
160160 IntersectIfObjectSchema ,
161- UnwrapSchema ,
162161 EmptyRouteSchema ,
163162 UnknownRouteSchema ,
164163 MaybeFunction ,
@@ -8252,6 +8251,8 @@ export type {
82528251 LifeCycleType ,
82538252 MaybePromise ,
82548253 UnwrapSchema ,
8254+ AnySchema ,
8255+ ModelsToTypes ,
82558256 Checksum ,
82568257 DocumentDecoration ,
82578258 InferContext ,
You can’t perform that action at this time.
0 commit comments