This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
Releases: Effect-TS/schema
Releases · Effect-TS/schema
v0.51.5
v0.51.4
v0.51.3
v0.51.2
v0.51.1
Patch Changes
- #615
f851621
Thanks @tim-smart! - update effect
v0.51.0
v0.50.0
Minor Changes
-
#593
cbc2e3f
Thanks @gcanti! - ParseResult: merge failure APIs intofail
-
#607
e85aefb
Thanks @gcanti! - Bug Fix: align index signature behaviour to TypeScript -
#589
3b99569
Thanks @gcanti! - - removeValidDate
(which is just an alias ofDate
)- add
DateFromString
(decodes from string, output: possibly invalid Date)
- add
-
#593
cbc2e3f
Thanks @gcanti! - ParseResult: renamesuccess
tosucceed
(standard naming)
Patch Changes
-
#597
caeed29
Thanks @jessekelly881! - added BigDecimal -
#585
5b27f03
Thanks @gcanti! - improve JSON Schema output:- rename
dependencies
to$defs
- remove
"type"
from const schemas - use
"oneOf"
for enums and add"title"
s - add support for
record(pattern, number)
- add
"$id"
and"$comment"
properties - literals should be converted to
enum
instead ofanyOf
, closes #579
- rename
-
#603
8e21d7e
Thanks @gcanti! - TreeFormatter: enhanceformatActual
for data types with a customtoString
implementation, closes #600
v0.49.4
Patch Changes
- #595
931b557
Thanks @tim-smart! - add _tag to TaggedRequest.Base