Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-12 | 726 Bytes | |
v0.12.29 source code.tar.gz | 2025-08-12 | 128.4 kB | |
v0.12.29 source code.zip | 2025-08-12 | 279.7 kB | |
Totals: 3 Items | 408.9 kB | 0 |
What's Changed
- Fixed Scramble silently logs error when
mixed
used in a function return type hint by @romalytvynenko in https://github.com/dedoc/scramble/pull/920 - Preserve enum cases description when adding description to enum class or properties where enum is used by @romalytvynenko in https://github.com/dedoc/scramble/pull/926
- Fixed duplicated schemas in generated spec when using FQN with leading slash in PHPDoc by @romalytvynenko in https://github.com/dedoc/scramble/pull/929
- Fixed document serialization issue when response is removed from components by @romalytvynenko in https://github.com/dedoc/scramble/pull/930
Full Changelog: https://github.com/dedoc/scramble/compare/v0.12.28...v0.12.29