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