| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-15 | 794 Bytes | |
| v0.13.14 source code.tar.gz | 2026-02-15 | 162.7 kB | |
| v0.13.14 source code.zip | 2026-02-15 | 347.9 kB | |
| Totals: 3 Items | 511.4 kB | 0 | |
What's Changed
- Fixed evaluation of class const fetch expression when name is
'class'by @romalytvynenko in https://github.com/dedoc/scramble/pull/1090 - Fixed model properties with
datetime:Y-m-dcast being documented asdate-timeformat (now correctly documented asdate) by @romalytvynenko in https://github.com/dedoc/scramble/pull/1091 - Improve
@deprecatedannotation support on arrays by @romalytvynenko in https://github.com/dedoc/scramble/pull/1093 - Fixed keyed array types being properly unpacked when are parts of union by @romalytvynenko in https://github.com/dedoc/scramble/pull/1094
- Constants as openapi const by @apasquini95 in https://github.com/dedoc/scramble/pull/1086
Full Changelog: https://github.com/dedoc/scramble/compare/v0.13.13...v0.13.14